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