Searched defs:lflg (Results 1 - 11 of 11) sorted by relevance

/illumos-gate/usr/src/cmd/tty/
H A Dtty.c47 int lflg = 0; local
58 lflg = 1;
70 if (lflg) {
/illumos-gate/usr/src/cmd/bnu/
H A Duuname.c46 int c, lflg = 0, cflg = 0; local
64 lflg++;
71 if (lflg) {
/illumos-gate/usr/src/cmd/srchtxt/
H A Dsrchtxt.c75 static int lflg; /* set if locale is specified on command line */ variable
114 lflg++;
135 if (!lflg)
/illumos-gate/usr/src/cmd/ttymon/
H A Dsttydefs.c51 static int lflg = 0; /* -l seen */ variable
142 lflg = TRUE;
498 if (lflg) {
/illumos-gate/usr/src/cmd/rctladm/
H A Drctladm.c66 static int dflg, eflg, lflg, uflg; variable
466 lflg = 1;
482 if (lflg && (dflg || eflg)) {
497 if (lflg || !(dflg || eflg)) {
/illumos-gate/usr/src/cmd/avs/dscfg/
H A Ddscfg.c68 int lflg; variable
500 lflg++;
564 if (lflg && sflg)
608 if (sflg && !lflg) {
635 } else if (sflg && lflg) {
820 if (lflg) {
/illumos-gate/usr/src/cmd/ps/
H A Ducbps.c89 static int lflg; /* long format */ variable
229 lflg++;
234 lflg = vflg = 0;
247 lflg = uflg = 0;
351 if (lflg) {
901 if (lflg)
916 } else if (lflg)
920 if (lflg)
923 if (lflg)
929 if (lflg) {
[all...]
H A Dps.c221 static int lflg; variable
486 lflg++;
834 if (lflg) {
844 } else if (lflg)
848 if (lflg || fflg)
861 else if (lflg || fflg) {
863 if (lflg)
866 if (lflg) {
1396 if (lflg) {
1444 } else if (lflg) {
[all...]
/illumos-gate/usr/src/ucbcmd/ls/
H A Dls.c68 static int aflg, dflg, gflg, lflg, sflg, tflg, uflg, iflg, fflg, cflg; variable
142 lflg++; break;
164 aflg++; lflg = 0; sflg = 0; tflg = 0;
166 if (lflg)
236 if (lflg || sflg)
334 if (statarg || sflg || lflg || tflg) {
366 if (lflg) {
516 if (lflg || Cflg == 0)
628 lflg ? fmtlstuff(fp) : "");
636 if (Fflg && ! (lflg
[all...]
/illumos-gate/usr/src/cmd/avs/dsw/
H A Diiadm.c207 int lflg; variable
330 lflg++;
470 lflg++; av[0] = "list_config"; ac = 1;
644 } else if (lflg) {
/illumos-gate/usr/src/cmd/ls/
H A Dls.c275 static int lflg; variable
321 /* statreq > 0 if any of sflg, (n)lflg, tflg, Sflg, colorflg are on */
718 lflg = 0;
726 lflg++;
734 lflg++;
749 lflg++;
768 lflg++;
784 lflg = 0;
789 lflg++;
798 lflg
[all...]

Completed in 105 milliseconds