Home
last modified time | relevance | path

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

/dragonfly/contrib/dialog/
H A Dbuttons.c419 dlg_match_char(int ch, const char *string) in dlg_match_char() function
H A Ddialog.h585 extern int dlg_match_char(int /*ch*/, const char * /*string*/);
H A Dchecklist.c138 if (dlg_match_char(dlg_last_getc(), in check_hotkey()
H A Dtreeview.c143 if (dlg_match_char(dlg_last_getc(), in check_hotkey()
H A Dmenubox.c298 if (dlg_match_char(dlg_last_getc(), in check_hotkey()
H A Dbuildlist.c238 if (dlg_match_char(dlg_last_getc(), in check_hotkey()
H A DCHANGES1691 + correct dlg_match_char() function, which was broken during rewrite