Home
last modified time | relevance | path

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

/netbsd-src/external/bsd/nvi/dist/motif_l/
H A Dm_func.c288 int top, size, maximum, old_max; in vi_scrollbar() local
328 XtVaGetValues( __vi_screen->scroll, XmNmaximum, &old_max, 0 ); in vi_scrollbar()
329 if ( maximum > old_max ) in vi_scrollbar()
342 if ( maximum < old_max ) in vi_scrollbar()
/netbsd-src/external/bsd/flex/dist/src/
H A Dtblcmp.c296 int old_max = current_max_xpairs; in expand_nxt_chk() local
305 memset(chk + old_max, 0, MAX_XPAIRS_INCREMENT * sizeof(int)); in expand_nxt_chk()