OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:_rl_to_wupper
(Results
1 - 2
of
2
) sorted by relevancy
/src/external/gpl3/gdb/dist/readline/readline/
rlmbutil.h
124
#define
_rl_to_wupper
(wc) (iswlower (wc) ? towupper (wc) : (wc))
macro
206
#define
_rl_to_wupper
(c) (_rl_to_upper (c))
macro
/src/external/gpl3/gdb.old/dist/readline/readline/
rlmbutil.h
111
#define
_rl_to_wupper
(wc) (iswlower (wc) ? towupper (wc) : (wc))
macro
194
#define
_rl_to_wupper
(c) (_rl_to_upper (c))
macro
Completed in 21 milliseconds
Indexes created Wed Mar 04 15:26:31 UTC 2026