HomeSort by: relevance | last modified time | path
    Searched defs:pflg (Results 1 - 3 of 3) sorted by relevancy

  /src/usr.bin/script/
script.c 108 int aflg, pflg, ch; local in function:main
113 pflg = 0;
137 pflg = 1;
160 if ((fscript = fopen(fname, pflg ? "r" : aflg ? "a" : "w")) == NULL)
163 if (pflg)
  /src/usr.bin/fstat/
fstat.c 132 pflg, /* show files open by a particular pid */ variable in typeref:typename:int
222 if (pflg++)
  /src/bin/sh/
var.c 943 int pflg = 0; local in function:exportcmd
965 if (pflg || flag == VREADONLY
980 pflg = 3;
984 if (nflg || pflg)
1006 if (pflg && *argptr != NULL) {
1023 if (pflg || *argptr == NULL)
1024 return showvars( pflg ? p : 0, flag, pflg,
1026 pflg && xflg ? "-x" :

Completed in 315 milliseconds