Home
last modified time | relevance | path

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

/NextBSD/contrib/libreadline/
HDbind.c83 static int substring_member_of_array PARAMS((char *, const char **));
1369 if (substring_member_of_array (string, _rl_possible_control_prefixes))
1372 if (substring_member_of_array (string, _rl_possible_meta_prefixes))
2300 substring_member_of_array (string, array) in substring_member_of_array() function