HomeSort by: relevance | last modified time | path
    Searched refs:literal (Results 1 - 25 of 314) sorted by relevancy

1 2 3 4 5 6 7 8 91011>>

  /src/usr.bin/make/unit-tests/
directive-export-literal.mk 1 # $NetBSD: directive-export-literal.mk,v 1.8 2024/06/01 18:44:05 rillig Exp $
3 # Tests for the .export-literal directive, which exports a variable value
8 .export-literal UT_VAR
10 .export-literal # oops: missing argument
13 # .export-literal can be skipped, to avoid a setenv call, which may leak
15 UT_TWICE_LITERAL= value literal
17 .export-literal UT_TWICE_LITERAL
19 # XXX: After an .export, an .export-literal has no effect, even when the
23 .export-literal UT_TWICE_EXPR
26 # re-enabling a later .export-literal
    [all...]
directive-export-literal.exp 2 value literal
make-exported.mk 8 -literal= make-exported-value-literal
17 # Before 2020-10-03, if the value of .MAKE.EXPORTED started with "-literal",
18 # make behaved like a mixture of .export-literal and a regular .export.
20 # Since 2020-10-03, the "variable" named "-literal" is not exported anymore,
22 .MAKE.EXPORTED= -literal UT_VAR
opt-var-literal.mk 1 # $NetBSD: opt-var-literal.mk,v 1.4 2020/11/09 20:50:56 rillig Exp $
export-env.mk 18 UT_LIT= literal ${UT_TEST}
19 .export-literal UT_LIT
dollar.exp 5 1 dollar literal => <single-quote-var-value>
6 1 dollar literal eol => <>
7 2 dollar literal => <$>
8 4 dollar literal => <$$>
dollar.mk 23 # The trailing dollar in the '1 dollar literal eol' test case accesses
34 $T '1 dollar literal' '$'
35 $T '1 dollar literal eol' ''$
36 $T '2 dollar literal' '$$'
37 $T '4 dollar literal' '$$$$'
cond-token-string.mk 29 # quoted string literal or a number that starts with a digit.
50 # expect+1: The string literal "UNDEF" is not empty.
51 . info The string literal "UNDEF" is not empty.
59 # expect+1: The string literal " " is not empty, even though it consists of whitespace only.
60 . info The string literal " " is not empty, even though it consists of $\
88 # A non-empty string evaluates to true, no matter if it's a literal string or
varmod-ifelse.exp 2 while evaluating condition "bare words == "literal""
21 while evaluating condition "string == "literal" || no >= 10"
24 while evaluating condition "string == "literal" && >= 10"
27 while evaluating condition "string == "literal" || >= 10"
  /src/tests/kernel/arch/alpha/
contextspfunc.S 46 ldq at_reg, contextsp(gp) !literal
48 ldq pv, contextdone(gp) !literal
execsp.S 47 ldq at_reg, startsp(gp) !literal
49 ldq pv, __start(gp) !literal
61 ldq at_reg, ctorsp(gp) !literal
81 ldq at_reg, mainsp(gp) !literal
96 ldq at_reg, dtorsp(gp) !literal
98 ldq pv, execsp_main(gp) !literal
signalsphandler.S 46 ldq at_reg, signalsp(gp) !literal
  /src/external/bsd/tmux/dist/
mdoc2man.awk 36 literal=0
62 if(literal)
92 if(match(words[w+1],"-literal")) {
93 literal=1
99 literal=0
  /src/external/bsd/less/dist/lesstest/
display.c 43 int literal = 0; local
49 if (!literal) {
52 literal = 1;
72 literal = 0;
96 int literal = 0; local
99 if (!literal) {
102 literal = 1;
114 literal = 0;
  /src/external/mpl/bind/dist/doc/arm/_static/
custom.css 20 .rst-content code.literal {
  /src/external/gpl3/gdb/dist/gnulib/import/
frexp.c 46 # define L_(literal) literal##L
54 # define L_(literal) literal
isnan.c 49 # define L_(literal) literal##L
61 # define L_(literal) literal
73 # define L_(literal) literal##f
  /src/external/gpl3/gdb.old/dist/gnulib/import/
frexp.c 46 # define L_(literal) literal##L
54 # define L_(literal) literal
isnan.c 49 # define L_(literal) literal##L
61 # define L_(literal) literal
73 # define L_(literal) literal##f
  /src/external/gpl3/gcc/dist/gcc/
json.h 48 class literal;
69 /* class json::literal uses these three values to identify the
70 particular literal. */
109 /* Set to literal true/false. */
193 class literal : public value class in namespace:json
196 literal (enum kind kind) : m_kind (kind) {} function in class:json::literal
198 /* Construct literal for a boolean value. */
199 literal (bool value): m_kind (value ? JSON_TRUE : JSON_FALSE) {} function in class:json::literal
  /src/external/gpl3/gcc.old/dist/gcc/
json.h 45 class literal;
66 /* class json::literal uses these three values to identify the
67 particular literal. */
174 class literal : public value class in namespace:json
177 literal (enum kind kind) : m_kind (kind) {} function in class:json::literal
179 /* Construct literal for a boolean value. */
180 literal (bool value): m_kind (value ? JSON_TRUE : JSON_FALSE) {} function in class:json::literal
  /src/external/apache2/llvm/dist/clang/bindings/python/tests/cindex/
test_token_kind.py 34 self.assertTrue(hasattr(TokenKind, 'LITERAL'))
35 literal = TokenKind.LITERAL
37 self.assertIsInstance(literal, TokenKind)
43 self.assertEqual(t, TokenKind.LITERAL)
48 r = repr(TokenKind.LITERAL)
49 self.assertEqual(r, 'TokenKind.LITERAL')
  /src/usr.sbin/lpr/filters/
lpf.c 67 static int literal; /* print control characters */ variable
104 literal++;
177 if (col >= width || (!literal && ch < ' ')) {
  /src/external/mpl/bind/dist/lib/isc/
regex.c 77 case '\\': /* make literal */
98 goto literal;
133 goto literal;
140 goto literal;
190 literal:
  /src/external/mpl/dhcp/bind/dist/lib/isc/
regex.c 78 case '\\': /* make literal */
99 goto literal;
134 goto literal;
141 goto literal;
191 literal:

Completed in 43 milliseconds

1 2 3 4 5 6 7 8 91011>>