OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:TRANS
(Results
1 - 2
of
2
) sorted by relevancy
/src/external/gpl3/gdb/dist/readline/readline/
undo.c
173
#define
TRANS
(i) ((i) == -1 ? rl_point : ((i) == -2 ? rl_end : (i)))
188
start =
TRANS
(rl_undo_list->start);
189
end =
TRANS
(rl_undo_list->end);
271
#undef
TRANS
/src/external/gpl3/gdb.old/dist/readline/readline/
undo.c
173
#define
TRANS
(i) ((i) == -1 ? rl_point : ((i) == -2 ? rl_end : (i)))
188
start =
TRANS
(rl_undo_list->start);
189
end =
TRANS
(rl_undo_list->end);
271
#undef
TRANS
Completed in 14 milliseconds
Indexes created Sun Jun 07 00:24:08 UTC 2026