Lines Matching +full:right +full:- +full:most
1 // SPDX-License-Identifier: GPL-2.0
52 [MSG_EDGE_RIGHT] = "right,",
57 [MSG_CTRL] = "control-",
72 /* Most of these duplicate the entries in state names. */
136 [MSG_KEYNAME_RIGHTBRACE] = "right brace",
163 [MSG_KEYNAME_RIGHTSHFT] = "right shift",
206 [MSG_KEYNAME_RIGHTCTRL] = "right control",
209 [MSG_KEYNAME_RIGHTALT] = "right alt",
215 [MSG_KEYNAME_RIGHT] = "right",
235 [MSG_KEYNAME_RIGHTMETA] = "right meta",
289 [MSG_KEYNAME_KPRIGHTPAR] = "keypad right paren",
307 [MSG_FUNCNAME_EDIT_MOST] = "edit most",
313 [MSG_FUNCNAME_GOTO_RIGHT] = "go to right edge",
338 [MSG_FUNCNAME_SAY_TO_RIGHT] = "say to right",
438 while ((*input != '\0') && strchr(" 0+-#", *input)) in skip_flags()
496 size_t length1 = end1 - *input1; in compare_specifiers()
497 size_t length2 = end2 - *input2; in compare_specifiers()
539 * Description: Add a user-supplied message to the user_messages array.
543 * - index: a message number, as found in i18n.h.
544 * - text: text of message. Not NUL-terminated.
545 * - length: number of bytes in text.
547 * -EINVAL - Invalid format specifiers in formatted message or illegal index.
548 * -ENOMEM - Unable to allocate memory.
556 return -EINVAL; in spk_msg_set()
560 return -ENOMEM; in spk_msg_set()
566 return -EINVAL; in spk_msg_set()
601 for (i = group->start; i <= group->end; i++) { in spk_reset_msg_group()
616 /* Free user-supplied strings when module is unloaded: */