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

/freebsd-13-stable/contrib/subversion/subversion/libsvn_delta/
H A Dcompose_delta.c406 apr_size_t top_offset = limit + 1;
412 (node->right != NULL && node->right->offset < top_offset
414 : top_offset);
425 top_offset = node->offset;
403 apr_size_t top_offset = limit + 1; local
/freebsd-13-stable/contrib/ee/
H A Dee.c318 void paint_menu P_((struct menu_entries menu_list[], int max_width, int max_height, int list_size, int top_offset, WINDOW *menu_win, int off_start, int vert_size));
3351 int top_offset; /* offset from top where menu items start */ local
3390 top_offset = 0;
3412 top_offset = 4;
3419 paint_menu(menu_list, max_width, max_height, list_size, top_offset, temp_win, off_start, vert_size);
3426 wmove(temp_win, (1 + counter + top_offset - off_start), 3);
3428 wmove(temp_win, (counter + top_offset - off_start), 3);
3482 list_size, top_offset, temp_win,
3500 list_size, top_offset, temp_win, off_start,
3514 list_size, top_offset, temp_wi
[all...]

Completed in 36 milliseconds