HomeSort by: relevance | last modified time | path
    Searched refs:HistFP (Results 1 - 3 of 3) sorted by relevancy

  /src/bin/sh/
myhistedit.h 53 extern FILE *HistFP;
histedit.c 86 FILE *HistFP = NULL;
290 if (HistFP != NULL) {
291 fclose(HistFP);
292 HistFP = NULL;
349 if (HistFP != NULL) {
352 fclose(HistFP);
353 HistFP = NULL;
359 if (HistFileOpen != HistFile || HistFP == NULL) {
360 if (HistFP != NULL) {
362 fclose(HistFP);
    [all...]
input.c 349 if (whichprompt != 2 && HistFP != NULL) {
350 history(hist, &he, H_NSAVE_FP, (size_t)0, HistFP);
351 fflush(HistFP);

Completed in 13 milliseconds