Searched refs:emacs_control_keys (Results 1 – 1 of 1) sorted by relevance
422 char *emacs_control_keys[5]; variable3694 emacs_control_keys[counter] : control_keys[counter]); in paint_info_win()5247 …emacs_control_keys[0] = catgetlocal( 154, "^[ (escape) menu ^y search prompt ^k delete line ^p p… in strings_init()5248 …emacs_control_keys[1] = catgetlocal( 155, "^o ascii code ^x search ^l undelete line ^n n… in strings_init()5249 …emacs_control_keys[2] = catgetlocal( 156, "^u end of file ^a begin of line ^w delete word ^b b… in strings_init()5250 …emacs_control_keys[3] = catgetlocal( 157, "^t top of text ^e end of line ^r restore word ^f f… in strings_init()5251 …emacs_control_keys[4] = catgetlocal( 158, "^c command ^d delete char ^j undelete char … in strings_init()