Home
last modified time | relevance | path

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

/external/one-true-awk/
Dproctab.c144 forstat, /* FOR */
Dproto.h182 extern Cell *forstat(Node **, int);
Drun.c1461 Cell *forstat(Node **a, int n) /* for (a[0]; a[1]; a[2]) a[3] */ in forstat() function
/external/lua/src/
Dlparser.c1364 static void forstat (LexState *ls, int line) { in forstat() function
1560 forstat(ls, line); in statement()