Searched refs:tmout (Results 1 - 6 of 6) sorted by relevance

/ast/src/cmd/tksh/
H A DtkMain.c627 int tksh_waitevent(int fd, long tmout, int rw)
640 if (tmout> 0)
641 token = Tcl_CreateTimerHandler((int)tmout,TmoutProc,&(tFlag));
657 if (tmout > 0)
624 tksh_waitevent(int fd, long tmout, int rw) argument
/ast/src/cmd/ksh93/include/
H A Ddefs.h87 int32_t tmout; /* value for TMOUT */ member in struct:sh_scoped
/ast/src/cmd/ksh93/sh/
H A Dmain.c511 shp->timeout = shp->st.tmout;
H A Dinit.c1431 shp->st.tmout = SHOPT_TIMEOUT;
1905 (TMOUTNOD)->nvalue.lp = (&shp->st.tmout);
H A Dxec.c2288 shp->exitval=sh_readline(shp,&nullptr,0,1,(size_t)0,1000*shp->st.tmout);
/ast/src/cmd/ksh93/bltins/
H A Dread.c69 long timeout = 1000*shp->st.tmout;

Completed in 34 milliseconds