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

/macosx-10.10.1/emacs-93/emacs/src/
H A Dfileio.c337 Lisp_Object Qaccess_file;
3241 handler = Ffind_file_name_handler (absname, Qaccess_file);
3243 return call3 (handler, Qaccess_file, absname, string);
6533 Qaccess_file = intern ("access-file");
6567 staticpro (&Qaccess_file);
335 Lisp_Object Qaccess_file; variable

Completed in 178 milliseconds