OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:hlast
(Results
1 - 2
of
2
) sorted by null
/external/mksh/src/
histrap.c
96
char **hfirst, **
hlast
, **hp, *editor = NULL;
local
248
hlast
= hist_get_newest(false);
258
hlast
= last ? hist_get(last, true, lflag) :
260
if (!
hlast
)
263
if (hfirst >
hlast
) {
266
temp = hfirst; hfirst =
hlast
;
hlast
= temp;
275
for (hp = rflag ?
hlast
: hfirst;
276
hp >= hfirst && hp <=
hlast
; hp += rflag ? -1 : 1) {
303
for (hp = rflag ?
hlast
: hfirst
[
all
...]
edit.c
3475
static int
hlast
; \/* 1 past last position in history *\/
variable
[
all
...]
Completed in 731 milliseconds