Searched defs:hist_seek (Results 1 - 1 of 1) sorted by relevance

/ast/src/cmd/ksh93/edit/
H A Dhistory.c508 newp = hist_seek(hist_old,++n);
524 newp = hist_seek(hist_old,++n);
910 off_t hist_seek(register History_t *hp, int n) function
1065 hist_seek(hp,command);

Completed in 14 milliseconds