Searched refs:hist_flush (Results 1 - 10 of 10) sorted by relevance

/osnet-11/usr/src/lib/libshell/common/include/
H A Dhistory.h65 extern void hist_flush(History_t*);
/osnet-11/usr/src/lib/libshell/amd64/include/ast/
H A Dhistory.h74 extern __MANGLE__ void hist_flush __PROTO__((History_t*));
/osnet-11/usr/src/lib/libshell/i386/include/ast/
H A Dhistory.h74 extern __MANGLE__ void hist_flush __PROTO__((History_t*));
/osnet-11/usr/src/lib/libshell/sparc/include/ast/
H A Dhistory.h74 extern __MANGLE__ void hist_flush __PROTO__((History_t*));
/osnet-11/usr/src/lib/libshell/sparcv9/include/ast/
H A Dhistory.h74 extern __MANGLE__ void hist_flush __PROTO__((History_t*));
/osnet-11/usr/src/lib/libshell/common/sh/
H A Dmain.c449 hist_flush(shp->gd->hist_ptr);
595 hist_flush(shp->gd->hist_ptr);
H A Dxec.c578 hist_flush(shp->gd->hist_ptr);
/osnet-11/usr/src/lib/libshell/common/bltins/
H A Dprint.c322 hist_flush(shp->gd->hist_ptr);
H A Dread.c731 hist_flush(shp->gd->hist_ptr);
/osnet-11/usr/src/lib/libshell/common/edit/
H A Dhistory.c764 void hist_flush(register History_t *hp) function
788 * When called from hist_flush(), trailing newlines are deleted and
808 errormsg(SH_DICT,2,"hist_flush: EOF seek failed errno=%d",errno);

Completed in 743 milliseconds