HomeSort by relevance Sort by last modified time
    Searched refs:testnext (Results 1 - 3 of 3) 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/skia/third_party/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 166 milliseconds