Searched refs:OJUMP (Results 1 - 2 of 2) sorted by relevance

/freebsd-13-stable/contrib/one-true-awk/
H A Dawk.h79 uschar ctype; /* OCELL, OBOOL, OJUMP, etc. */
163 #define OJUMP 3 macro
198 #define isjump(n) ((n)->ctype == OJUMP)
H A Drun.c83 static Cell breakcell ={ OJUMP, JBREAK, 0, 0, 0.0, NUM, NULL };
85 static Cell contcell ={ OJUMP, JCONT, 0, 0, 0.0, NUM, NULL };
87 static Cell nextcell ={ OJUMP, JNEXT, 0, 0, 0.0, NUM, NULL };
89 static Cell nextfilecell ={ OJUMP, JNEXTFILE, 0, 0, 0.0, NUM, NULL };
91 static Cell exitcell ={ OJUMP, JEXIT, 0, 0, 0.0, NUM, NULL };
93 static Cell retcell ={ OJUMP, JRET, 0, 0, 0.0, NUM, NULL };

Completed in 106 milliseconds