Searched refs:sub_opt_status (Results 1 – 1 of 1) sorted by relevance
247 char * sub_opt_status = "[?(@*=*)]"; in lex_process() local267 if ((sub_opt_status[sub_opt_status_idx + 1] == *wordbegin) || in lex_process()268 (sub_opt_status[sub_opt_status_idx + 1] == '*') || in lex_process()269 (sub_opt_status[sub_opt_status_idx + 1] == '=' && is_opt_char(*wordbegin))) { in lex_process()273 sub_opt_status_idx = strlen(sub_opt_status) - 1; in lex_process()
Completed in 3 milliseconds