/netbsd-src/external/gpl3/gcc/dist/gcc/d/dmd/ |
H A D | iasmgcc.d | 58 case TOK.semicolon: in parseExtAsmOperands() 128 p.token.value != TOK.semicolon && in parseExtAsmOperands() 156 case TOK.semicolon: in parseExtAsmClobbers() 179 p.token.value != TOK.semicolon && in parseExtAsmClobbers() 205 case TOK.semicolon: in parseExtAsmGotoLabels() 226 p.token.value != TOK.semicolon && in parseExtAsmGotoLabels() 259 if (p.token.value == TOK.semicolon || p.token.value == TOK.endOfFile) in parseGccAsm() 286 if (p.token.value == TOK.semicolon || p.token.value == TOK.endOfFile) in parseGccAsm() 290 p.check(TOK.semicolon); in parseGccAsm()
|
H A D | parse.d | 147 if (token.value != TOK.semicolon) in parseModuleDeclaration() 186 while (token.value != TOK.semicolon && token.value != TOK.endOfFile) in errorReturn() 337 if (nextv == TOK.leftCurly || nextv == TOK.colon || nextv == TOK.semicolon) 366 check(TOK.semicolon); 895 while (token.value != TOK.semicolon && token.value != TOK.endOfFile) 968 if (token.value == TOK.semicolon) 1030 case TOK.semicolon: 1039 while (token.value != TOK.semicolon && token.value != TOK.endOfFile) 1102 case TOK.semicolon: in parseAutoDeclarations() 1136 case TOK.semicolon: [all …]
|
H A D | cparse.d | 267 check(TOK.semicolon, "statement"); 391 case TOK.semicolon: 406 check(TOK.semicolon, "terminating `;` required after do-while statement"); 419 if (token.value == TOK.semicolon) 428 if (token.value == TOK.semicolon) 436 check(TOK.semicolon, "`for` condition"); 552 auto exp = token.value == TOK.semicolon ? null : cparseExpression(); 553 check(TOK.semicolon, "`return` statement"); 560 check(TOK.semicolon, "`break` statement"); 566 check(TOK.semicolon, "`continue` statement"); [all …]
|
/netbsd-src/crypto/dist/ipsec-tools/src/setkey/ |
H A D | setkey.c | 321 char line[1024], *semicolon, *comment; in stdin_loop() local 351 semicolon = strchr(line, ';'); in stdin_loop() 352 while (semicolon) { in stdin_loop() 353 char saved_char = *++semicolon; in stdin_loop() 354 *semicolon = '\0'; in stdin_loop() 367 *semicolon = saved_char; in stdin_loop() 368 linelen = strlen(semicolon); in stdin_loop() 369 memmove(line, semicolon, linelen + 1); in stdin_loop() 370 semicolon = strchr(line, ';'); in stdin_loop() 372 semicolon = NULL; in stdin_loop()
|
/netbsd-src/usr.bin/sed/ |
H A D | compile.c | 178 semicolon: EATSPACE(); in compile_stream() 184 goto semicolon; in compile_stream() 238 goto semicolon; in compile_stream() 259 goto semicolon; in compile_stream() 261 goto semicolon; in compile_stream() 352 goto semicolon; in compile_stream() 363 goto semicolon; in compile_stream() 365 goto semicolon; in compile_stream()
|
/netbsd-src/tests/usr.bin/indent/ |
H A D | lsym_lparen_or_lbracket.c | 259 (semicolon) = 3; in cover_want_blank_before_lparen() 305 (semicolon) = 3; in cover_want_blank_before_lparen()
|
/netbsd-src/external/mpl/dhcp/dist/keama/tests/ |
H A D | baddeclBt.msg | 1 baddeclBt.err line 4: semicolon expected.
|
/netbsd-src/share/wscons/keymaps/ |
H A D | pckbd.bg.bds.iso8859-5 | 33 keycode 27 = bracketright braceright semicolon yacute 45 keycode 39 = semicolon colon Udiaeresis onequarter
|
H A D | pckbd.bg.bds.cp1251 | 33 keycode 27 = bracketright braceright semicolon section 45 keycode 39 = semicolon colon igrave Igrave
|
H A D | mkbd.pt.iso8859-1 | 20 keycode 54 = comma semicolon
|
H A D | pckbd.br.abnt2 | 21 keycode 53 = semicolon colon
|
H A D | pckbd.de_CH.iso8859-1 | 26 keycode 51 = comma semicolon
|
H A D | pckbd.fr_CH.iso8859-1 | 26 keycode 51 = comma semicolon
|
H A D | ukbd.be.azerty | 28 keycode 54 = semicolon period
|
H A D | pckbd.hu.iso8859-2 | 35 keycode 51=comma question semicolon
|
H A D | pckbd.be.azerty | 54 keycode 51=semicolon period
|
H A D | pckbd.fr_CA.iso8859-1 | 31 keycode 39 = semicolon colon asciitilde
|
/netbsd-src/external/bsd/flex/dist/ |
H A D | .indent.pro | 13 --space-special-semicolon
|
/netbsd-src/external/gpl3/gcc/dist/gcc/doc/ |
H A D | hostconfig.texi | 117 always, use semicolon (@samp{;}). 141 If defined, a C statement (sans semicolon) that performs host-dependent 160 Define this macro to be a C statement (sans semicolon) that performs 205 If defined, a C statement (sans semicolon) that performs host-dependent 209 If defined, a C statement (sans semicolon) that performs host-dependent
|
/netbsd-src/external/gpl3/gcc.old/dist/gcc/doc/ |
H A D | hostconfig.texi | 117 always, use semicolon (@samp{;}). 141 If defined, a C statement (sans semicolon) that performs host-dependent 160 Define this macro to be a C statement (sans semicolon) that performs 205 If defined, a C statement (sans semicolon) that performs host-dependent 209 If defined, a C statement (sans semicolon) that performs host-dependent
|
/netbsd-src/usr.bin/make/unit-tests/ |
H A D | varmod-subst.exp | 28 1 two 3 semicolon
|
/netbsd-src/external/gpl2/gmake/dist/tests/scripts/features/ |
H A D | comments | 18 # Test comment vs semicolon parsing and line continuation
|
/netbsd-src/external/gpl2/groff/dist/font/devps/ |
H A D | SS | 34 --- 247,409,136,99,17,99 3 59 semicolon
|
H A D | text.enc | 42 semicolon 59
|
H A D | S | 37 ; 278,460,152 3 59 semicolon
|