HomeSort by relevance Sort by last modified time
    Searched defs:globcnt (Results 1 - 3 of 3) sorted by null

  /onnv/onnv-gate/usr/src/cmd/cmd-inet/usr.sbin/in.ftpd/
glob.c 98 static int globcnt; variable
146 globcnt = 0;
148 if (globcnt == 0 && (gflag & 1)) {
239 globcnt++;
294 globcnt++;
493 globcnt++;
  /onnv/onnv-gate/usr/src/cmd/cmd-inet/usr.bin/ftp/
glob.c 105 static int globcnt; variable
141 globcnt = 0;
143 if (globcnt == 0 && (gflag&1)) {
232 globcnt++;
285 globcnt++;
513 globcnt++;
  /onnv/onnv-gate/usr/src/cmd/csh/
sh.glob.c 30 int globcnt; variable
67 ginit(agargv); globcnt = 0;
76 globcnt = noglob | nonomatch;
80 printf("glob done, globcnt=%d, gflag=%d: ", globcnt, gflag);
83 if (globcnt == 0 && (gflag&1)) {
206 globcnt++;
267 globcnt++;
483 globcnt++;

Completed in 420 milliseconds