T_GOTO
search(T_GOTO, 0, lab);
if (type == T_GOTO) {
if (type == T_GOTO && getword(aword) && eq(aword, goal))
if (type != T_GOTO && (type != T_SWITCH || level != 0))
if ((type == T_GOTO && eq(aword, goal)) ||
case T_GOTO:
{ "goto", T_GOTO },
T_GOTO {
%token T_GOTO
kwdef_keyword( "goto", T_GOTO),