OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:hist_entry
(Results
1 - 2
of
2
) sorted by null
/external/qemu/
readline.c
180
if (rs->
hist_entry
== 0)
182
if (rs->
hist_entry
== -1) {
188
rs->
hist_entry
= idx;
190
rs->
hist_entry
--;
191
if (rs->
hist_entry
>= 0) {
193
rs->history[rs->
hist_entry
]);
200
if (rs->
hist_entry
== -1)
202
if (rs->
hist_entry
< READLINE_MAX_CMDS - 1 &&
203
rs->history[++rs->
hist_entry
] != NULL) {
205
rs->history[rs->
hist_entry
]);
215
char *
hist_entry
, *new_entry;
local
[
all
...]
readline.h
26
int
hist_entry
;
member in struct:ReadLineState
Completed in 17 milliseconds