Searched refs:hist_old (Results 1 - 2 of 2) sorted by relevance

/ast/src/cmd/ksh93/edit/
H A Dhistory.c463 register History_t *hist_new, *hist_old = hp; local
467 unlink(hist_old->histname);
468 if(access(hist_old->histname,F_OK) >= 0)
472 char *last, *name=hist_old->histname;
473 close(sffileno(hist_old->histfp));
489 sfsetfd(hist_old->histfp,fd);
494 if(fstat(sffileno(hist_old->histfp),&statb)>=0)
502 return hist_ptr = hist_old;
505 hist_ptr = hist_old;
508 newp = hist_seek(hist_old,
[all...]
/ast/src/cmd/ie/
H A Dhistory.c310 struct history *hist_old = hist_ptr; local
321 hist_ptr = hist_old;
333 hist_ptr = hist_old;
353 free((char*)hist_old);

Completed in 15 milliseconds