Home
last modified time | relevance | path

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

123

/illumos-gate/usr/src/cmd/sgs/demo_rdb/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);}
/illumos-gate/usr/src/contrib/ast/src/lib/libast/include/
H A Ddebug.h86 #ifndef BREAK
87 #define BREAK DEBUG_BREAK macro
/illumos-gate/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.l131 <A>break RETURN(BREAK);
/illumos-gate/usr/src/cmd/awk/
H A Dawk.g.y88 %token <i> ARG BLTIN BREAK CLOSE CONTINUE DELETE DO EXIT FOR FUNC
115 %left ARG BLTIN BREAK CALL CLOSE CONTINUE DELETE DO EXIT FOR FUNC
350 BREAK st { if (!inloop) SYNTAX("break illegal outside of loops");
351 $$ = stat1(BREAK, NIL); }
H A Dmaketab.c128 { BREAK, "jump", "break" },
H A Dlex.c51 { "break", BREAK, BREAK },
/illumos-gate/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.c42 M_MB_L("break"), KEYWORD, BREAK, NULL,
H A Dawk3.c703 case BREAK: in action()
1883 case BREAK: in s_while()
1918 case BREAK: in s_for()
2026 case BREAK: in s_forin()
/illumos-gate/usr/src/head/arpa/
H A Dtelnet.h58 #define BREAK 243 /* break */ macro
/illumos-gate/usr/src/cmd/geniconvtbl/
H A Ditm_comp.l229 "break", BREAK,
H A Ditm_comp.y108 %token BREAK
782 | BREAK SC
/illumos-gate/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()
/illumos-gate/usr/src/cmd/cmd-inet/usr.bin/telnet/
H A Dcommands.c386 { "b", 0, 1, 0, 0, 2, BREAK },
387 { "br", 0, 1, 0, 0, 2, BREAK },
388 { "break", 0, 1, 0, 0, 2, BREAK },
389 { "brk", "Send Telnet Break", 1, 0, 0, 2, BREAK },
H A Dtelnet.c2540 NET2ADD(IAC, BREAK); in sendbrk()
2541 printoption("SENT", IAC, BREAK); in sendbrk()
/illumos-gate/usr/src/lib/iconv_modules/utf-8/utils/
H A D8859-6.txt140 0xA0 0x00A0 # NO-BREAK SPACE
H A Dkoi8-u.txt150 0x9A 0x00A0 # NO-BREAK SPACE
H A D8859-8.txt155 0xA0 0x00A0 # NO-BREAK SPACE
H A D8859-5.txt140 0xA0 0x00A0 # NO-BREAK SPACE
H A D8859-1.txt140 0xA0 0x00A0 # NO-BREAK SPACE
H A D8859-10.txt133 0xA0 0x00A0 # NO-BREAK SPACE
H A D8859-15.txt147 0xA0 0x00A0 # NO-BREAK SPACE

123