Searched refs:stkexcept (Results 1 – 1 of 1) sorted by relevance
61 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) in stkexcept() function226 dp->exceptf = stkexcept; in stkopen()