Home
last modified time | relevance | path

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

/netbsd/src/bin/sh/
Dhistedit.c84 static char *HistFile = NULL; variable
294 if (HistFile != NULL) { in sethistfile()
295 free(HistFile); in sethistfile()
296 HistFile = NULL; in sethistfile()
315 if (HistFile != NULL) in sethistfile()
316 free(HistFile); in sethistfile()
318 HistFile = strdup(hs); in sethistfile()
329 if (HistFile == HistFileOpen) in sethistfile()
359 if (HistFileOpen != HistFile || HistFP == NULL) { in sethistappend()
366 HistFile != NULL && in sethistappend()
[all …]