Home
last modified time | relevance | path

Searched refs:semicolon (Results 1 – 25 of 389) sorted by relevance

12345678910>>...16

/netbsd-src/external/gpl3/gcc/dist/gcc/d/dmd/
H A Diasmgcc.d58 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 Dparse.d147 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 Dcparse.d267 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 Dsetkey.c321 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 Dcompile.c178 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 Dlsym_lparen_or_lbracket.c259 (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 DbaddeclBt.msg1 baddeclBt.err line 4: semicolon expected.
/netbsd-src/share/wscons/keymaps/
H A Dpckbd.bg.bds.iso8859-533 keycode 27 = bracketright braceright semicolon yacute
45 keycode 39 = semicolon colon Udiaeresis onequarter
H A Dpckbd.bg.bds.cp125133 keycode 27 = bracketright braceright semicolon section
45 keycode 39 = semicolon colon igrave Igrave
H A Dmkbd.pt.iso8859-120 keycode 54 = comma semicolon
H A Dpckbd.br.abnt221 keycode 53 = semicolon colon
H A Dpckbd.de_CH.iso8859-126 keycode 51 = comma semicolon
H A Dpckbd.fr_CH.iso8859-126 keycode 51 = comma semicolon
H A Dukbd.be.azerty28 keycode 54 = semicolon period
H A Dpckbd.hu.iso8859-235 keycode 51=comma question semicolon
H A Dpckbd.be.azerty54 keycode 51=semicolon period
H A Dpckbd.fr_CA.iso8859-131 keycode 39 = semicolon colon asciitilde
/netbsd-src/external/bsd/flex/dist/
H A D.indent.pro13 --space-special-semicolon
/netbsd-src/external/gpl3/gcc/dist/gcc/doc/
H A Dhostconfig.texi117 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 Dhostconfig.texi117 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 Dvarmod-subst.exp28 1 two 3 semicolon
/netbsd-src/external/gpl2/gmake/dist/tests/scripts/features/
H A Dcomments18 # Test comment vs semicolon parsing and line continuation
/netbsd-src/external/gpl2/groff/dist/font/devps/
H A DSS34 --- 247,409,136,99,17,99 3 59 semicolon
H A Dtext.enc42 semicolon 59
H A DS37 ; 278,460,152 3 59 semicolon

12345678910>>...16