Home
last modified time | relevance | path

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

/freebsd/contrib/ee/
H A Dee.c330 int unique_test(char *string, char *list[]);
1664 if ((result = unique_test(cmd_str, commands)) != 1) in command_prompt()
4156 if (unique_test(string, init_strings) != 1) in ee_init()
4311 if (unique_test(string, init_strings) == 1) in dump_ee_conf()
5018 unique_test(char *string, char *list[]) in unique_test() function