OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:hlast
(Results
1 - 2
of
2
) sorted by relevancy
/src/bin/ksh/
history.c
88
char **hfirst, **
hlast
, **hp;
local in function:c_fc
192
hlast
= hist_get_newest(false);
202
hlast
= last ? hist_get(last, true, lflag ? true : false)
204
if (!
hlast
)
207
if (hfirst >
hlast
) {
210
temp = hfirst; hfirst =
hlast
;
hlast
= temp;
219
for (hp = rflag ?
hlast
: hfirst;
220
hp >= hfirst && hp <=
hlast
; hp += rflag ? -1 : 1)
241
for (hp = rflag ?
hlast
: hfirst
[
all
...]
vi.c
176
static int
hlast
; /* 1 past last position in history */
variable in typeref:typename:int
538
ohnum = hnum =
hlast
= histnum(-1) + 1;
773
modified = 1; hnum =
hlast
;
780
modified = 1; hnum =
hlast
;
789
modified = 1; hnum =
hlast
;
832
modified = 1; hnum =
hlast
;
838
modified = 1; hnum =
hlast
;
850
modified = 1; hnum =
hlast
;
861
modified = 1; hnum =
hlast
;
875
argcnt =
hlast
+ 1
[
all
...]
Completed in 12 milliseconds
Indexes created Wed Oct 01 19:09:53 GMT 2025