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

/illumos-gate/usr/src/lib/libxcurses/src/libc/xcurses/
H A Ddoupdate.c79 typedef void (*t_action)(int, int); typedef
87 static t_action *del = (t_action *) 0;
88 static t_action *ins_rep = (t_action *) 0;
144 if (del != (t_action *) 0)
146 del = (t_action *) new;
808 t_action func;
831 if (del[j] != (t_action) 0) {
833 if (del[i] == (t_action)
[all...]
/illumos-gate/usr/src/lib/libxcurses2/src/libc/xcurses/
H A Ddoupdate.c77 typedef void (*t_action)(int, int); typedef
88 static t_action *del = NULL;
89 static t_action *ins_rep = NULL;
148 del = (t_action *) new;
939 t_action func;
962 if (del[j] != (t_action) 0) {
964 if (del[i] == (t_action) 0)
974 if ((func = ins_rep[i]) != (t_action) 0) {
/illumos-gate/usr/src/uts/sun4u/starfire/sys/
H A Didn.h779 void (*t_action)(int domid, struct idn_msgtype *mtp, member in struct:__anon10070
/illumos-gate/usr/src/uts/sun4u/starfire/io/
H A Didn_proto.c4428 } else if ((afunc = xp->xt_trans[(int)o_xstate].t_action) != NULL) {

Completed in 101 milliseconds