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

/osnet-11/usr/src/lib/libcurses/screen/
H A D_garbagdlins.c49 garbagedlines(WINDOW *win, int start, int finish) argument
51 return (wredrawln(win, start, finish));
/osnet-11/usr/src/lib/libxcurses/src/libc/xcurses/
H A Dwscrl.c56 int y, x, width, start, finish, to; local
66 * from start to finish inclusive will be moved to
71 finish = w->_top + n - 1;
75 finish = w->_bottom - 1;
80 if (__m_cc_erase(w, start, 0, finish, w->_maxx-1) == -1)
84 (void) __m_ptr_move((void **) w->_line, w->_maxy, start, finish, to);
H A Ddoupdate.c551 int start, finish, to, row; local
575 finish = count-1;
578 (void) __m_cc_erase(curscr, start, 0, finish, curscr->_maxx-1);
580 (void **) curscr->_line, curscr->_maxy, start, finish, to
593 int start, finish, to, row; local
620 finish = lines - 1;
623 (void) __m_cc_erase(curscr, start, 0, finish, curscr->_maxx-1);
625 (void **) curscr->_line, curscr->_maxy, start, finish, to
/osnet-11/usr/src/lib/libxcurses2/src/libc/xcurses/
H A Dwscrl.c59 int start, finish, to; local
109 * from start to finish inclusive will be moved to
114 finish = w->_top + n - 1;
118 finish = w->_bottom - 1;
123 (void) __m_cc_erase(w, start, 0, finish, w->_maxx - 1);
127 start, finish, to);
H A Dptrmove.c50 * Move range start..finish inclusive before the given location.
58 unsigned int start, unsigned int finish, unsigned int to)
60 if (finish < start || length <= finish)
65 reverse(array, start, finish);
66 reverse(array, to, finish);
67 } else if (finish < to && to <= length) {
68 reverse(array, start, finish);
69 reverse(array, finish+1, to-1);
57 __m_ptr_move(void **array, unsigned int length, unsigned int start, unsigned int finish, unsigned int to) argument
H A Ddoupdate.c704 int start, finish, to; local
724 finish = count-1;
727 (void) __m_cc_erase(curscr, start, 0, finish, curscr->_maxx-1);
729 curscr->_maxy, start, finish, to);
741 int start, finish, to;
764 finish = lines - 1;
767 (void) __m_cc_erase(curscr, start, 0, finish, curscr->_maxx-1);
769 curscr->_maxy, start, finish, to);
/osnet-11/usr/src/lib/efcode/packages/
H A Dpopulate.c188 make_a_node(fcode_env_t *env, char *name, int finish) argument
193 if (finish)
/osnet-11/usr/src/cmd/ntfsprogs/
H A Dutils.c325 * @finish: The end of the range will be stored here
329 * string cannot be parsed correctly, @start and @finish will not be changed.
334 int utils_parse_range(const char *string, s64 *start, s64 *finish, BOOL scale) argument
339 if (!string || !start || !finish) {
368 *finish = b;
/osnet-11/usr/src/lib/libresolv2/common/resolv/
H A Dres_send.c894 struct timespec now, timeout, finish; local
1001 finish = evAddTime(now, timeout);
1009 if (evCmpTime(finish, now) > 0)
1010 timeout = evSubTime(finish, now);
1015 timeout = evSubTime(finish, now);
/osnet-11/usr/src/lib/libntfs/common/libntfs/
H A Drunlist.c593 BOOL finish; local
599 finish = ((drl[dins].lcn >= LCN_RL_NOT_MAPPED) && /* End of file */
604 if (finish && !drl[dins].length)
607 finish = FALSE;
611 ntfs_log_debug("start = %i, finish = %i\n", start, finish);
615 if (finish)
620 if (finish)

Completed in 71 milliseconds