/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)
|
/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...] |
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
|
/src/games/cribbage/ |
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) {
|
/src/games/adventure/ |
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));
|
/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");
|
/src/usr.sbin/sysinst/ |
part_edit.c | 631 static const char *yes, *no, *ptn_type, *ptn_start, *ptn_size, local in function:draw_outer_ptn_line 634 if (yes == NULL) { 640 yes = msg_string(MSG_Yes); CHECK(yes); 695 (marg->cur.flags & PTI_INSTALL_TARGET)) ? yes : no);
|
/src/share/mk/ |
bsd.own.mk | 55 NEED_OWN_INSTALL_TARGET?= yes 62 # be set to "yes" for that port only. 65 # TOOLCHAIN_MISSING?= yes 141 MKGDBSERVER?= yes 167 HAVE_ACPI= yes 181 HAVE_UEFI= yes 189 .if ${HAVE_UEFI} == "yes" && ${MACHINE_ARCH:M*eb} == "" 190 HAVE_EFI_RT= yes 199 HAVE_NVMM= yes 206 _LIBC_COMPILER_RT.${MACHINE_ARCH}= yes [all...] |