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