HomeSort by: relevance | last modified time | path
    Searched defs:yes (Results 1 - 25 of 33) sorted by relevancy

1 2

  /src/usr.bin/yes/
yes.c 1 /* $NetBSD: yes.c,v 1.9 2008/07/21 14:19:28 lukem Exp $ */
40 static char sccsid[] = "@(#)yes.c 8.1 (Berkeley) 6/6/93";
42 __RCSID("$NetBSD: yes.c,v 1.9 2008/07/21 14:19:28 lukem Exp $");
51 const char *yes; local in function:main
53 yes = (argc > 1) ? argv[1] : "y";
55 while(puts(yes) >= 0)
yes.c 1 /* $NetBSD: yes.c,v 1.9 2008/07/21 14:19:28 lukem Exp $ */
40 static char sccsid[] = "@(#)yes.c 8.1 (Berkeley) 6/6/93";
42 __RCSID("$NetBSD: yes.c,v 1.9 2008/07/21 14:19:28 lukem Exp $");
51 const char *yes; local in function:main
53 yes = (argc > 1) ? argv[1] : "y";
55 while(puts(yes) >= 0)
yes.c 1 /* $NetBSD: yes.c,v 1.9 2008/07/21 14:19:28 lukem Exp $ */
40 static char sccsid[] = "@(#)yes.c 8.1 (Berkeley) 6/6/93";
42 __RCSID("$NetBSD: yes.c,v 1.9 2008/07/21 14:19:28 lukem Exp $");
51 const char *yes; local in function:main
53 yes = (argc > 1) ? argv[1] : "y";
55 while(puts(yes) >= 0)
  /src/usr.bin/make/unit-tests/
sh-flags.mk 18 opt-ignerr.yes= -i
19 opt-jobs.yes= -j1
21 opt-loud.yes= -dl # side effect: make stdout unbuffered
22 opt-no-action.yes= -n
23 opt-silent.yes= -s
24 opt-xtrace.yes= -dx
25 tgt-always.yes= .MAKE
26 tgt-ignerr.yes= .IGNORE
27 tgt-silent.yes= .SILENT
28 cmd-always.yes=
    [all...]
sh-flags.mk 18 opt-ignerr.yes= -i
19 opt-jobs.yes= -j1
21 opt-loud.yes= -dl # side effect: make stdout unbuffered
22 opt-no-action.yes= -n
23 opt-silent.yes= -s
24 opt-xtrace.yes= -dx
25 tgt-always.yes= .MAKE
26 tgt-ignerr.yes= .IGNORE
27 tgt-silent.yes= .SILENT
28 cmd-always.yes=
    [all...]
sh-flags.mk 18 opt-ignerr.yes= -i
19 opt-jobs.yes= -j1
21 opt-loud.yes= -dl # side effect: make stdout unbuffered
22 opt-no-action.yes= -n
23 opt-silent.yes= -s
24 opt-xtrace.yes= -dx
25 tgt-always.yes= .MAKE
26 tgt-ignerr.yes= .IGNORE
27 tgt-silent.yes= .SILENT
28 cmd-always.yes=
    [all...]
