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

  /src/bin/csh/
hist.c 142 int hflg, n, rflg; local in function:dohist
144 hflg = 0;
160 hflg++;
177 dohist1(Histlist.Hnext, &n, rflg, hflg);
181 dohist1(struct Hist *hp, int *np, int rflg, int hflg)
191 dohist1(hp->Hnext, np, rflg, hflg);
193 phist(hp, hflg);
197 phist(hp, hflg);
202 phist(struct Hist *hp, int hflg)
204 if (hflg == 0
    [all...]
csh.c 760 srcunit(int unit, int onlyown, int hflg)
827 enterhist = hflg;
1228 int hflg; local in function:dosource
1230 hflg = 0;
1235 hflg++;
1241 if (!srcfile((char *)buf, 0, hflg) && !hflg)
  /src/bin/mv/
mv.c 68 static int fflg, hflg, iflg, vflg; variable in typeref:typename:int
99 hflg = 1;
129 if (hflg || stat(argv[argc - 1], &sb) || !S_ISDIR(sb.st_mode)) {
  /src/usr.bin/rwho/
rwho.c 87 int aflg, qflg, hflg; local in function:main
91 aflg = nusers = nhosts = qflg = hflg = 0;
105 hflg = 1;
116 hflg = 0;
185 if (hflg) {

Completed in 14 milliseconds