Searched refs:qopen_filename (Results 1 - 1 of 1) sorted by relevance

/freebsd-9.3-release/contrib/less/
H A Dedit.c221 char *qopen_filename; local
279 qopen_filename = shell_unquote(open_filename);
334 free(qopen_filename);
349 } else if ((f = open(qopen_filename, OPEN_READ)) < 0)
405 int r = stat(qopen_filename, &statbuf);
417 free(qopen_filename);

Completed in 41 milliseconds