OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:testnext
(Results
1 - 2
of
2
) sorted by null
/device/linaro/bootloader/edk2/AppPkg/Applications/Lua/src/
lparser.c
101
static int
testnext
(LexState *ls, int c) {
function
127
if (!
testnext
(ls, what)) {
748
} while (
testnext
(ls, ',') ||
testnext
(ls, ';'));
780
} while (!f->is_vararg &&
testnext
(ls, ','));
814
while (
testnext
(ls, ',')) {
1139
if (
testnext
(ls, ',')) { /* assignment -> ',' suffixedexp assignment */
1183
if (
testnext
(ls, TK_GOTO))
[
all
...]
/external/syslinux/com32/lua/src/
lparser.c
101
static int
testnext
(LexState *ls, int c) {
function
127
if (!
testnext
(ls, what)) {
748
} while (
testnext
(ls, ',') ||
testnext
(ls, ';'));
780
} while (!f->is_vararg &&
testnext
(ls, ','));
814
while (
testnext
(ls, ',')) {
1139
if (
testnext
(ls, ',')) { /* assignment -> ',' suffixedexp assignment */
1183
if (
testnext
(ls, TK_GOTO))
[
all
...]
Completed in 88 milliseconds