Searched refs:dialog_textbox (Results 1 – 3 of 3) sorted by relevance
156 int dialog_textbox (const char *title, const char *file, int height, int width);
196 return dialog_textbox (t, av[2], atoi (av[3]), atoi (av[4])); in j_textbox()
38 dialog_textbox (const char *title, const char *file, int height, int width) in dialog_textbox() function