Searched refs:lflag (Results 1 - 4 of 4) sorted by relevance

/ast/src/lib/libcmd/
H A Dtty.c60 register int lflag = 0; local
72 lflag++;
95 if(lflag)
/ast/src/cmd/ksh93/tests/
H A Dgrep.sh39 vflag= xflag= cflag= lflag= nflag=
46 -l*) lflag=1;;
61 noprint=$vflag$cflag$lflag # don't print if these flags are set
81 if test "$lflag" && ((c))
/ast/src/cmd/ksh93/bltins/
H A Dhist.c53 int lflag = 0, nflag = 0, rflag = 0; local
71 lflag++;
155 if(lflag)
171 range[1] = ((lflag && !edit)?hist_max(hp)-1:range[0]);
172 if(range[1]>=(flag=(hist_max(hp) - !lflag)))
184 if(lflag)
203 else if(lflag)
206 if(lflag)
212 if(lflag)
/ast/src/cmd/ksh93/sh/
H A Djobs.c599 * if lflag is set the switching driver message will not print
601 void job_init(Shell_t *shp, int lflag) argument
698 if(lflag==0)

Completed in 11 milliseconds