Searched refs:histname (Results 1 – 7 of 7) sorted by relevance
233 register char *histname; in sh_histinit() local241 if(!(histname = nv_getval(HISTFILE))) in sh_histinit()249 histname = stakptr(offset); in sh_histinit()257 if(strcmp(histname,hp->histname)==0) in sh_histinit()264 cp = path_relative(histname); in sh_histinit()324 hp->histname = strdup(histname); in sh_histinit()375 sh_timeradd(1000L*(HIST_RECENT-30), 1, hist_touch, (void*)hp->histname); in sh_histinit()467 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()[all …]
37 char *histname; /* name of history file */ member
46 char *histname; /* name of history file */ member
1306 if(shp->hist_ptr && (path=nv_getval(HISTFILE)) && strcmp(path,shp->hist_ptr->histname)) in exscript()