HomeSort by relevance Sort by last modified time
    Searched refs:OJUMP (Results 1 - 2 of 2) sorted by null

  /external/one-true-awk/
awk.h 79 uschar ctype; /* OCELL, OBOOL, OJUMP, etc. */
157 #define OJUMP 3
192 #define isjump(n) ((n)->ctype == OJUMP)
run.c 80 static Cell breakcell ={ OJUMP, JBREAK, 0, 0, 0.0, NUM, NULL };
82 static Cell contcell ={ OJUMP, JCONT, 0, 0, 0.0, NUM, NULL };
84 static Cell nextcell ={ OJUMP, JNEXT, 0, 0, 0.0, NUM, NULL };
86 static Cell nextfilecell ={ OJUMP, JNEXTFILE, 0, 0, 0.0, NUM, NULL };
88 static Cell exitcell ={ OJUMP, JEXIT, 0, 0, 0.0, NUM, NULL };
90 static Cell retcell ={ OJUMP, JRET, 0, 0, 0.0, NUM, NULL };
    [all...]

Completed in 61 milliseconds