Searched refs:semicolon (Results 1 - 8 of 8) sorted by relevance

/freebsd-10.3-release/usr.bin/indent/
H A Dindent_codes.h48 #define semicolon 10 macro
H A Dindent.c108 ps.last_token = semicolon;
267 parse(semicolon);
454 (type_code != semicolon) &&
539 parse(semicolon); /* I said this was a kluge... */
701 case semicolon: /* got a ';' */
728 * stmt. It is a bit complicated, because the semicolon might
745 parse(semicolon); /* let parser know about end of stmt */
820 parse(semicolon);
H A Dlexi.c339 && (ps.last_token == rparen || ps.last_token == semicolon ||
450 code = semicolon;
H A Dparse.c189 case semicolon: /* this indicates a simple stmt */
/freebsd-10.3-release/usr.bin/sed/
H A Dcompile.c172 semicolon: EATSPACE();
178 goto semicolon;
236 goto semicolon;
256 goto semicolon;
346 goto semicolon;
356 goto semicolon;
/freebsd-10.3-release/sys/boot/pc98/cdboot/
H A Dcdboot.S626 cmpb $';',%es:DIR_NAME-1(%bx,%si) # Check for semicolon
628 dec %si # Skip semicolon
/freebsd-10.3-release/crypto/heimdal/lib/sqlite/
H A Dsqlite3.c861 ** semicolon-separate SQL statements passed into its 2nd argument,
2302 ** complete if it ends with a semicolon token and is not a prefix of a
2307 ** and comments that follow the final semicolon are ignored.
2469 ** semicolon-separated SQL statements in the zero-terminated UTF-8
10898 const char *zTail; /* All SQL text past the last semicolon parsed */
[all...]
/freebsd-10.3-release/contrib/sqlite3/
H A Dsqlite3.c547 ** semicolon-separate SQL statements passed into its 2nd argument,
2290 ** complete if it ends with a semicolon token and is not a prefix of a
2295 ** and comments that follow the final semicolon are ignored.
2456 ** semicolon-separated SQL statements in the zero-terminated UTF-8
12672 const char *zTail; /* All SQL text past the last semicolon parsed */
[all...]

Completed in 510 milliseconds