Home
last modified time | relevance | path

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

/illumos-gate/usr/src/cmd/awk_xpg4/
H A Dawk2.c475 for (op = &ofiles[0]; op < &ofiles[NIOSTREAM]; op++) in doend()
604 for (op = &ofiles[0]; op < &ofiles[NIOSTREAM]; op++) { in openfile()
H A Dawk4.c524 for (op = &ofiles[0]; op < &ofiles[NIOSTREAM]; op++) in f_close()
529 if (op >= &ofiles[NIOSTREAM]) in f_close()
H A Dawk1.c247 ofiles = (OFILE *)emalloc(sizeof (OFILE)*NIOSTREAM); in awkvarinit()
249 (void) memset((wchar_t *)ofiles, 0, sizeof (OFILE) * NIOSTREAM); in awkvarinit()
254 for (fp = ofiles; fp < &ofiles[NIOSTREAM]; fp += 1) { in awkvarinit()
H A Dawk0.c107 OFILE *ofiles; /* Remembered open files (print) */ variable
H A Dawk.h410 extern OFILE *ofiles;
/illumos-gate/usr/src/contrib/ast/src/cmd/ksh93/tests/
H A Darith.sh315 $SHELL -c 'i=0;(( ofiles[i] != -1 && (ofiles[i] < mins || mins == -1) ));exit 0' 2> /dev/null || er…