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

/macosx-10.10/ksh-23/ksh/src/lib/libast/misc/
H A Dstk.c61 static int stkexcept(Sfio_t*,int,void*,Sfdisc_t*);
62 static Sfdisc_t stkdisc = { 0, 0, 0, stkexcept };
144 static int stkexcept(register Sfio_t *stream, int type, void* val, Sfdisc_t* dp) function
226 dp->exceptf = stkexcept;

Completed in 205 milliseconds