Searched refs:nflg (Results 1 - 14 of 14) sorted by relevance
/illumos-gate/usr/src/ucbcmd/echo/ |
H A D | echo.c | 26 int i, nflg; local 28 nflg = 0; 30 nflg++; 40 if (nflg == 0)
|
/illumos-gate/usr/src/cmd/sh/ |
H A D | echo.c | 45 int nflg = 0; local 52 nflg = 0; 55 nflg++; 71 if (nflg == 0)
|
/illumos-gate/usr/src/cmd/uname/ |
H A D | uname.c | 60 int sflg = 0, nflg = 0, rflg = 0, vflg = 0, mflg = 0; local 82 sflg++; nflg++; rflg++; vflg++; mflg++; 90 nflg++; 123 (Sflg && (sflg || nflg || rflg || vflg || mflg || pflg || iflg || 151 if (!(sflg || nflg || rflg || vflg || mflg || pflg || iflg || Xflg)) 158 if (nflg) {
|
/illumos-gate/usr/src/ucbcmd/touch/ |
H A D | touch.c | 58 int mflg=1, aflg=1, cflg=0, nflg=0; variable 164 nflg++; /* no -a, -m, or date seen */ 230 if (nflg) 255 if (utimes(filename, nflg ? NULL : times)) { 256 if (nflg && (errno != EROFS) && (errno != EACCES)) {
|
/illumos-gate/usr/src/cmd/cat/ |
H A D | cat.c | 63 static int nflg = 0; /* n flag */ variable 171 nflg++; 180 nflg++; 288 * If in visible mode and/or nflg, use vncat; 292 if (visi_mode || nflg) 530 if (nflg && boln && !bflg) 540 if (nflg && boln)
|
/illumos-gate/usr/src/cmd/ttymon/ |
H A D | sttydefs.c | 48 static int nflg = 0; /* -n seen */ variable 121 nflg = TRUE; 198 if ((iflg) || (fflg) || (bflg) || (nflg)) 302 if (!nflg)
|
/illumos-gate/usr/src/cmd/fs.d/ufs/quot/ |
H A D | quot.c | 92 static int nflg; variable 136 nflg++; 269 if (nflg) { 353 while (nflg) { 427 if (nflg)
|
/illumos-gate/usr/src/cmd/avs/dscfg/ |
H A D | dscfg.c | 69 int nflg; variable 540 nflg++; 660 if (!nflg) {
|
/illumos-gate/usr/src/cmd/ps/ |
H A D | ucbps.c | 100 static int nflg; /* Numerical output */ variable 262 nflg++; 357 if (nflg) 904 if (!nflg) {
|
/illumos-gate/usr/src/cmd/cmd-inet/usr.sbin/snoop/ |
H A D | snoop.c | 105 boolean_t nflg = B_FALSE; local 278 nflg = B_TRUE; 379 if (!nflg) { 393 } else if (nflg) {
|
/illumos-gate/usr/src/cmd/acct/ |
H A D | acctcms.c | 93 int nflg; variable 160 nflg++; 194 ( nflg ? tncmp: (cflg? tccmp: tkcmp))); 211 (nflg? ncmp: (cflg? ccmp: kcmp)));
|
/illumos-gate/usr/src/cmd/msgfmt/ |
H A D | xgettext.c | 136 static int nflg = FALSE; variable 291 nflg = TRUE; 1980 * Therefore, does not have to check for nflg. 2013 if ((nflg == TRUE) && (p->istextdomain == FALSE) &&
|
/illumos-gate/usr/src/cmd/avs/dsw/ |
H A D | iiadm.c | 209 int nflg; variable 342 nflg++; 1710 if (nflg || !isatty(fileno(stdin))) 1897 (strcmp(mst_dg, shd_dg) && (!nflg))) 2075 if (nflg) { 2989 parms.pid = (nflg) ? -1 : getppid(); 2992 parms.pid = (nflg) ? -1 : getppid();
|
/illumos-gate/usr/src/cmd/ls/ |
H A D | ls.c | 277 static int nflg; variable 788 nflg++; 1294 if (!nflg) { 1301 if (!nflg) {
|
Completed in 164 milliseconds