Home
last modified time | relevance | path

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

/external/lua/src/
Dlparser.c1636 static int issinglejump (LexState *ls, TString **label, int *target) { in issinglejump() function
1674 if (issinglejump(ls, &jlb, &target)) { /* 'if x then goto' ? */ in test_then_block()