Searched defs:lflag (Results 51 - 66 of 66) sorted by relevance

123

/illumos-gate/usr/src/lib/libshell/common/sh/
H A Djobs.c465 * if lflag is set the switching driver message will not print
467 void job_init(Shell_t *shp, int lflag) argument
563 if(lflag==0)
/illumos-gate/usr/src/cmd/whodo/
H A Dwhodo.c141 static int lflag = 0; /* true if -l flag: w command format */ variable
207 lflag++;
260 if (lflag) { /* w command format header */
416 if (lflag) { /* w command needs args */
471 if (lflag) { /* -l flag format (w command) */
/illumos-gate/usr/src/cmd/mdb/sun4u/modules/unix/
H A Dunix.c465 uint_t rflag = 0, lflag = 0; local
470 'l', MDB_OPT_SETBITS, TRUE, &lflag,
474 if (lflag && rflag)
488 if (lflag) {
/illumos-gate/usr/src/cmd/sgs/gprof/common/
H A Dgprof.h336 bool lflag; /* exclude LOCAL syms in output */ variable
/illumos-gate/usr/src/cmd/cmd-crypto/decrypt/
H A Ddecrypt.c171 static boolean_t lflag = B_FALSE; /* -l flag (list) */ variable
260 lflag = B_TRUE;
270 if (errflag || (!aflag && !lflag) || (lflag && argc > 2) ||
539 if (lflag) {
/illumos-gate/usr/src/cmd/grep_xpg4/
H A Dgrep.c91 static uchar_t lflag; /* Print file names of matches */ variable
181 lflag++;
314 if (lflag)
322 if (cflag && lflag)
323 lflag = 0;
1131 if (lflag) {
/illumos-gate/usr/src/cmd/sgs/pvs/common/
H A Dpvs.c149 static int Cflag, dflag, lflag, nflag, oflag, rflag, sflag, vflag; variable
1030 Cflag = dflag = lflag = nflag = oflag = rflag = sflag = vflag = 0;
1042 lflag = sflag = USR_DEFINED;
1084 if ((dflag == 0) && (rflag == 0) && (lflag == 0))
1210 if (lflag)
1220 if (lflag && (_cache_loc == NULL)) {
/illumos-gate/usr/src/cmd/cron/
H A Dat.c154 int lflag = 0; local
204 lflag++;
279 if (lflag + rflag > 1)
282 if (lflag) {
/illumos-gate/usr/src/grub/grub-0.97/stage2/
H A Dchar_io.c203 int lflag; local
208 lflag = 0;
216 lflag++;
225 if (lflag == 2) {
930 int lflag; local
935 lflag = 0;
945 lflag++;
949 if (lflag == 2) {
/illumos-gate/usr/src/lib/libc/port/print/
H A Ddoprnt.c469 char lflag; local
716 lflag = 0;
853 if (lflag) {
862 lflag++;
1697 if (lflag) {
1743 if (!lflag) {
1744 lflag++;
1800 if (lflag) {
2172 if ((fcode == 's') && !lflag) {
/illumos-gate/usr/src/cmd/zlogin/
H A Dzlogin.c1733 int lflag = 0; local
1791 lflag = 1;
1803 if (lflag != 0) {
1829 if (failsafe != 0 && lflag != 0) {
/illumos-gate/usr/src/cmd/ptools/pmap/
H A Dpmap.c134 static int lflag = 0; variable
231 lflag = 1;
458 else if (lflag)
702 lname = make_name(Pr, lflag, pmp->pr_vaddr, pmp->pr_mapname,
840 lname = make_name(Pr, lflag, pmp->pr_vaddr, pmp->pr_mapname,
944 lname = make_name(Pr, lflag, pmp->pr_vaddr, pmp->pr_mapname,
1023 lname = make_name(Pr, lflag, pmp->pr_vaddr, pmp->pr_mapname,
/illumos-gate/usr/src/cmd/bnu/
H A Dcu.c288 int lflag=0; local
385 lflag++;
522 if ( lflag )
1669 VERBOSE("lflag=`%o',", xv.c_lflag);
/illumos-gate/usr/src/tools/codereview/
H A Dlwlp.c181 static int dflag, lflag, pflag, vflag, wflag; variable
356 lflag = 1;
401 if (lflag) {
/illumos-gate/usr/src/cmd/ptools/pargs/
H A Dpargs.c1277 int aflag = 0, cflag = 0, eflag = 0, xflag = 0, lflag = 0; local
1304 lflag++;
1324 if ((aflag + eflag + xflag + lflag) == 0) {
1330 if (lflag && (xflag || eflag)) {
1403 if (!lflag)
1494 if (lflag)
1508 if (lflag != 0) {
/illumos-gate/usr/src/cmd/find/
H A Dfind.c246 static int lflag = 0; variable
281 lflag = 0;
285 lflag = 1;
314 /* lflag is the same as -follow */
315 if (lflag)
830 } else if (type == FTW_SLN && lflag == 1) {

Completed in 102 milliseconds

123