OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:el_rprompt
(Results
1 - 3
of
3
) sorted by null
/external/libedit/src/
prompt.c
92
elp = &el->
el_rprompt
;
127
el->
el_rprompt
.p_func = prompt_default_r;
128
el->
el_rprompt
.p_pos.v = 0;
129
el->
el_rprompt
.p_pos.h = 0;
130
el->
el_rprompt
.p_ignore = '\0';
156
p = &el->
el_rprompt
;
191
p = &el->
el_rprompt
;
el.h
136
el_prompt_t
el_rprompt
; /* Prompt stuff */
member in struct:editline
refresh.c
217
prompt_print(el,
EL_RPROMPT
);
274
el->
el_rprompt
.p_pos.h;
275
if (el->
el_rprompt
.p_pos.h && !el->
el_rprompt
.p_pos.v &&
284
prompt_print(el,
EL_RPROMPT
);
286
el->
el_rprompt
.p_pos.h = 0; /* flag "not using rprompt" */
287
el->
el_rprompt
.p_pos.v = 0;
1120
el->
el_rprompt
.p_pos.h;
1121
if (el->
el_rprompt
.p_pos.h && rhdiff < 3) {
Completed in 3233 milliseconds