/titanic_51/usr/src/cmd/sgs/librtld_db/demo/common/ |
H A D | gram.y | 36 %token VALUE STEP HELP NUMBER NEWLINE SYMBOL PLUS BREAK CONT DIS GETMAPS 58 command: BREAK NEWLINE 63 | BREAK address NEWLINE
|
H A D | lex.l | 50 ^{ws}*break {return (BREAK);}
|
/titanic_51/usr/src/lib/libast/common/include/ |
H A D | debug.h | 86 #ifndef BREAK 87 #define BREAK DEBUG_BREAK macro
|
/titanic_51/usr/src/contrib/ast/src/lib/libast/include/ |
H A D | debug.h | 86 #ifndef BREAK 87 #define BREAK DEBUG_BREAK macro
|
/titanic_51/usr/src/lib/libast/i386/include/ast/ |
H A D | debug.h | 95 #ifndef BREAK 96 #define BREAK DEBUG_BREAK macro
|
/titanic_51/usr/src/lib/libast/amd64/include/ast/ |
H A D | debug.h | 95 #ifndef BREAK 96 #define BREAK DEBUG_BREAK macro
|
/titanic_51/usr/src/lib/libast/sparcv9/include/ast/ |
H A D | debug.h | 95 #ifndef BREAK 96 #define BREAK DEBUG_BREAK macro
|
/titanic_51/usr/src/lib/libast/sparc/include/ast/ |
H A D | debug.h | 95 #ifndef BREAK 96 #define BREAK DEBUG_BREAK macro
|
/titanic_51/usr/src/cmd/oawk/ |
H A D | awk.g.y | 43 %token IF ELSE WHILE FOR IN NEXT EXIT BREAK CONTINUE 323 | BREAK st { $$ = stat1(BREAK, 0); }
|
H A D | makeprctab.c | 84 { BREAK, "jump", "break"},
|
H A D | awk.lx.l | 134 <A>break RETURN(BREAK);
|
/titanic_51/usr/src/cmd/awk/ |
H A D | awk.g.y | 66 %token <i> ARG BLTIN BREAK CLOSE CONTINUE DELETE DO EXIT FOR FUNC 92 %left ARG BLTIN BREAK CALL CLOSE CONTINUE DELETE DO EXIT FOR FIELD FUNC 315 BREAK st { $$ = stat1(BREAK, NIL); }
|
H A D | maketab.c | 96 { BREAK, "jump", "break" },
|
H A D | awk.lx.l | 163 <A>break { RET(BREAK); }
|
/titanic_51/usr/src/cmd/awk_xpg4/ |
H A D | awk.y | 75 %token <node> EXIT RETURN BREAK CONTINUE NEXT 442 | BREAK SEMI = { 443 $$ = node(BREAK, NNULL, NNULL);
|
H A D | awk0.c | 44 M_MB_L("break"), KEYWORD, BREAK, NULL,
|
H A D | awk3.c | 705 case BREAK: in action() 1886 case BREAK: in s_while() 1921 case BREAK: in s_for() 2029 case BREAK: in s_forin()
|
/titanic_51/usr/src/head/arpa/ |
H A D | telnet.h | 59 #define BREAK 243 /* break */ macro
|
/titanic_51/usr/src/cmd/geniconvtbl/ |
H A D | itm_comp.l | 231 "break", BREAK,
|
H A D | itm_comp.y | 110 %token BREAK 784 | BREAK SC
|
/titanic_51/usr/src/lib/libast/common/tm/ |
H A D | tmxdate.c | 41 #undef BREAK 43 #define BREAK (1<<0) macro 1546 state |= BREAK; in tmxdate() 1648 if (state & BREAK) in tmxdate()
|
/titanic_51/usr/src/contrib/ast/src/lib/libast/tm/ |
H A D | tmxdate.c | 41 #undef BREAK 43 #define BREAK (1<<0) macro 1562 state |= BREAK; in tmxdate() 1664 if (state & BREAK) in tmxdate()
|
/titanic_51/usr/src/cmd/localedef/data/ |
H A D | 8859-11.TXT | 31 # the addition of 0xA0 NO-BREAK SPACE. 210 0xA0 0x00A0 # NO-BREAK SPACE
|
/titanic_51/usr/src/cmd/cmd-inet/usr.bin/telnet/ |
H A D | commands.c | 395 { "b", 0, 1, 0, 0, 2, BREAK }, 396 { "br", 0, 1, 0, 0, 2, BREAK }, 397 { "break", 0, 1, 0, 0, 2, BREAK }, 398 { "brk", "Send Telnet Break", 1, 0, 0, 2, BREAK },
|
/titanic_51/usr/src/lib/iconv_modules/utf-8/utils/ |
H A D | 8859-6.txt | 140 0xA0 0x00A0 # NO-BREAK SPACE
|