Home
last modified time | relevance | path

Searched refs:ins_rep (Results 1 – 2 of 2) sorted by relevance

/illumos-gate/usr/src/lib/libxcurses/src/libc/xcurses/
H A Ddoupdate.c88 static t_action *ins_rep = (t_action *) 0; variable
147 ins_rep = del + lines; in __m_doupdate_init()
747 memset(ins_rep, 0, sizeof *ins_rep * LINES);
757 ins_rep[j] = lines_insert;
770 ins_rep[j] = lines_replace;
776 for (i = LINES-1; 0 <= i && ins_rep[i] == lines_insert; --i) {
780 ins_rep[i] = lines_replace;
843 if ((func = ins_rep[i]) != (t_action) 0) { in complex()
845 for (j = i; j <= lr && ins_rep[j] == func; ++j) in complex()
/illumos-gate/usr/src/lib/libxcurses2/src/libc/xcurses/
H A Ddoupdate.c87 static t_action *ins_rep = NULL; variable
147 ins_rep = del + lines; in __m_doupdate_init()
875 (void) memset(ins_rep, 0, sizeof (*ins_rep) * LINES); in script()
886 ins_rep[j] = lines_insert; in script()
899 ins_rep[j] = lines_replace; in script()
905 for (i = LINES-1; 0 <= i && ins_rep[i] == lines_insert; --i) { in script()
909 ins_rep[i] = lines_replace; in script()
972 if ((func = ins_rep[i]) != (t_action) 0) { in complex()
974 for (j = i; j <= lr && ins_rep[j] == func; ++j) in complex()