Home
last modified time | relevance | path

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

/freebsd/contrib/dialog/package/
H A Ddialog.sym154 dlg_match_char
H A Ddialog.map98 dlg_match_char;
/freebsd/contrib/dialog/
H A Dbuttons.c423 dlg_match_char(int ch, const char *string) in dlg_match_char() function
H A Dchecklist.c136 if (dlg_match_char(dlg_last_getc(), in check_hotkey()
H A Dtreeview.c140 if (dlg_match_char(dlg_last_getc(), in check_hotkey()
H A Dmenubox.c291 if (dlg_match_char(dlg_last_getc(), in check_hotkey()
H A Ddialog.h734 extern int dlg_match_char(int /*ch*/, const char * /*string*/);
H A Dbuildlist.c238 if (dlg_match_char(dlg_last_getc(), in check_hotkey()
H A DCHANGES1597 + correct dlg_match_char() function, which was broken during rewrite