Home
last modified time | relevance | path

Searched refs:shl_spare (Results 1 – 3 of 3) sorted by relevance

/netbsd-src/bin/ksh/
H A Dsh.h350 #define shl_spare (&shf_iob[0]) /* for c_read()/c_print() */ macro
H A Dio.c224 shf_fdopen(2, SHF_WR, shl_spare); /* force buffer allocation */ in initio()
H A Dc_sh.c297 shf = shf_reopen(fd, SHF_RD | SHF_INTERRUPT | can_seek(fd), shl_spare);