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