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

  /external/one-true-awk/
awk.h 179 #define JNEXTFILE 26
196 #define isnext(n) ((n)->csub == JNEXT || (n)->csub == JNEXTFILE)
run.c 86 static Cell nextfilecell ={ OJUMP, JNEXTFILE, 0, 0, 0.0, NUM, NULL };
87 Cell *jnextfile = &nextfilecell; variable
387 return(jnextfile);
    [all...]

Completed in 469 milliseconds