Home
last modified time | relevance | path

Searched refs:sh_chkopen (Results 1 – 5 of 5) sorted by relevance

/illumos-gate/usr/src/contrib/ast/src/cmd/ksh93/include/
H A Dio.h88 extern int sh_chkopen(const char*);
/illumos-gate/usr/src/contrib/ast/src/cmd/ksh93/bltins/
H A Dhist.c251 fdo = sh_chkopen(fname); in b_hist()
/illumos-gate/usr/src/contrib/ast/src/cmd/ksh93/sh/
H A Dio.c865 int sh_chkopen(register const char *name) in sh_chkopen() function
1349 fd=sh_chkopen(fname); in sh_redirect()
H A Dxec.c1797 sh_chkopen(e_devnull); in sh_exec()
3834 sh_iorenumber(shp,sh_chkopen(e_devnull),0); in sh_ntfork()
H A Dmacro.c2131 fd = sh_chkopen(e_devnull); in comsubst()