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

  /src/usr.bin/m4/
stdd.h 53 #define YES 1
  /src/games/adventure/
setup.c 67 #define YES 1
97 linestart = YES;
112 linestart = YES; /* Ready to convert spaces
  /src/usr.bin/make/unit-tests/
varmod-ifelse.mk 70 .if ${1 == == 2:?yes:no} != ""
94 .if "${1 == == 2:?yes:no}" != ""
119 # On 2021-04-19, when building external/bsd/tmux with HAVE_LLVM=yes and
123 # in 'string == "literal" && no >= 10?yes:no'
159 .info ${${STRING} == "literal" && ${NUMBER} >= 10:?yes:no}.
162 .info ${${STRING} == "literal" || ${NUMBER} >= 10:?yes:no}.
169 .info ${${STRING} == "literal" && ${NUMBER} >= 10:?yes:no}.
172 .info ${${STRING} == "literal" || ${NUMBER} >= 10:?yes:no}.
283 .info ${ ${:U \${DELAYED\} == "one"}:?yes:no}
284 # expect+1: yes
    [all...]
  /src/usr.sbin/faithd/
faithd.h 55 #define YES 1
  /src/usr.bin/ctags/
ctags.h 40 #define YES 1
  /src/lib/libpam/modules/pam_login_access/
login_access.c 47 #define YES 1
150 if ((match = (*match_fn)(tok, item)) != 0) /* YES */
185 * Otherwise, return YES if the token fully matches the username, or if
192 return (YES);
197 return (YES);
212 * YES if the token fully matches the string. If the token is a domain
213 * name, return YES if it matches the last fields of the string. If the
214 * token has the magic value "LOCAL", return YES if the string does not
215 * contain a "." character. If the token is a network number, return YES
222 return (YES);
    [all...]
  /src/usr.bin/netstat/
mbuf.c 59 #define YES 1
160 seen[mp->mt_type] = YES;
164 seen[MT_FREE] = YES;
  /src/tests/usr.bin/xlint/lint1/
msg_035.c 27 NO, YES
  /src/lib/libwrap/
hosts_access.c 68 #define YES 1
84 int resident = (-1); /* -1, 0: unknown; +1: yes */
157 return (YES);
164 return (YES);
251 if (match_fn(tok, request)) { /* YES: look for exceptions */
384 ret = YES;
402 return (YES);
  /src/usr.sbin/tcpdchk/
tcpdchk.c 97 #define YES 1
  /src/usr.bin/su/
su.c 112 enum { UNSET, YES, NO } iscsh = UNSET;
322 iscsh = strstr(avshell, "csh") ? YES : NO;
385 if (iscsh == YES) {
399 } else if (iscsh == YES) {
su_pam.c 107 enum { UNSET, YES, NO } iscsh = UNSET;
336 iscsh = strstr(avshell, "csh") ? YES : NO;
508 if (iscsh == YES) {
522 } else if (iscsh == YES) {
  /src/usr.bin/last/
last.c 79 #define YES 1 /* true/yes */
  /src/sbin/dkctl/
dkctl.c 63 #define YES 1
67 #define YES_STR "yes"
396 keep = yn == YES;
752 * return YES, NO or -1.
759 return YES;
  /src/usr.bin/msgs/
msgs.c 96 #define YES 1
203 clean = YES;
207 hush = YES;
211 hdrs = YES;
215 locomode = YES;
219 lastcmd = YES;
223 use_pager = YES;
227 qopt = YES;
231 restricted = YES;
236 send_msg = YES;
    [all...]
  /src/usr.bin/deroff/
deroff.c 109 #define YES 1
281 keepblock = YES;
286 iflag = YES;
289 kflag = YES;
292 msflag = YES;
308 disp = YES;
318 parag = YES;
321 wordflag = YES;
322 kflag = YES;
332 keepblock = YES;
    [all...]
  /src/lib/libc/net/
getaddrinfo.c 109 #define YES 1
  /src/sys/external/isc/atheros_hal/dist/
ah_regdomain.c 607 #define YES AH_TRUE
624 {CTRY_DEBUG, NO_ENUMRD, YES, YES, YES, YES,YES, YES,YES, 7000 },
625 {CTRY_DEFAULT, DEF_REGDMN, YES, YES, YES, YES,YES, YES,YES, 7000 }
    [all...]

Completed in 46 milliseconds