Searched refs:semicolon (Results 1 – 25 of 81) sorted by relevance
1234
124 ps.last_token = semicolon; in main()283 parse(semicolon); in main()519 (type_code != semicolon) && in main()610 parse(semicolon); /* I said this was a kluge... */ in main()751 case semicolon: /* got a ';' */ in main()797 parse(semicolon); /* let parser know about end of stmt */ in main()878 parse(semicolon); in main()
47 #define semicolon 10 macro
339 (state->last_token == semicolon || state->last_token == lbrace || in lexi()430 code = semicolon; in lexi()
195 case semicolon: /* this indicates a simple stmt */ in parse()
170 semicolon: EATSPACE(); in compile_stream()176 goto semicolon; in compile_stream()234 goto semicolon; in compile_stream()254 goto semicolon; in compile_stream()344 goto semicolon; in compile_stream()354 goto semicolon; in compile_stream()
3 # Do not change the semicolon to a newline as it would hide the bug.
28 1 two 3 semicolon
134 for the event. Each line should be terminated with a semicolon. The146 A built-in function name should be terminated with a semicolon, just as
24 \ the semicolon are locals that are both defined and then filled with the27 \ semicolon are not initialized.
11 # windows INF files often begin with semicolon and use CRLF as line end
75 25 "POSIX requires a newline between a semicolon and a function definition"