Home
last modified time | relevance | path

Searched refs:ofiles (Results 1 – 6 of 6) sorted by relevance

/titanic_41/usr/src/cmd/awk_xpg4/
H A Dawk2.c477 for (op = &ofiles[0]; op < &ofiles[NIOSTREAM]; op++) in doend()
606 for (op = &ofiles[0]; op < &ofiles[NIOSTREAM]; op++) { in openfile()
H A Dawk4.c525 for (op = &ofiles[0]; op < &ofiles[NIOSTREAM]; op++) in f_close()
530 if (op >= &ofiles[NIOSTREAM]) in f_close()
H A Dawk1.c249 ofiles = (OFILE *)emalloc(sizeof (OFILE)*NIOSTREAM); in awkvarinit()
251 (void) memset((wchar_t *)ofiles, 0, sizeof (OFILE) * NIOSTREAM); in awkvarinit()
256 for (fp = ofiles; fp < &ofiles[NIOSTREAM]; fp += 1) { in awkvarinit()
H A Dawk0.c109 OFILE *ofiles; /* Remembered open files (print) */ variable
H A Dawk.h409 extern OFILE *ofiles;
/titanic_41/usr/src/lib/libshell/common/tests/
H A Darith.sh315 $SHELL -c 'i=0;(( ofiles[i] != -1 && (ofiles[i] < mins || mins == -1) ));exit 0' 2> /dev/null || er…