Home
last modified time | relevance | path

Searched refs:JBREAK (Results 1 – 4 of 4) sorted by relevance

/titanic_41/usr/src/cmd/awk/
H A Dawk.h201 #define JBREAK 23 macro
232 #define isbreak(n) ((n)->csub == JBREAK)
H A Drun.c62 static Cell breakcell = { OJUMP, JBREAK, 0, 0, 0.0, NUM };
/titanic_41/usr/src/cmd/oawk/
H A Dawk.def129 #define JBREAK 3
146 #define isbreak(n) (n->ctype == OJUMP && n->csub == JBREAK)
H A Drun.c64 static CELL breakcell ={ OJUMP, JBREAK, 0, 0, 0.0, NUM, 0 };