Home
last modified time | relevance | path

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

/freebsd-src/contrib/ee/
H A Dee.c424 char *command_strings[5]; variable
3696 waddstr(info_win, command_strings[counter]); in paint_info_win()
5138command_strings[0] = catgetlocal( 62, "help : get help info |file : print file name |lin… in strings_init()
5139command_strings[1] = catgetlocal( 63, "read : read a file |char : ascii code of char |0-9… in strings_init()
5140command_strings[2] = catgetlocal( 64, "write: write a file |case : case sensitive search |exi… in strings_init()
5141command_strings[3] = catgetlocal( 65, "!cmd : shell \"cmd\" |nocase: ignore case in search |q… in strings_init()
5142command_strings[4] = catgetlocal( 66, "expand: expand tabs |noexpand: do not expand tabs … in strings_init()