Home
last modified time | relevance | path

Searched refs:TK_BREAK (Results 1 – 4 of 4) sorted by relevance

/freebsd/sys/contrib/openzfs/module/lua/
H A Dllex.h24 TK_AND = FIRST_RESERVED, TK_BREAK, enumerator
H A Dlparser.c1387 if (ls->t.token == TK_GOTO || ls->t.token == TK_BREAK) { in test_then_block()
1585 case TK_BREAK: /* stat -> breakstat */ in statement()
/freebsd/contrib/lua/src/
H A Dllex.h34 TK_AND = FIRST_RESERVED, TK_BREAK, enumerator
H A Dlparser.c1647 if (ls->t.token == TK_BREAK) { /* 'if x then break' ? */ in test_then_block()
1897 case TK_BREAK: { /* stat -> breakstat */ in statement()