Home
last modified time | relevance | path

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

/linux-2.4.37.9/scripts/lxdialog/
Dtextbox.c24 static void back_lines (int n);
205 back_lines (height - 4); in dialog_textbox()
215 back_lines (page_length + 1); in dialog_textbox()
251 back_lines (page_length + height - 4); in dialog_textbox()
295 back_lines (page_length); in dialog_textbox()
307 back_lines (page_length); in dialog_textbox()
328 back_lines (int n) in back_lines() function