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

  /src/usr.bin/make/unit-tests/
var-op-default.mk 21 # An empty variable is defined, therefore the '?=' operator does nothing.
22 EMPTY= # empty
23 EMPTY?= ignored
24 .if ${EMPTY} != ""
cond-func-empty.mk 1 # $NetBSD: cond-func-empty.mk,v 1.29 2025/06/11 18:49:58 sjg Exp $
3 # Tests for the empty() function in .if conditions, which tests an
11 EMPTY= # empty
16 # An undefined variable counts as empty.
17 .if !empty(UNDEF)
21 # An undefined variable has the empty string as the value, and the :M
24 .if !empty(UNDEF:M*)
28 # The :S modifier replaces the empty value with an actual word. After
29 # applying the :S modifier to the expression, its value is 'empty', so it i
222 empty= # defined but empty macro
    [all...]
varmod-ifelse.mk 37 # empty.
45 # left-hand side looks empty.
85 # to var.c, it cannot distinguish this return value from an ordinary empty
86 # string. The left-hand side of the comparison is therefore just an empty
87 # string, which is obviously equal to the empty string on the right-hand side.
166 NUMBER= # empty, not really a number either
177 EMPTY= # empty
178 # "true" since "+" is not the empty string.
187 .info <${${EMPTY} :?true:false}
    [all...]
varmod-select-words.mk 17 EMPTY= # the space should be ignored
28 mod-squarebrackets-empty \
52 mod-squarebrackets-empty:
77 @echo 'EMPTY="${EMPTY}"'
78 @echo 'EMPTY:[#]="${EMPTY:[#]}" == 1 ?'
91 @echo 'EMPTY:[1]="${EMPTY:[1]}"'
178 @echo 'LIST:[$${EMPTY}]="${LIST:[${EMPTY}]}" is an error
    [all...]
  /src/lib/libc/include/isc/
list.h 41 #define EMPTY(list) ((list).head == NULL)
  /src/games/cribbage/
deck.h 67 #define EMPTY 13
  /src/include/
utmpx.h 56 #define EMPTY 0
  /src/usr.bin/sed/
defs.h 113 EMPTY, /* d D g G h H l n N p P q x = \0 */
  /src/games/gomoku/
gomoku.h 63 #define EMPTY 2
191 u_char e_off; /* offset in frame of this empty spot */
265 extern struct combostr *sortframes[2]; /* sorted, non-empty frames */
  /src/games/trek/
trek.h 90 #define EMPTY '.'

Completed in 14 milliseconds