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

/osnet-11/usr/src/lib/libxcurses/src/libc/xcurses/
H A Ddoupdate.c80 typedef void (*t_action)(int, int); typedef
88 static t_action *del = (t_action *) 0;
89 static t_action *ins_rep = (t_action *) 0;
145 if (del != (t_action *) 0)
147 del = (t_action *) new;
809 t_action func;
832 if (del[j] != (t_action) 0) {
834 if (del[i] == (t_action)
[all...]
/osnet-11/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) {

Completed in 18 milliseconds