Home
last modified time | relevance | path

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

/netbsd/external/historical/nawk/dist/
H A Dproctab.c147 forstat, /* FOR */
H A Dproto.h191 extern Cell *forstat(Node **, int);
H A Drun.c1452 Cell *forstat(Node **a, int n) /* for (a[0]; a[1]; a[2]) a[3] */ in forstat() function
/netbsd/external/mit/lua/dist/src/
H A Dlparser.c1634 static void forstat (LexState *ls, int line) { in forstat() function
1882 forstat(ls, line); in statement()