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

/netbsd-6-1-5-RELEASE/external/historical/nawk/dist/
H A Dproctab.c148 forstat, /* FOR */
H A Dproto.h189 extern Cell *forstat(Node **, int);
H A Drun.c1433 Cell *forstat(Node **a, int n) /* for (a[0]; a[1]; a[2]) a[3] */ function
/netbsd-6-1-5-RELEASE/external/mit/lua/dist/src/
H A Dlparser.c1114 static void forstat (LexState *ls, int line) { function
1115 /* forstat -> FOR (fornum | forlist) END */
1290 case TK_FOR: { /* stat -> forstat */
1291 forstat(ls, line);

Completed in 195 milliseconds