Searched refs:xflag (Results 1 - 25 of 37) sorted by relevance

12

/netbsd-6-1-5-RELEASE/usr.bin/window/
H A Dmain.c70 char xflag = 0; local
102 xflag++;
127 if (xflag) {
137 if (xflag) {
145 if (debug || xflag)
/netbsd-6-1-5-RELEASE/usr.sbin/isdn/daicctl/
H A Dmain.c51 int lflag, dflag, xflag, iflag, sflag, vflag, pthrou, ch; local
54 pthrou = lflag = dflag = xflag = iflag = sflag = vflag = 0;
68 xflag = 1;
104 if (dflag || vflag || xflag || sflag || pthrou)
111 if (xflag)
/netbsd-6-1-5-RELEASE/usr.bin/xlint/lint2/
H A Dexterns2.h38 extern int xflag;
H A Dmain2.c51 int xflag; variable
117 xflag = 1;
/netbsd-6-1-5-RELEASE/usr.bin/ctags/
H A Dprint.c68 if (xflag)
113 else if (xflag)
H A Dctags.c77 int xflag; /* -x: cxref style output */ variable
127 xflag++;
155 if (xflag)
H A Dctags.h76 extern int xflag; /* -x: cxref style output */
H A Dtree.c76 if (!xflag && !strcmp(name, "main")) {
/netbsd-6-1-5-RELEASE/usr.bin/xargs/
H A Dxargs.c79 static int cnt, Iflag, jfound, Lflag, Sflag, wasquoted, xflag; variable
191 xflag = 1;
211 if (xflag && !nflag)
214 xflag = 1;
358 * run the command. If xflag and max'd out on buffer
364 (Lflag <= count && xflag) || foundeof) {
365 if (xflag && xp != endxp && p > ebp)
411 /* Didn't hit argument limit, so if xflag object. */
412 if (xflag)
/netbsd-6-1-5-RELEASE/usr.bin/column/
H A Dcolumn.c81 int ch, tflag, xflag; local
92 tflag = xflag = 0;
105 xflag = 1;
133 else if (xflag)
/netbsd-6-1-5-RELEASE/usr.sbin/repquota/
H A Drepquota.c99 static int xflag = 0; /* export */ variable
132 xflag = 1;
153 xflag++;
161 if (xflag && (argc != 1 || aflag))
207 if (xflag)
270 if (xflag == 0 && valid[idtype])
/netbsd-6-1-5-RELEASE/bin/sh/
H A Doptions.h79 #define xflag optlist[7].val macro
H A Dmain.c302 if (xflag)
303 xflag = 0, xflag_set = 1;
310 xflag = 1;
/netbsd-6-1-5-RELEASE/usr.sbin/fssconfig/
H A Dfssconfig.c49 static int xflag = 0; variable
79 xflag++;
172 if ((xflag || istmp) && isreg)
/netbsd-6-1-5-RELEASE/usr.bin/last/
H A Dlast.c114 static int xflag; /* Assume file is wtmpx format */ variable
211 xflag = 1;
252 if (file[strlen(file) - 1] == 'x' || xflag)
/netbsd-6-1-5-RELEASE/sbin/sysctl/
H A Dsysctl.c247 int Aflag, aflag, dflag, Mflag, nflag, qflag, rflag, wflag, xflag; variable
313 xflag++;
323 if (xflag && rflag)
325 /* if ((xflag || rflag) && wflag)
1868 if (xflag > 1) {
1878 if (xflag)
1887 if (xflag)
1896 if (xflag)
1935 if (xflag > 1) {
1942 if (xflag || nod
[all...]
/netbsd-6-1-5-RELEASE/distrib/utils/ssh/
H A Dssh.c69 int xflag; /* execution trace */ variable
117 xflag++;
250 if (xflag) {
/netbsd-6-1-5-RELEASE/usr.bin/grep/
H A Dgrep.h115 qflag, sflag, vflag, wflag, xflag;
H A Dgrep.c118 bool xflag; /* -x: pattern must match entire line */ variable
567 xflag = true;
/netbsd-6-1-5-RELEASE/bin/ksh/
H A Dc_ksh.c897 Tflag xflag = 0; local
922 xflag = EXPORT;
959 if ((ap->flag & (ISSET|xflag)) == (ISSET|xflag)) {
981 if (val == NULL && !tflag && !xflag) {
1017 ap->flag &= ~xflag;
1019 ap->flag |= xflag;
/netbsd-6-1-5-RELEASE/usr.sbin/lockstat/
H A Dmain.c138 static bool xflag; variable
237 xflag = true;
374 for (name = xflag ? xtypes : alltypes; name->name != NULL; name++) {
611 if (!xflag && (lb->lb_flags & LB_LOCK_MASK) != type)
/netbsd-6-1-5-RELEASE/external/bsd/atf/dist/atf-sh/
H A Datf-check_test.sh146 atf_test_case xflag
438 atf_add_test_case xflag
/netbsd-6-1-5-RELEASE/external/bsd/bind/dist/unit/atf-src/atf-sh/
H A Datf-check_test.sh146 atf_test_case xflag
425 atf_add_test_case xflag
/netbsd-6-1-5-RELEASE/lib/libpuffs/
H A Ddispatcher.c487 int xflag = 0; local
495 xflag |= PUFFS_SETATTR_FAF;
499 &auxt->pvnr_va_ttl, xflag);
971 int xflag = 0; local
974 xflag |= PUFFS_SETATTR_FAF;
979 pcr, auxt->pvnr_ioflag, xflag);
/netbsd-6-1-5-RELEASE/usr.bin/spell/spellprog/
H A Dspellprog.c286 static int xflag; variable
340 xflag++;
852 if (xflag)

Completed in 303 milliseconds

12