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

  /src/bin/csh/
csh.c 89 int didfds; variable in typeref:typename:int
281 * Move the descriptors to safe places. The variable didfds is 0 while we
282 * have only FSH* to work with. When didfds is true, we have 0,1,2 and
790 if (didfds)
907 oldidfds = didfds;
908 didfds = 0;
915 didfds = oldidfds;
1165 int odidfds = didfds;
1167 didfds = 0;
1170 didfds = odidfds
    [all...]
csh.c 89 int didfds; variable in typeref:typename:int
281 * Move the descriptors to safe places. The variable didfds is 0 while we
282 * have only FSH* to work with. When didfds is true, we have 0,1,2 and
790 if (didfds)
907 oldidfds = didfds;
908 didfds = 0;
915 didfds = oldidfds;
1165 int odidfds = didfds;
1167 didfds = 0;
1170 didfds = odidfds
    [all...]

Completed in 27 milliseconds