HomeSort by: relevance | last modified time | path
    Searched refs:semicolon (Results 1 - 8 of 8) sorted by relevancy

  /src/usr.bin/make/unit-tests/
dep-colon.mk 8 # sources. It is separated by a semicolon. This "feature" is required by
14 # The semicolon for separating the sources from the creation commands must
16 # skipped when looking for the semicolon that separates the sources from
varmod-subst.exp 28 1 two 3 semicolon
varmod-subst.mk 221 @echo ${:U1 2 3:S;2;two;:Q} semicolon
  /src/tests/usr.bin/indent/
lsym_lparen_or_lbracket.c 259 (semicolon) = 3;
305 (semicolon) = 3;
  /src/usr.bin/sed/
compile.c 178 semicolon: EATSPACE();
184 goto semicolon;
238 goto semicolon;
259 goto semicolon;
261 goto semicolon;
352 goto semicolon;
363 goto semicolon;
365 goto semicolon;
  /src/sys/arch/ia64/stand/common/
help.common 143 by setting the bootfile variable to a semicolon-separated list of
340 Multiple paths can be separated with a semicolon.
  /src/usr.bin/make/
parse.c 2903 char *semicolon = FindSemicolon(line); local in function:ParseDependencyLine
2904 if (*semicolon != '\0') {
2906 *semicolon = '\0';
2907 shellcmd = semicolon + 1;
  /src/sys/external/bsd/compiler_rt/dist/lib/sanitizer_common/scripts/
cpplint.py 221 'whitespace/semicolon',
1686 # Match first brace, semicolon, or closed parenthesis.
1704 # a semicolon, this is probably a forward declaration. Pop
2138 # seen a semicolon and returned early.
2435 # You should always have a space after a semicolon
2440 error(filename, linenum, 'whitespace/semicolon', 3,
2465 # You shouldn't have a space before a semicolon at the end of the line.
2467 # the semicolon there.
2469 error(filename, linenum, 'whitespace/semicolon', 5,
2470 'Semicolon defining empty statement. Use {} instead.'
    [all...]

Completed in 46 milliseconds