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

  /external/one-true-awk/
awk.h 176 #define JBREAK 23
194 #define isbreak(n) ((n)->csub == JBREAK)
run.c 80 static Cell breakcell ={ OJUMP, JBREAK, 0, 0, 0.0, NUM, NULL };
81 Cell *jbreak = &breakcell; variable
389 return(jbreak);
    [all...]

Completed in 1005 milliseconds