Home | History | Annotate | Download | only in csh

Lines Matching defs:nofile

174 int nofile = 0;
394 nofile = 1;
405 nofile = 1;
415 nofile = 1;
427 nofile = 1;
432 nofile = 1;
459 if (nofile == 0 && argc > 0) {
460 nofile = open(tempv[0], O_RDONLY);
461 if (nofile < 0) {
471 if ((SHIN = dmove(nofile, FSHIN)) < 0)
472 switch(nofile) {