/titanic_51/usr/src/contrib/ast/src/cmd/ksh93/edit/ |
H A D | history.c | 318 hp->histfp= sfnew(NIL(Sfio_t*),hp->histbuff,HIST_BSIZE,fd,SF_READ|SF_WRITE|SF_APPENDWR|SF_SHARE); in sh_histinit() 328 sfwrite(hp->histfp,(char*)hist_stamp,2); in sh_histinit() 329 sfsync(hp->histfp); in sh_histinit() 336 hp->histind = first = hist_nearend(hp,hp->histfp,hsize-size); in sh_histinit() 345 first = hist_nearend(hp,hp->histfp,hsize-size); in sh_histinit() 352 sfseek(hp->histfp,hp->histcnt=hsize,SEEK_SET); in sh_histinit() 371 sfdisc(hp->histfp,&hp->histdisc); in sh_histinit() 413 sfclose(hp->histfp); in hist_close() 473 close(sffileno(hist_old->histfp)); in hist_trim() 489 sfsetfd(hist_old->histfp,f in hist_trim() [all...] |
H A D | hexpand.c | 318 ref = shgd->hist_ptr->histfp;
|
H A D | completion.c | 566 sfwrite(shgd->hist_ptr->histfp,(char*)ep->e_inbuf,ep->e_eol+1); in ed_fulledit()
|
H A D | edit.c | 1710 sfseek(hp->histfp,offset,SEEK_SET); 1711 if(!(cp = sfgetr(hp->histfp,0,0)))
|
/titanic_51/usr/src/lib/libshell/common/edit/ |
H A D | history.c | 319 hp->histfp= sfnew(NIL(Sfio_t*),hp->histbuff,HIST_BSIZE,fd,SF_READ|SF_WRITE|SF_APPENDWR|SF_SHARE); in sh_histinit() 329 sfwrite(hp->histfp,(char*)hist_stamp,2); in sh_histinit() 330 sfsync(hp->histfp); in sh_histinit() 337 hp->histind = first = hist_nearend(hp,hp->histfp,hsize-size); in sh_histinit() 345 first = hist_nearend(hp,hp->histfp,hsize-size); in sh_histinit() 352 sfseek(hp->histfp,hp->histcnt=hsize,SEEK_SET); in sh_histinit() 371 sfdisc(hp->histfp,&hp->histdisc); in sh_histinit() 413 sfclose(hp->histfp); in hist_close() 473 close(sffileno(hist_old->histfp)); in hist_trim() 486 sfsetfd(hist_old->histfp,fd); in hist_trim() [all …]
|
H A D | completion.c | 548 sfwrite(sh.hist_ptr->histfp,(char*)ep->e_inbuf,ep->e_eol+1); in ed_fulledit()
|
H A D | hexpand.c | 316 ref = sh.hist_ptr->histfp;
|
/titanic_51/usr/src/lib/libshell/common/include/ |
H A D | history.h | 36 Sfio_t *histfp; /* history file stream pointer */ member
|
/titanic_51/usr/src/contrib/ast/src/cmd/ksh93/include/ |
H A D | history.h | 36 Sfio_t *histfp; /* history file stream pointer */ member
|
/titanic_51/usr/src/lib/libshell/amd64/include/ast/ |
H A D | history.h | 45 Sfio_t *histfp; /* history file stream pointer */ member
|
/titanic_51/usr/src/lib/libshell/sparc/include/ast/ |
H A D | history.h | 45 Sfio_t *histfp; /* history file stream pointer */ member
|
/titanic_51/usr/src/lib/libshell/sparcv9/include/ast/ |
H A D | history.h | 45 Sfio_t *histfp; /* history file stream pointer */ member
|
/titanic_51/usr/src/lib/libshell/i386/include/ast/ |
H A D | history.h | 45 Sfio_t *histfp; /* history file stream pointer */ member
|
/titanic_51/usr/src/lib/libshell/common/bltins/ |
H A D | read.c | 469 sfwrite(shp->hist_ptr->histfp,(char*)cp,c); in sh_readline() 570 sfwrite(shp->hist_ptr->histfp,(char*)cp,c); in sh_readline()
|
H A D | print.c | 184 fd = sffileno(shp->hist_ptr->histfp); in b_print() 200 …sh.inuse_bits&(1<<fd)) && (sh_inuse(fd) || (shp->hist_ptr && fd==sffileno(shp->hist_ptr->histfp)))) in b_print()
|
H A D | typeset.c | 1094 iop = (tp->sh->hist_ptr)->histfp; in print_namval()
|
/titanic_51/usr/src/contrib/ast/src/cmd/ksh93/bltins/ |
H A D | read.c | 510 sfwrite(shp->gd->hist_ptr->histfp,(char*)cp,c); in sh_readline() 624 sfwrite(shp->gd->hist_ptr->histfp,(char*)cp,c); in sh_readline()
|
H A D | print.c | 218 fd = sffileno(shp->gd->hist_ptr->histfp); in b_print() 234 else if(!(shp->inuse_bits&(1<<fd)) && (sh_inuse(shp,fd) || (shp->gd->hist_ptr && fd==sffileno(shp->gd->hist_ptr->histfp)))) in b_print()
|
H A D | typeset.c | 1353 iop = (tp->sh->gd->hist_ptr)->histfp; in print_namval()
|
/titanic_51/usr/src/lib/libshell/common/sh/ |
H A D | lex.c | 192 log = shp->hist_ptr->histfp; in lex_advance()
|
H A D | io.c | 2342 fd = sffileno(shp->hist_ptr->histfp); in sh_iogetiop()
|
H A D | parse.c | 755 t->funct.functloc = sfseek(shp->hist_ptr->histfp,(off_t)0,SEEK_CUR); in funct()
|
/titanic_51/usr/src/contrib/ast/src/cmd/ksh93/sh/ |
H A D | nvtype.c | 1682 iop = (shp->gd->hist_ptr)->histfp; in sh_outtype()
|
H A D | lex.c | 197 log = shp->gd->hist_ptr->histfp; in lex_advance()
|
H A D | parse.c | 780 t->funct.functloc = sfseek(shp->gd->hist_ptr->histfp,(off_t)0,SEEK_CUR); in funct()
|