OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:x_histp
(Results
1 - 1
of
1
) sorted by relevancy
/src/bin/ksh/
emacs.c
107
static char **
x_histp
; /* history position */
variable in typeref:typename:char **
336
x_histp
= histptr + 1;
852
static int x_prev_com(c) int c; { x_load_hist(
x_histp
- x_arg); return KSTD;}
854
static int x_next_com(c) int c; { x_load_hist(
x_histp
+ x_arg); return KSTD;}
881
x_histp
= hp;
897
x_nextcmd = source->line - (histptr -
x_histp
) + 1;
984
for (hp =
x_histp
- (sameline ? 0 : 1) ; hp >= histlist; --hp) {
995
x_histp
= histptr;
Completed in 14 milliseconds
Indexes created Thu Oct 16 14:10:15 GMT 2025