Searched refs:hist_tell (Results 1 – 8 of 8) sorted by relevance
/titanic_50/usr/src/lib/libshell/common/include/ |
H A D | history.h | 68 extern off_t hist_tell(History_t*,int);
|
/titanic_50/usr/src/lib/libshell/i386/include/ast/ |
H A D | history.h | 77 extern __MANGLE__ off_t hist_tell __PROTO__((History_t*,int));
|
/titanic_50/usr/src/lib/libshell/sparc/include/ast/ |
H A D | history.h | 77 extern __MANGLE__ off_t hist_tell __PROTO__((History_t*,int));
|
/titanic_50/usr/src/lib/libshell/sparcv9/include/ast/ |
H A D | history.h | 77 extern __MANGLE__ off_t hist_tell __PROTO__((History_t*,int));
|
/titanic_50/usr/src/lib/libshell/amd64/include/ast/ |
H A D | history.h | 77 extern __MANGLE__ off_t hist_tell __PROTO__((History_t*,int));
|
/titanic_50/usr/src/lib/libshell/common/bltins/ |
H A D | hist.c | 205 hist_list(shp->hist_ptr,outfile,hist_tell(shp->hist_ptr,range[flag]),0,arg); in b_hist()
|
/titanic_50/usr/src/lib/libshell/common/edit/ |
H A D | history.c | 870 off_t hist_tell(register History_t *hp, int n) in hist_tell() function 959 offset = hist_tell(hp,index1); in hist_find()
|
/titanic_50/usr/src/lib/libshell/common/sh/ |
H A D | jobs.c | 1209 pw->p_name=hist_tell(sh.hist_ptr,(int)hp->histind-1); in job_post()
|