Home
last modified time | relevance | path

Searched refs:_rl_to_upper (Results 1 – 7 of 7) sorted by relevance

/dragonfly/contrib/gdb-7/readline/
HDchardefs.h67 #define UNCTRL(c) _rl_to_upper(((c)|control_character_bit))
105 #ifndef _rl_to_upper
106 # define _rl_to_upper(c) (_rl_lowercase_p(c) ? toupper((unsigned char)c) : (c)) macro
HDrlmbutil.h141 #define _rl_to_wupper(c) (_rl_to_upper (c))
HDvi_mode.c856 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)
HDbind.c468 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));
HDrlprivate.h386 extern int (_rl_to_upper) PARAMS((int));
HDutil.c448 FUNCTION_FOR_MACRO (_rl_to_upper)
HDtext.c624 switch (_rl_to_upper (ch))
1339 nc = (nop == UpCase) ? _rl_to_upper (c) : _rl_to_lower (c);