Searched refs:OJUMP (Results 1 – 2 of 2) sorted by relevance
/ndk/sources/host-tools/nawk-20071023/ |
D | awk.h | 149 #define OJUMP 3 macro 184 #define isjump(n) ((n)->ctype == OJUMP)
|
D | run.c | 77 static Cell breakcell ={ OJUMP, JBREAK, 0, 0, 0.0, NUM }; 79 static Cell contcell ={ OJUMP, JCONT, 0, 0, 0.0, NUM }; 81 static Cell nextcell ={ OJUMP, JNEXT, 0, 0, 0.0, NUM }; 83 static Cell nextfilecell ={ OJUMP, JNEXTFILE, 0, 0, 0.0, NUM }; 85 static Cell exitcell ={ OJUMP, JEXIT, 0, 0, 0.0, NUM }; 87 static Cell retcell ={ OJUMP, JRET, 0, 0, 0.0, NUM };
|