Home
last modified time | relevance | path

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

/dports/sysutils/smenu/smenu-0.9.18/
H A Dsmenu.c6430 char * pre_selection_index = NULL; /* pattern used to set the initial * in main() local
6913 &pre_selection_index, &langinfo, &misc, (char *)0); in main()
9175 if (pre_selection_index == NULL) in main()
9179 else if (*pre_selection_index == '/') in main()
9186 if (regcomp(&re, pre_selection_index + 1, REG_EXTENDED | REG_NOSUB) != 0) in main()
9188 fprintf(stderr, "%s: Invalid regular expression.\n", pre_selection_index); in main()
9219 else if (*pre_selection_index == '=') /* exact search. */ in main()
9228 list = tst_search(tst_word, w = utf8_strtowcs(pre_selection_index + 1)); in main()
9239 else if (*pre_selection_index != '\0') in main()
9244 char * ptr = pre_selection_index; in main()