OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
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
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 16 milliseconds
Indexes created Sat Oct 18 17:09:52 GMT 2025