Searched refs:forstat (Results 1 - 1 of 1) sorted by relevance

/external/chromium_org/third_party/skia/third_party/lua/src/
H A Dlparser.c1356 static void forstat (LexState *ls, int line) { function
1357 /* forstat -> FOR (fornum | forlist) END */
1551 case TK_FOR: { /* stat -> forstat */
1552 forstat(ls, line);

Completed in 77 milliseconds