Lines Matching +full:left +full:- +full:most
1 // SPDX-License-Identifier: GPL-2.0
51 [MSG_EDGE_LEFT] = "left,",
57 [MSG_CTRL] = "control-",
72 /* Most of these duplicate the entries in state names. */
135 [MSG_KEYNAME_LEFTBRACE] = "left brace",
138 [MSG_KEYNAME_LEFTCTRL] = "left control",
151 [MSG_KEYNAME_LEFTSHFT] = "left shift",
165 [MSG_KEYNAME_LEFTALT] = "left alt",
214 [MSG_KEYNAME_LEFT] = "left",
234 [MSG_KEYNAME_LEFTMETA] = "left meta",
288 [MSG_KEYNAME_KPLEFTPAR] = "keypad left paren",
307 [MSG_FUNCNAME_EDIT_MOST] = "edit most",
312 [MSG_FUNCNAME_GOTO_LEFT] = "go to left edge",
333 [MSG_FUNCNAME_SAY_FROM_LEFT] = "say from left",
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: */