Home
last modified time | relevance | path

Searched refs:hist_list (Results 1 – 8 of 8) sorted by relevance

/titanic_41/usr/src/lib/libshell/common/include/
H A Dhistory.h66 extern void hist_list(History_t*,Sfio_t*, off_t, int, char*);
/titanic_41/usr/src/lib/libshell/amd64/include/ast/
H A Dhistory.h75 extern __MANGLE__ void hist_list __PROTO__((History_t*,Sfio_t*, off_t, int, char*));
/titanic_41/usr/src/lib/libshell/i386/include/ast/
H A Dhistory.h75 extern __MANGLE__ void hist_list __PROTO__((History_t*,Sfio_t*, off_t, int, char*));
/titanic_41/usr/src/lib/libshell/sparc/include/ast/
H A Dhistory.h75 extern __MANGLE__ void hist_list __PROTO__((History_t*,Sfio_t*, off_t, int, char*));
/titanic_41/usr/src/lib/libshell/sparcv9/include/ast/
H A Dhistory.h75 extern __MANGLE__ void hist_list __PROTO__((History_t*,Sfio_t*, off_t, int, char*));
/titanic_41/usr/src/lib/libshell/common/bltins/
H A Dhist.c205 hist_list(shp->hist_ptr,outfile,hist_tell(shp->hist_ptr,range[flag]),0,arg); in b_hist()
/titanic_41/usr/src/lib/libshell/common/sh/
H A Djobs.c911 hist_list(sh.hist_ptr,outfile,pw->p_name,0,";"); in job_list()
1527 hist_list(sh.hist_ptr,outfile,pw->p_name,'&',";"); in job_switch()
/titanic_41/usr/src/lib/libshell/common/edit/
H A Dhistory.c889 void hist_list(register History_t *hp,Sfio_t *outfile, off_t offset,int last, char *nl) in hist_list() function