Searched refs:JBREAK (Results 1 – 4 of 4) sorted by relevance
/titanic_50/usr/src/cmd/awk/ |
H A D | awk.h | 201 #define JBREAK 23 macro 232 #define isbreak(n) ((n)->csub == JBREAK)
|
H A D | run.c | 62 static Cell breakcell = { OJUMP, JBREAK, 0, 0, 0.0, NUM };
|
/titanic_50/usr/src/cmd/oawk/ |
H A D | awk.def | 129 #define JBREAK 3 146 #define isbreak(n) (n->ctype == OJUMP && n->csub == JBREAK)
|
H A D | run.c | 64 static CELL breakcell ={ OJUMP, JBREAK, 0, 0, 0.0, NUM, 0 };
|