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

/illumos-gate/usr/src/lib/libxcurses2/src/libc/xcurses/
H A Ddoupdate.c613 lines_replace(int from, int to_1) argument
615 for (; from < to_1; ++from)
624 lines_delete(int from, int to_1) argument
626 int count = to_1 - from;
628 if (LINES <= to_1) {
643 while (from++ < to_1)
661 lines_insert(int from, int to_1) argument
664 int count = to_1 - from;
689 for (row = from; row < to_1; ++row)
696 for (row = from; row < to_1;
[all...]

Completed in 59 milliseconds