Home
last modified time | relevance | path

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

/freebsd/contrib/ee/
H A Dee.c378 int unique_test(char *string, char *list[]);
1828 if ((result = unique_test(cmd_str, commands)) != 1) in command_prompt()
4391 if (unique_test(string, init_strings) != 1) in ee_init()
4529 if (unique_test(string, init_strings) == 1) in dump_ee_conf()
5207 unique_test(char *string, char *list[]) in unique_test() function