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

/netbsd-6-1-5-RELEASE/external/historical/nawk/dist/
H A Dproctab.c152 ifstat, /* IF */
H A Dproto.h186 extern Cell *ifstat(Node **, int);
H A Drun.c1380 Cell *ifstat(Node **a, int n) /* if (a[0]) a[1]; else a[2] */ function
/netbsd-6-1-5-RELEASE/external/mit/lua/dist/src/
H A Dlparser.c1143 static void ifstat (LexState *ls, int line) { function
1144 /* ifstat -> IF cond THEN block {ELSEIF cond THEN block} [ELSE block] END */
1276 case TK_IF: { /* stat -> ifstat */
1277 ifstat(ls, line);

Completed in 121 milliseconds