Home
last modified time | relevance | path

Searched refs:hist_flush (Results 1 – 18 of 18) sorted by relevance

/titanic_51/usr/src/lib/libshell/common/include/
H A Dhistory.h65 extern void hist_flush(History_t*);
/titanic_51/usr/src/contrib/ast/src/cmd/ksh93/include/
H A Dhistory.h65 extern void hist_flush(History_t*);
/titanic_51/usr/src/lib/libshell/amd64/include/ast/
H A Dhistory.h74 extern __MANGLE__ void hist_flush __PROTO__((History_t*));
/titanic_51/usr/src/lib/libshell/sparc/include/ast/
H A Dhistory.h74 extern __MANGLE__ void hist_flush __PROTO__((History_t*));
/titanic_51/usr/src/lib/libshell/sparcv9/include/ast/
H A Dhistory.h74 extern __MANGLE__ void hist_flush __PROTO__((History_t*));
/titanic_51/usr/src/lib/libshell/i386/include/ast/
H A Dhistory.h74 extern __MANGLE__ void hist_flush __PROTO__((History_t*));
/titanic_51/usr/src/lib/libshell/common/sh/
H A Dmain.c441 hist_flush(shp->hist_ptr); in exfile()
587 hist_flush(shp->hist_ptr); in exfile()
H A Dxec.c507 hist_flush(shp->hist_ptr); in sh_eval()
/titanic_51/usr/src/contrib/ast/src/cmd/ksh93/sh/
H A Dmain.c429 hist_flush(shp->gd->hist_ptr); in exfile()
578 hist_flush(shp->gd->hist_ptr); in exfile()
H A Dxec.c616 hist_flush(shp->gd->hist_ptr); in sh_eval()
/titanic_51/usr/src/lib/libshell/common/edit/
H A Dcompletion.c550 hist_flush(sh.hist_ptr); in ed_fulledit()
H A Dhistory.c735 void hist_flush(register History_t *hp) in hist_flush() function
/titanic_51/usr/src/contrib/ast/src/cmd/ksh93/edit/
H A Dcompletion.c568 hist_flush(shgd->hist_ptr); in ed_fulledit()
H A Dhistory.c768 void hist_flush(register History_t *hp) in hist_flush() function
792 * When called from hist_flush(), trailing newlines are deleted and
812 errormsg(SH_DICT,2,"hist_flush: EOF seek failed errno=%d",errno); in hist_write()
/titanic_51/usr/src/lib/libshell/common/bltins/
H A Dread.c724 hist_flush(shp->hist_ptr); in sh_readline()
H A Dprint.c322 hist_flush(shp->hist_ptr); in b_print()
/titanic_51/usr/src/contrib/ast/src/cmd/ksh93/bltins/
H A Dread.c812 hist_flush(shp->gd->hist_ptr); in sh_readline()
H A Dprint.c356 hist_flush(shp->gd->hist_ptr); in b_print()