Searched refs:command_strings (Results 1 – 1 of 1) sorted by relevance
434 char *command_strings[5]; variable3703 waddstr(info_win, command_strings[counter]); in paint_info_win()5148 …command_strings[0] = catgetlocal( 62, "help : get help info |file : print file name |lin… in strings_init()5149 …command_strings[1] = catgetlocal( 63, "read : read a file |char : ascii code of char |0-9… in strings_init()5150 …command_strings[2] = catgetlocal( 64, "write: write a file |case : case sensitive search |exi… in strings_init()5151 …command_strings[3] = catgetlocal( 65, "!cmd : shell \"cmd\" |nocase: ignore case in search |q… in strings_init()5152 …command_strings[4] = catgetlocal( 66, "expand: expand tabs |noexpand: do not expand tabs … in strings_init()