Home
last modified time | relevance | path

Searched refs:sh_histinit (Results 1 – 9 of 9) sorted by relevance

/illumos-gate/usr/src/contrib/ast/src/cmd/ksh93/include/
H A Dhistory.h59 extern int sh_histinit(void *);
/illumos-gate/usr/src/contrib/ast/src/cmd/ksh93/edit/
H A Dhistory.c227 int sh_histinit(void *sh_context) in sh_histinit() function
499 if(!sh_histinit(hp->histshell)) in hist_trim()
783 if(!sh_histinit(hp->histshell)) in hist_flush()
H A Dedit.c1667 if(!(hp=ep->sh->gd->hist_ptr) && (!nv_getval(HISTFILE) || !sh_histinit(ep->sh)))
/illumos-gate/usr/src/contrib/ast/src/cmd/ksh93/bltins/
H A Dhist.c59 if(!sh_histinit((void*)shp)) in b_hist()
H A Dread.c496 sh_histinit((void*)shp); in sh_readline()
H A Dprint.c225 if(!sh_histinit((void*)shp)) in b_print()
/illumos-gate/usr/src/contrib/ast/src/cmd/ksh93/sh/
H A Dmain.c407 if(sh_histinit((void*)shp)) in exfile()
H A Dinit.c304 sh_histinit(shp); in put_history()
H A Dio.c2659 if(!sh_histinit((void*)shp)) in sh_iogetiop()