Searched refs:histname (Results 1 – 3 of 3) sorted by relevance
232 register char *histname; in sh_histinit() local240 if(!(histname = nv_getval(HISTFILE))) in sh_histinit()248 histname = stakptr(offset); in sh_histinit()256 if(strcmp(histname,hp->histname)==0) in sh_histinit()263 cp = path_relative(shp,histname); in sh_histinit()323 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
1347 if(shp->gd->hist_ptr && (path=nv_getval(HISTFILE)) && strcmp(path,shp->gd->hist_ptr->histname)) in exscript()