OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:prompt_prefix_length
(Results
1 - 2
of
2
) sorted by relevancy
/src/external/gpl3/gdb/dist/readline/readline/
display.c
249
static int
prompt_prefix_length
;
variable
570
*
prompt_prefix_length
= number of visible characters in local_prompt_prefix
622
&
prompt_prefix_length
,
634
return (
prompt_prefix_length
);
3094
saved_prefix_length =
prompt_prefix_length
;
3106
prompt_last_invisible = prompt_visible_length =
prompt_prefix_length
= 0;
3122
prompt_prefix_length
= saved_prefix_length;
/src/external/gpl3/gdb.old/dist/readline/readline/
display.c
249
static int
prompt_prefix_length
;
variable
570
*
prompt_prefix_length
= number of visible characters in local_prompt_prefix
622
&
prompt_prefix_length
,
634
return (
prompt_prefix_length
);
3094
saved_prefix_length =
prompt_prefix_length
;
3106
prompt_last_invisible = prompt_visible_length =
prompt_prefix_length
= 0;
3122
prompt_prefix_length
= saved_prefix_length;
Completed in 19 milliseconds
Indexes created Mon Mar 23 00:23:30 UTC 2026