Searched defs:told (Results 1 - 2 of 2) sorted by relevance

/ast/src/lib/libast/uwin/
H A Dgetpass.c52 struct termios told,tnew; local
58 if(tcgetattr(sffileno(iop),&told) < 0)
61 tnew = told;
69 tcsetattr(sffileno(iop),TCSANOW,&told); local
/ast/src/cmd/ksh93/sh/
H A Dtimers.c67 struct itimerval tnew, told; local
74 if(setitimer(ITIMER_REAL,&tnew,&told) < 0)
76 t = told.it_value.tv_sec + 1.e-6*told.it_value.tv_usec;

Completed in 8 milliseconds