Home
last modified time | relevance | path

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

/titanic_41/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()
/titanic_41/usr/src/lib/libxcurses2/src/libc/xcurses/
H A Ddoupdate.c89 static t_action *ins_rep = NULL; variable
149 ins_rep = del + lines; in __m_doupdate_init()
877 (void) memset(ins_rep, 0, sizeof (*ins_rep) * LINES); in script()
888 ins_rep[j] = lines_insert; in script()
901 ins_rep[j] = lines_replace; in script()
907 for (i = LINES-1; 0 <= i && ins_rep[i] == lines_insert; --i) { in script()
911 ins_rep[i] = lines_replace; in script()
974 if ((func = ins_rep[i]) != (t_action) 0) { in complex()
976 for (j = i; j <= lr && ins_rep[j] == func; ++j) in complex()