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

  /src/lib/libedit/TEST/
wtc1.c 18 static const char hfile[] = ".whistory"; variable in typeref:typename:const char[]
129 history_w(hist, &ev, H_LOAD, hfile);
271 history_w(hist, &ev, H_SAVE, hfile);
  /src/usr.sbin/ypserv/mknetid/
mknetid.c 385 FILE *hfile; local in function:print_hosts
389 if ((hfile = fopen(fname, "r")) == NULL)
393 (line = fparseln(hfile, &len, NULL, NULL, FPARSELN_UNESCALL));
412 (void) fclose(hfile);
  /src/bin/csh/
csh.c 878 Char buf[BUFSIZE], hbuf[BUFSIZE], *hfile; local in function:rechist
898 if ((hfile = value(STRhistfile)) == STRNULL) {
899 hfile = Strcpy(buf, value(STRhome));
903 if ((fp = open(short2str(hfile), O_WRONLY | O_CREAT | O_TRUNC,

Completed in 12 milliseconds