Home
last modified time | relevance | path

Searched refs:t_action (Results 1 – 2 of 2) 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) in __m_doupdate_init()
146 del = (t_action *) new; in __m_doupdate_init()
808 t_action func; in complex()
831 if (del[j] != (t_action) 0) { in complex()
833 if (del[i] == (t_action) 0) in complex()
843 if ((func = ins_rep[i]) != (t_action) 0) { in complex()
/illumos-gate/usr/src/lib/libxcurses2/src/libc/xcurses/
H A Ddoupdate.c75 typedef void (*t_action)(int, int); typedef
86 static t_action *del = NULL;
87 static t_action *ins_rep = NULL;
146 del = (t_action *) new; in __m_doupdate_init()
937 t_action func; in complex()
960 if (del[j] != (t_action) 0) { in complex()
962 if (del[i] == (t_action) 0) in complex()
972 if ((func = ins_rep[i]) != (t_action) 0) { in complex()