Home
last modified time | relevance | path

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

/illumos-gate/usr/src/contrib/ast/src/cmd/ksh93/include/
H A Ddefs.h304 #define SH_GRACE 12 /* set for timeout grace period */ macro
/illumos-gate/usr/src/contrib/ast/src/cmd/ksh93/sh/
H A Dio.c1946 if(sh_isstate(SH_GRACE)) in time_grace()
1948 sh_offstate(SH_GRACE); in time_grace()
1957 sh_onstate(SH_GRACE); in time_grace()
2023 …timeout = (void*)sh_timeradd(sh_isstate(SH_GRACE)?1000L*TGRACE:1000L*shp->timeout,0,time_grace,shp… in slowread()
H A Dmain.c484 sh_offstate(SH_GRACE); in exfile()