Searched refs:lines_insert (Results 1 - 2 of 2) sorted by relevance

/illumos-gate/usr/src/lib/libxcurses/src/libc/xcurses/
H A Ddoupdate.c97 STATIC void lines_insert(int, int);
505 lines_insert(from, to_1) function
757 ins_rep[j] = lines_insert;
776 for (i = LINES-1; 0 <= i && ins_rep[i] == lines_insert; --i) {
/illumos-gate/usr/src/lib/libxcurses2/src/libc/xcurses/
H A Ddoupdate.c98 static void lines_insert(int, int);
661 lines_insert(int from, int to_1) function
888 ins_rep[j] = lines_insert;
907 for (i = LINES-1; 0 <= i && ins_rep[i] == lines_insert; --i) {

Completed in 99 milliseconds