Home
last modified time | relevance | path

Searched refs:prompt_history (Results 1 – 8 of 8) sorted by relevance

/dports/audio/siren/siren-0.9/
H A Dprompt.c41 static struct history *prompt_history; variable
233 if (prompt_history == NULL) in prompt_line_handle_key()
236 if ((line = history_get_prev(prompt_history)) == NULL) { in prompt_line_handle_key()
250 if (prompt_history != NULL && prompt_linelen > 0) in prompt_line_handle_key()
251 history_add(prompt_history, prompt_line); in prompt_line_handle_key()
259 if (prompt_history == NULL) in prompt_line_handle_key()
262 if ((line = history_get_next(prompt_history)) != NULL) { in prompt_line_handle_key()
308 prompt_history = history; in prompt_mode_begin()
309 if (prompt_history != NULL) in prompt_mode_begin()
310 history_rewind(prompt_history); in prompt_mode_begin()
/dports/editors/mle/mle-1.4.3/
H A Deditor.c171 prompt_history_t *prompt_history; in editor_deinit() local
201 HASH_ITER(hh, editor->prompt_history, prompt_history, prompt_history_tmp) { in editor_deinit()
202 HASH_DEL(editor->prompt_history, prompt_history); in editor_deinit()
203 free(prompt_history->prompt_str); in editor_deinit()
209 free(prompt_history); in editor_deinit()
705 prompt_history_t *prompt_history; in _editor_prompt_find_or_add_history() local
706 HASH_FIND_STR(ctx->editor->prompt_history, ctx->bview->prompt_str, prompt_history); in _editor_prompt_find_or_add_history()
707 if (!prompt_history) { in _editor_prompt_find_or_add_history()
710 …_ADD_KEYPTR(hh, ctx->editor->prompt_history, prompt_history->prompt_str, strlen(prompt_history->pr… in _editor_prompt_find_or_add_history()
720 return prompt_history; in _editor_prompt_find_or_add_history()
[all …]
H A Dmle.h94 prompt_history_t *prompt_history; member
/dports/emulators/dgen-sdl/dgen-sdl-1.33/sdl/
H A Dprompt.c253 struct prompt_history *ph = &p->history[p->current]; in prompt_parse()
492 struct prompt_history *ph = &p->history[p->current]; in prompt_push()
536 struct prompt_history *ph = &p->history[p->current]; in prompt_put()
559 struct prompt_history *ph = &p->history[p->current]; in prompt_delete()
575 struct prompt_history *ph = &p->history[p->current]; in prompt_replace()
621 struct prompt_history *ph = &p->history[p->current]; in prompt_right()
637 struct prompt_history *ph = &p->history[p->current]; in prompt_end()
646 struct prompt_history *ph = &p->history[p->current]; in prompt_clear()
H A Dprompt.h24 struct prompt_history { struct
H A Dsdl.cpp5018 struct prompt::prompt_history *ph; in handle_prompt()
/dports/lang/swi-pl/swipl-8.2.3/boot/
H A Dhistory.pl61 prompt_history(Prompt),
134 %% prompt_history(+Prompt)
138 prompt_history('') :-
141 prompt_history(Prompt) :-
/dports/x11-wm/qtile/qtile-0.18.1/
H A DCHANGELOG377 ~/.cache/qtile/prompt_history