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

/ast/src/cmd/ksh93/tests/
H A Dgrep.sh39 vflag= xflag= cflag= lflag= nflag=
45 -c*) cflag=1;;
61 noprint=$vflag$cflag$lflag # don't print if these flags are set
86 test "$cflag" && print $tc # print count if cflag is set
/ast/src/cmd/3d/
H A D3d.sh207 cflag=
241 c) cflag=1; break ;;
260 case $cflag in
/ast/src/cmd/std/
H A Dshar.sh272 then nflag= cflag='\c'
273 else nflag=-n cflag=
287 echo \$nflag '? -' overwrite "$name" '[no, yes, all, quit] (no)?' \$cflag
/ast/src/lib/libcmd/
H A Dcut.c92 int cflag; member in struct:Cut_s
155 cut->cflag = (mode&C_CHARS) && cut->mb;
309 else if (cut->cflag)

Completed in 322 milliseconds