Home
last modified time | relevance | path

Searched refs:TK_GOTO (Results 1 – 2 of 2) sorted by relevance

/f-stack/freebsd/contrib/openzfs/module/lua/
H A Dllex.h27 TK_GOTO, TK_IF, TK_IN, TK_LOCAL, TK_NIL, TK_NOT, TK_OR, TK_REPEAT, enumerator
H A Dlparser.c1187 if (testnext(ls, TK_GOTO)) in gotostat()
1388 if (ls->t.token == TK_GOTO || ls->t.token == TK_BREAK) { in test_then_block()
1587 case TK_GOTO: { /* stat -> 'goto' NAME */ in statement()