Searched refs:print_position (Results 1 - 3 of 3) sorted by relevance

/freebsd-9.3-release/gnu/lib/libodialog/
H A Dtextbox.c33 static void print_position(WINDOW *win, int height, int width);
148 print_position(dialog, height, width);
186 print_position(dialog, height, width);
218 print_position(dialog, height, width);
254 print_position(dialog, height, width);
265 print_position(dialog, height, width);
287 print_position(dialog, height, width);
298 print_position(dialog, height, width);
407 print_position(dialog, height, width);
685 static void print_position(WINDO function
[all...]
H A Dtree.c151 static void print_position(WINDOW *win, int x, int y,
267 print_position(dialog, box_x+menu_width, box_y+menu_height, scroll+choice, item_no);
312 print_position(dialog, box_x+menu_width, box_y+menu_height, scroll+choice, item_no);
350 print_position(dialog, box_x+menu_width, box_y+menu_height, scroll+choice, item_no);
369 print_position(dialog, box_x+menu_width, box_y+menu_height, scroll+choice, item_no);
464 print_position(dialog, box_x+menu_width, box_y+menu_height, scroll+choice, item_no);
535 static void print_position(WINDOW *win, int x, int y, function
545 /* End of print_position() */
/freebsd-9.3-release/contrib/dialog/
H A Dtextbox.c423 print_position(MY_OBJ * obj, WINDOW *win, int height, int width) function
778 print_position(&obj, dialog, height, width);

Completed in 108 milliseconds