Searched refs:first_alpha (Results 1 – 3 of 3) sorted by relevance
74 j = first_alpha(menu_item, "YyNnMmHh"); in do_print_item()283 j = first_alpha(items[(scroll + i) * 2 + 1], "YyNnMmHh"); in dialog_menu()289 j = first_alpha(items [(scroll + i) * 2 + 1], "YyNnMmHh"); in dialog_menu()408 first_alpha(items [(scroll + choice) * 2 + 1], "")); in dialog_menu()
153 int first_alpha(const char *string, const char *exempt);
345 int first_alpha(const char *string, const char *exempt) in first_alpha() function