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

  /src/bin/sh/
histedit.c 621 char editfile[MAXPATHLEN + 1]; local in function:histcmd
688 editfile[0] = '\0';
696 if (*editfile) {
699 editfile));
700 unlink(editfile);
815 snprintf(editfile, sizeof(editfile),
817 if ((fd = mkstemp(editfile)) < 0)
818 error("can't create temporary file %s", editfile);
824 " fd=%d\n", editfile, fd))
    [all...]
  /src/distrib/utils/more/
command.c 522 editfile();
577 editfile() function in typeref:typename:void
extern.h 41 void editfile __P((void));

Completed in 178 milliseconds