Home
last modified time | relevance | path

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

/illumos-gate/usr/src/contrib/ast/src/cmd/ksh93/edit/
H A Dhistory.c467 unlink(hist_old->histname); in hist_trim()
468 if(access(hist_old->histname,F_OK) >= 0) in hist_trim()
472 char *last, *name=hist_old->histname; in hist_trim()
473 close(sffileno(hist_old->histfp)); in hist_trim()
489 sfsetfd(hist_old->histfp,fd); in hist_trim()
502 return hist_ptr = hist_old; in hist_trim()
505 hist_ptr = hist_old; in hist_trim()
508 newp = hist_seek(hist_old,++n); in hist_trim()
524 newp = hist_seek(hist_old,++n); in hist_trim()
545 sfclose(hist_old->histfp); in hist_trim()
[all …]