Home | History | Annotate | Download | only in one-true-awk

Lines Matching refs:OJUMP

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 };