Searched refs:hist_line (Results 1 - 3 of 3) sorted by relevance

/ast/src/cmd/ksh93/include/
H A Dhistory.h48 int hist_line; member in struct:__anon112
/ast/src/cmd/ksh93/edit/
H A Demacs.c227 location.hist_line = hloff;
232 location.hist_line = 0;
265 location = hist_locate(shgd->hist_ptr,location.hist_command,location.hist_line,1);
269 hloff = location.hist_line;
652 location.hist_line = hloff;
674 hloff = location.hist_line;
682 location.hist_line = ep->in_mult;
688 hloff = location.hist_line;
692 location.hist_line = hloff;
907 location.hist_line
[all...]
H A Dhistory.c960 location.hist_line = 0;
992 if((location.hist_line=hist_match(hp,offset,string,coffset))>=0)
1175 next.hist_line = line;

Completed in 14 milliseconds