Home
last modified time | relevance | path

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

/freebsd/sys/contrib/openzfs/module/lua/
H A Dllex.h27 TK_RETURN, TK_THEN, TK_TRUE, TK_UNTIL, TK_WHILE, enumerator
H A Dlparser.c595 case TK_UNTIL: return withuntil; in block_follow()
1265 check_match(ls, TK_UNTIL, TK_REPEAT, line); in repeatstat()
/freebsd/contrib/lua/src/
H A Dllex.h37 TK_RETURN, TK_THEN, TK_TRUE, TK_UNTIL, TK_WHILE, enumerator
H A Dlparser.c793 case TK_UNTIL: return withuntil; in block_follow()
1497 check_match(ls, TK_UNTIL, TK_REPEAT, line); in repeatstat()