Home
last modified time | relevance | path

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

/titanic_44/usr/src/lib/libshell/common/include/
H A Dio.h54 #define IOSUBSHELL 0x8000 /* must be larger than any file descriptor */ macro
/titanic_44/usr/src/lib/libshell/common/sh/
H A Dio.c1293 sh_iosave(shp,fn,indx|IOSUBSHELL,tname?fname:0); in sh_redirect()
1426 int flag = (oldtop&IOSUBSHELL); in sh_iosave()
1427 oldtop &= ~IOSUBSHELL; in sh_iosave()
1525 int flag = (last&IOSUBSHELL); in sh_iorestore()
1526 last &= ~IOSUBSHELL; in sh_iorestore()
H A Dsubshell.c727 sh_iorestore(shp,buff.topfd|IOSUBSHELL,jmpval); in sh_subshell()