HomeSort by: relevance | last modified time | path
    Searched defs:DOLLAR (Results 1 - 4 of 4) sorted by relevancy

  /src/usr.bin/make/unit-tests/
varname-dollar.mk 1 # $NetBSD: varname-dollar.mk,v 1.4 2023/06/01 20:56:35 rillig Exp $
6 # If there really were a special variable named '$', the expressions ${${DOLLAR}}
9 # Using the dollar sign in variable names is tricky and not recommended.
12 DOLLAR= $$
16 # expect+1: dollar is $.
17 .info dollar is $$.
18 # expect+1: dollar in braces is .
19 .info dollar in braces is ${${DOLLAR}}.
23 ${DOLLAR}= dolla
    [all...]
deptgt-makeflags.mk 45 # This is assigned to the variable DOLLAR.
49 .MAKEFLAGS: DOLLAR=$$$$$$$$
50 .if ${DOLLAR} != "\$\$"
directive-undef.mk 71 DOLLAR= $$
72 ${DOLLAR}= dollar
73 .if !defined(${DOLLAR})
76 .undef ${DOLLAR}
77 .if defined(${DOLLAR})
  /src/lib/libc/gen/
glob.c 110 #define DOLLAR '$'

Completed in 12 milliseconds