Searched refs:_rl_to_upper (Results 1 – 7 of 7) sorted by relevance
67 #define UNCTRL(c) _rl_to_upper(((c)|control_character_bit))105 #ifndef _rl_to_upper106 # define _rl_to_upper(c) (_rl_lowercase_p(c) ? toupper((unsigned char)c) : (c)) macro
141 #define _rl_to_wupper(c) (_rl_to_upper (c))
856 c = _rl_to_upper (rl_line_buffer[rl_point]);1051 if ((_rl_to_upper (c) == 'W') && rl_point < rl_end && rl_point > rl_mark &&1057 if (m->key == 'c' && rl_point >= rl_mark && (_rl_to_upper (c) == 'W'))1276 if ((_rl_to_upper (m->motion) == 'W') && rl_point < m->start)
468 array[l++] = CTRL (_rl_to_upper (seq[i]));481 temp = (seq[i] == '?') ? RUBOUT : CTRL (_rl_to_upper (seq[i]));497 array[l++] = (seq[i] == '?') ? RUBOUT : CTRL (_rl_to_upper (seq[i]));1379 key = CTRL (_rl_to_upper (key));
386 extern int (_rl_to_upper) PARAMS((int));
448 FUNCTION_FOR_MACRO (_rl_to_upper)
624 switch (_rl_to_upper (ch))1339 nc = (nop == UpCase) ? _rl_to_upper (c) : _rl_to_lower (c);