| /src/usr.bin/make/unit-tests/ |
| cond-token-string.exp | 17 CondParser_Eval: "quoted" == quoted 18 Comparing "quoted" == "quoted"
|
| cond-token-string.exp | 17 CondParser_Eval: "quoted" == quoted 18 Comparing "quoted" == "quoted"
|
| opt-debug-file.exp | 6 make: Unterminated quoted string [make 'This goes to stdout only, once.] 7 make: Unterminated quoted string [make 'This goes to stderr only, once.] 8 make: Unterminated quoted string [make 'This goes to stderr, and in addition to the debug log.]
|
| opt-debug-file.exp | 6 make: Unterminated quoted string [make 'This goes to stdout only, once.] 7 make: Unterminated quoted string [make 'This goes to stderr only, once.] 8 make: Unterminated quoted string [make 'This goes to stderr, and in addition to the debug log.]
|
| varmod-order-string.mk | 15 QUOTED_WORDS= none "double quoted" 'single quoted' `in backticks` 16 .if ${QUOTED_WORDS:O} != "\"double quoted\" 'single quoted' `in backticks` none"
|
| varmod-order-string.mk | 15 QUOTED_WORDS= none "double quoted" 'single quoted' `in backticks` 16 .if ${QUOTED_WORDS:O} != "\"double quoted\" 'single quoted' `in backticks` none"
|
| deptgt-makeflags.exp | 9 make: Unterminated quoted string [make VAR=initial UNBALANCED=']
|
| deptgt-makeflags.exp | 9 make: Unterminated quoted string [make VAR=initial UNBALANCED=']
|
| cond-token-string.mk | 3 # Tests for quoted string literals in .if conditions. 29 # quoted string literal or a number that starts with a digit. 38 # double-quoted string literals. See CondParser_String. 101 .if "quoted" == quoted
|
| cond-token-string.mk | 3 # Tests for quoted string literals in .if conditions. 29 # quoted string literal or a number that starts with a digit. 38 # double-quoted string literals. See CondParser_String. 101 .if "quoted" == quoted
|
| parse-var.mk | 52 # in a condition, only operand, quoted 54 # in a condition, left-hand side, quoted 56 # in a condition, right-hand side, quoted
|
| opt-debug-file.mk | 69 # expect: make: Unterminated quoted string [make 'This goes to stdout only, once.] 72 # expect: make: Unterminated quoted string [make 'This goes to stderr only, once.] 75 # expect: make: Unterminated quoted string [make 'This goes to stderr, and in addition to the debug log.]
|
| parse-var.mk | 52 # in a condition, only operand, quoted 54 # in a condition, left-hand side, quoted 56 # in a condition, right-hand side, quoted
|
| opt-debug-file.mk | 69 # expect: make: Unterminated quoted string [make 'This goes to stdout only, once.] 72 # expect: make: Unterminated quoted string [make 'This goes to stderr only, once.] 75 # expect: make: Unterminated quoted string [make 'This goes to stderr, and in addition to the debug log.]
|
| directive-ifndef.mk | 55 # but not to numbers, quoted strings or expressions. Those are evaluated
|
| cond-token-plain.exp | 51 CondParser_Eval: "unquoted\"quoted" != unquoted"quoted 52 Comparing "unquoted"quoted" != "unquoted"quoted"
|
| directive-ifndef.mk | 55 # but not to numbers, quoted strings or expressions. Those are evaluated
|
| /src/sbin/cgdconfig/ |
| cgdlex.l | 64 BEGIN(quoted); \ 88 %x quoted 113 \\\n /* ignore a quoted nl */ 119 <quoted>[^\"]+ { QUOTEDADD(); } 120 <quoted>\" { RETQUOTED(STRINGLIT); }
|
| cgdlex.l | 64 BEGIN(quoted); \ 88 %x quoted 113 \\\n /* ignore a quoted nl */ 119 <quoted>[^\"]+ { QUOTEDADD(); } 120 <quoted>\" { RETQUOTED(STRINGLIT); }
|
| /src/usr.bin/make/ |
| cond.c | 158 * either be a defined expression, a quoted string or a number. 371 * In a quoted or unquoted string literal or a number, parse an 380 bool doEval, bool quoted, 387 emode = doEval && quoted ? VARE_EVAL 411 * Parse a string from an expression or an optionally quoted string, 415 * Set out_quoted if the leaf was a quoted string literal. 423 bool quoted; local in function:CondParser_Leaf 428 *out_quoted = quoted = par->p[0] == '"'; 430 if (quoted) 446 if (quoted) [all...] |
| cond.c | 158 * either be a defined expression, a quoted string or a number. 371 * In a quoted or unquoted string literal or a number, parse an 380 bool doEval, bool quoted, 387 emode = doEval && quoted ? VARE_EVAL 411 * Parse a string from an expression or an optionally quoted string, 415 * Set out_quoted if the leaf was a quoted string literal. 423 bool quoted; local in function:CondParser_Leaf 428 *out_quoted = quoted = par->p[0] == '"'; 430 if (quoted) 446 if (quoted) [all...] |
| /src/bin/sh/ |
| show.c | 636 int quoted = 0; local in function:sharg 660 if (!quoted != !(subtype & VSQUOTE)) 679 if (!quoted != !(subtype & VSQUOTE)) 721 if (!quoted != !(subtype & VSQUOTE)) 727 if (!quoted) 739 if (!quoted && *p == (CTLBACKQ|CTLQUOTE)) 744 if (subtype != 0 || !quoted) { 746 quoted++; 751 quoted--; 769 if (quoted) [all...] |
| show.c | 636 int quoted = 0; local in function:sharg 660 if (!quoted != !(subtype & VSQUOTE)) 679 if (!quoted != !(subtype & VSQUOTE)) 721 if (!quoted != !(subtype & VSQUOTE)) 727 if (!quoted) 739 if (!quoted && *p == (CTLBACKQ|CTLQUOTE)) 744 if (subtype != 0 || !quoted) { 746 quoted++; 751 quoted--; 769 if (quoted) [all...] |
| /src/sys/dev/pci/bktr/ |
| bktr2netbsd | 73 echo quoted \$RCS tag from $f
|
| bktr2netbsd | 73 echo quoted \$RCS tag from $f
|