OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:el_rprompt
(Results
1 - 3
of
3
) sorted by relevancy
/src/lib/libedit/
prompt.c
91
elp = &el->
el_rprompt
;
130
el->
el_rprompt
.p_func = prompt_default_r;
131
el->
el_rprompt
.p_pos.v = 0;
132
el->
el_rprompt
.p_pos.h = 0;
133
el->
el_rprompt
.p_ignore = '\0';
159
p = &el->
el_rprompt
;
194
p = &el->
el_rprompt
;
el.h
132
el_prompt_t
el_rprompt
; /* Prompt stuff */
131
el_prompt_t
el_rprompt
; \/* Prompt stuff *\/
member in struct:editline
refresh.c
251
prompt_print(el,
EL_RPROMPT
);
308
el->
el_rprompt
.p_pos.h;
309
if (el->
el_rprompt
.p_pos.h && !el->
el_rprompt
.p_pos.v &&
318
prompt_print(el,
EL_RPROMPT
);
320
el->
el_rprompt
.p_pos.h = 0; /* flag "not using rprompt" */
321
el->
el_rprompt
.p_pos.v = 0;
1169
el->
el_rprompt
.p_pos.h;
1170
if (el->
el_rprompt
.p_pos.h && rhdiff < 3) {
Completed in 15 milliseconds
Indexes created Sat Aug 15 00:25:12 UTC 2026