Home
last modified time | relevance | path

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

/freebsd/contrib/ee/
H A Dee.c1695 char *cmd_str2 = NULL; in command() local
1710 cmd_str = cmd_str2 = get_string(file_write_prompt_str, TRUE); in command()
1726 cmd_str = cmd_str2 = get_string(file_read_prompt_str, TRUE); in command()
1841 if (cmd_str2 != NULL) in command()
1842 free(cmd_str2); in command()