Lines Matching refs:histname
233 register char *histname;
241 if(!(histname = nv_getval(HISTFILE)))
249 histname = stakptr(offset);
257 if(strcmp(histname,hp->histname)==0)
264 cp = path_relative(histname);
324 hp->histname = strdup(histname);
375 sh_timeradd(1000L*(HIST_RECENT-30), 1, hist_touch, (void*)hp->histname);
467 unlink(hist_old->histname);
468 if(access(hist_old->histname,F_OK) >= 0)
472 char *last, *name=hist_old->histname;
1167 if((newfd=open(hp->histname,O_BINARY|O_APPEND|O_CREAT|O_RDWR,S_IRUSR|S_IWUSR)) >= 0)
1186 errormsg(SH_DICT,2,"History file write error-%d %s: file unrecoverable",errno,hp->histname);