Symbol: semicolon
usr.bin/indent/indent.c
217
ps.last_token = semicolon;
usr.bin/indent/indent.c
367
parse(semicolon);
usr.bin/indent/indent.c
554
(type_code != semicolon) &&
usr.bin/indent/indent.c
641
parse(semicolon); /* I said this was a kluge... */
usr.bin/indent/indent.c
804
case semicolon: /* got a ';' */
usr.bin/indent/indent.c
848
parse(semicolon); /* let parser know about end of stmt */
usr.bin/indent/indent.c
918
parse(semicolon);
usr.bin/indent/lexi.c
314
&& (ps.last_token == rparen || ps.last_token == semicolon ||
usr.bin/indent/lexi.c
425
code = semicolon;
usr.bin/indent/parse.c
178
case semicolon: /* this indicates a simple stmt */
usr.bin/sed/compile.c
160
semicolon: EATSPACE();
usr.bin/sed/compile.c
165
goto semicolon;
usr.bin/sed/compile.c
219
goto semicolon;
usr.bin/sed/compile.c
239
goto semicolon;
usr.bin/sed/compile.c
292
goto semicolon;
usr.bin/sed/compile.c
304
goto semicolon;
usr.bin/sed/compile.c
323
goto semicolon;
usr.bin/sed/compile.c
333
goto semicolon;
usr.sbin/nsd/simdzone/src/generic/scanner.h
135
uint64_t semicolon;
usr.sbin/nsd/simdzone/src/generic/scanner.h
156
block->semicolon = simd_find_8x64(&block->input, ';') & ~block->escaped;
usr.sbin/nsd/simdzone/src/generic/scanner.h
161
if (block->in_comment || block->semicolon) {
usr.sbin/nsd/simdzone/src/generic/scanner.h
164
block->semicolon,
usr.sbin/nsd/simdzone/src/generic/scanner.h
68
const uint64_t semicolon = semicolons & start;
usr.sbin/nsd/simdzone/src/generic/scanner.h
71
end = (newlines & -semicolon) | (quotes & (-quote - quote));