opt-no-action-runflags.mk 15 SILENT.yes= @
17 ALWAYS.yes= +
19 IGNERR.yes= -echo running; false
23 .for silent in no yes
24 . for always in no yes
25 . for ignerr in no yes
opt-no-action-runflags.mk 15 SILENT.yes= @
17 ALWAYS.yes= +
19 IGNERR.yes= -echo running; false
23 .for silent in no yes
24 . for always in no yes
25 . for ignerr in no yes
opt-no-action-runflags.mk 15 SILENT.yes= @
17 ALWAYS.yes= +
19 IGNERR.yes= -echo running; false
23 .for silent in no yes
24 . for always in no yes
25 . for ignerr in no yes
opt-jobs-no-action.mk 71 # XXX: silent=no always=no ignerr={no,yes} should be almost the same.
74 SILENT.yes= @
76 ALWAYS.yes= +
78 IGNERR.yes= -echo running; false
86 .for silent in no yes
87 . for always in no yes
88 . for ignerr in no yes
opt-jobs-no-action.mk 71 # XXX: silent=no always=no ignerr={no,yes} should be almost the same.
74 SILENT.yes= @
76 ALWAYS.yes= +
78 IGNERR.yes= -echo running; false
86 .for silent in no yes
87 . for always in no yes
88 . for ignerr in no yes
opt-jobs-no-action.mk 71 # XXX: silent=no always=no ignerr={no,yes} should be almost the same.
74 SILENT.yes= @
76 ALWAYS.yes= +
78 IGNERR.yes= -echo running; false
86 .for silent in no yes
87 . for always in no yes
88 . for ignerr in no yes
  /src/games/cribbage/
extern.c 50 BOOLEAN yes = FALSE; /* default 'y' to "Another game?" */ variable in typeref:typename:BOOLEAN
extern.c 50 BOOLEAN yes = FALSE; /* default 'y' to "Another game?" */ variable in typeref:typename:BOOLEAN
extern.c 50 BOOLEAN yes = FALSE; /* default 'y' to "Another game?" */ variable in typeref:typename:BOOLEAN
  /src/sys/arch/ia64/stand/common/
boot.c 165 int c, yes; local in function:autoboot
195 yes = 0;
203 yes = 1;
208 yes = 1;
219 if (yes)
222 if (yes) {
boot.c 165 int c, yes; local in function:autoboot
195 yes = 0;
203 yes = 1;
208 yes = 1;
219 if (yes)
222 if (yes) {
boot.c 165 int c, yes; local in function:autoboot
195 yes = 0;
203 yes = 1;
208 yes = 1;
219 if (yes)
222 if (yes) {
  /src/games/adventure/
io.c 116 yes(int x, int y, int z) function in typeref:typename:int
io.c 116 yes(int x, int y, int z) function in typeref:typename:int
io.c 116 yes(int x, int y, int z) function in typeref:typename:int
  /src/sbin/iscsid/
iscsid_driverif.c 188 int yes = 1; local in function:make_connection
351 setsockopt(sock, IPPROTO_TCP, TCP_NODELAY, &yes, (socklen_t)sizeof(yes));
512 int yes = 1; local in function:event_recover_connection
601 setsockopt(sock, IPPROTO_TCP, TCP_NODELAY, &yes, (socklen_t)sizeof(yes));
iscsid_driverif.c 188 int yes = 1; local in function:make_connection
351 setsockopt(sock, IPPROTO_TCP, TCP_NODELAY, &yes, (socklen_t)sizeof(yes));
512 int yes = 1; local in function:event_recover_connection
601 setsockopt(sock, IPPROTO_TCP, TCP_NODELAY, &yes, (socklen_t)sizeof(yes));
iscsid_driverif.c 188 int yes = 1; local in function:make_connection
351 setsockopt(sock, IPPROTO_TCP, TCP_NODELAY, &yes, (socklen_t)sizeof(yes));
512 int yes = 1; local in function:event_recover_connection
601 setsockopt(sock, IPPROTO_TCP, TCP_NODELAY, &yes, (socklen_t)sizeof(yes));
  /src/lib/libedit/
terminal.c 647 if (EL_HAS_AUTO_MARGINS) { /* yes */
1356 if (strcmp(how, "yes") == 0)
1434 static char yes[] = "yes"; local in function:terminal_gettc
1437 *(char **)how = yes;
1488 (void) fprintf(el->el_outfile, fmts, EL_CAN_TAB ? "yes" : "no");
1491 (void) fprintf(el->el_outfile, fmts, Val(T_km) ? "yes" : "no");
1495 "yes" : "no");
1499 "yes" : "no");

Completed in 41 milliseconds

1 2