Home
last modified time | relevance | path

Searched refs:hist_tell (Results 1 – 5 of 5) sorted by relevance

/illumos-gate/usr/src/contrib/ast/src/cmd/ksh93/include/
H A Dhistory.h68 extern off_t hist_tell(History_t*,int);
/illumos-gate/usr/src/contrib/ast/src/cmd/ksh93/bltins/
H A Dhist.c206 hist_list(shp->gd->hist_ptr,outfile,hist_tell(shp->gd->hist_ptr,range[flag]),0,arg); in b_hist()
/illumos-gate/usr/src/contrib/ast/src/cmd/ksh93/edit/
H A Dhistory.c902 off_t hist_tell(register History_t *hp, int n) in hist_tell() function
991 offset = hist_tell(hp,index1); in hist_find()
H A Dedit.c1709 offset = hist_tell(hp,index1);
/illumos-gate/usr/src/contrib/ast/src/cmd/ksh93/sh/
H A Djobs.c1446 pw->p_name=hist_tell(shgd->hist_ptr,(int)hp->histind-1); in job_post()