Home
last modified time | relevance | path

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

/linux-2.4.37.9/scripts/lxdialog/
Ddialog.h156 int dialog_textbox (const char *title, const char *file, int height, int width);
Dlxdialog.c196 return dialog_textbox (t, av[2], atoi (av[3]), atoi (av[4])); in j_textbox()
Dtextbox.c38 dialog_textbox (const char *title, const char *file, int height, int width) in dialog_textbox() function