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

/macosx-10.10.1/emacs-93/emacs/src/
H A Dfileio.c3580 Lisp_Object absname1, absname2;
3592 absname2 = expand_and_dir_to_file (file2, current_buffer->directory);
3599 handler = Ffind_file_name_handler (absname2, Qfile_newer_than_file_p);
3601 return call3 (handler, Qfile_newer_than_file_p, absname1, absname2);
3603 GCPRO2 (absname1, absname2);
3605 absname2 = ENCODE_FILE (absname2);
3613 if (stat (SDATA (absname2), &st) < 0)
3562 Lisp_Object absname1, absname2; variable

Completed in 94 milliseconds