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

  /src/usr.bin/make/unit-tests/
dep.mk 9 only-colon:
10 # expect+1: Inconsistent operator for only-colon
11 only-colon!
12 # expect+1: Inconsistent operator for only-colon
13 only-colon::
16 only-colon:
varmisc.mk 38 @echo :? only lhs when value true
42 @echo :? only rhs when value false
54 cmpv.only= target specific vars
59 @echo We have ${${.TARGET:T}.only}
171 # Before that, it had complained about unclosed variables only when
  /src/sys/conf/
lint.mk 35 # Attempt to do a syntax-only compile of the entire kernel as one entity.
38 syntax-only: ${CFILES} ${MD_CFILES}
39 ${CC} -fsyntax-only -combine ${CFLAGS} ${CPPFLAGS} \
  /src/usr.bin/sockstat/
sockstat.c 105 int pf_list, only, nonames; variable in typeref:typename:int
124 pf_list = only = 0;
141 only |= ONLY_CONNECTED;
159 only |= ONLY_LISTEN;
475 if (only) {
481 if (!(only & ONLY_CONNECTED))
489 if (!(only & ONLY_LISTEN))

Completed in 13 milliseconds