Searched refs:hist_list (Results 1 - 8 of 8) sorted by relevance
/illumos-gate/usr/src/lib/libshell/common/include/ |
H A D | history.h | 66 extern void hist_list(History_t*,Sfio_t*, off_t, int, char*);
|
/illumos-gate/usr/src/lib/libshell/amd64/include/ast/ |
H A D | history.h | 75 extern __MANGLE__ void hist_list __PROTO__((History_t*,Sfio_t*, off_t, int, char*));
|
/illumos-gate/usr/src/lib/libshell/i386/include/ast/ |
H A D | history.h | 75 extern __MANGLE__ void hist_list __PROTO__((History_t*,Sfio_t*, off_t, int, char*));
|
/illumos-gate/usr/src/lib/libshell/sparc/include/ast/ |
H A D | history.h | 75 extern __MANGLE__ void hist_list __PROTO__((History_t*,Sfio_t*, off_t, int, char*));
|
/illumos-gate/usr/src/lib/libshell/sparcv9/include/ast/ |
H A D | history.h | 75 extern __MANGLE__ void hist_list __PROTO__((History_t*,Sfio_t*, off_t, int, char*));
|
/illumos-gate/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);
|
/illumos-gate/usr/src/lib/libshell/common/sh/ |
H A D | jobs.c | 911 hist_list(sh.hist_ptr,outfile,pw->p_name,0,";"); 1527 hist_list(sh.hist_ptr,outfile,pw->p_name,'&',";");
|
/illumos-gate/usr/src/lib/libshell/common/edit/ |
H A D | history.c | 889 void hist_list(register History_t *hp,Sfio_t *outfile, off_t offset,int last, char *nl) function
|
Completed in 62 milliseconds