Home
last modified time | relevance | path

Searched refs:BREAK (Results 1 – 25 of 86) sorted by relevance

1234

/titanic_51/usr/src/cmd/sgs/librtld_db/demo/common/
H A Dgram.y36 %token VALUE STEP HELP NUMBER NEWLINE SYMBOL PLUS BREAK CONT DIS GETMAPS
58 command: BREAK NEWLINE
63 | BREAK address NEWLINE
H A Dlex.l50 ^{ws}*break {return (BREAK);}
/titanic_51/usr/src/lib/libast/common/include/
H A Ddebug.h86 #ifndef BREAK
87 #define BREAK DEBUG_BREAK macro
/titanic_51/usr/src/contrib/ast/src/lib/libast/include/
H A Ddebug.h86 #ifndef BREAK
87 #define BREAK DEBUG_BREAK macro
/titanic_51/usr/src/lib/libast/i386/include/ast/
H A Ddebug.h95 #ifndef BREAK
96 #define BREAK DEBUG_BREAK macro
/titanic_51/usr/src/lib/libast/amd64/include/ast/
H A Ddebug.h95 #ifndef BREAK
96 #define BREAK DEBUG_BREAK macro
/titanic_51/usr/src/lib/libast/sparcv9/include/ast/
H A Ddebug.h95 #ifndef BREAK
96 #define BREAK DEBUG_BREAK macro
/titanic_51/usr/src/lib/libast/sparc/include/ast/
H A Ddebug.h95 #ifndef BREAK
96 #define BREAK DEBUG_BREAK macro
/titanic_51/usr/src/cmd/oawk/
H A Dawk.g.y43 %token IF ELSE WHILE FOR IN NEXT EXIT BREAK CONTINUE
323 | BREAK st { $$ = stat1(BREAK, 0); }
H A Dmakeprctab.c84 { BREAK, "jump", "break"},
H A Dawk.lx.l134 <A>break RETURN(BREAK);
/titanic_51/usr/src/cmd/awk/
H A Dawk.g.y66 %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 Dmaketab.c96 { BREAK, "jump", "break" },
H A Dawk.lx.l163 <A>break { RET(BREAK); }
/titanic_51/usr/src/cmd/awk_xpg4/
H A Dawk.y75 %token <node> EXIT RETURN BREAK CONTINUE NEXT
442 | BREAK SEMI = {
443 $$ = node(BREAK, NNULL, NNULL);
H A Dawk0.c44 M_MB_L("break"), KEYWORD, BREAK, NULL,
H A Dawk3.c705 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 Dtelnet.h59 #define BREAK 243 /* break */ macro
/titanic_51/usr/src/cmd/geniconvtbl/
H A Ditm_comp.l231 "break", BREAK,
H A Ditm_comp.y110 %token BREAK
784 | BREAK SC
/titanic_51/usr/src/lib/libast/common/tm/
H A Dtmxdate.c41 #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 Dtmxdate.c41 #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 D8859-11.TXT31 # 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 Dcommands.c395 { "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 D8859-6.txt140 0xA0 0x00A0 # NO-BREAK SPACE

1234