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

/macosx-10.9.5/emacs-92/emacs/src/
H A Dw32proc.c111 Lisp_Object Vw32_get_true_file_attributes; variable
2316 DEFVAR_LISP ("w32-get-true-file-attributes", &Vw32_get_true_file_attributes,
2320 Vw32_get_true_file_attributes = Qt;
H A Dfileio.c237 extern Lisp_Object Vw32_get_true_file_attributes;
3403 Lisp_Object tem = Vw32_get_true_file_attributes;
3406 Vw32_get_true_file_attributes = Qt;
3408 Vw32_get_true_file_attributes = tem;
3791 Lisp_Object tem = Vw32_get_true_file_attributes;
3794 Vw32_get_true_file_attributes = Qt;
3796 Vw32_get_true_file_attributes = tem;
H A Dw32.c111 extern Lisp_Object Vw32_get_true_file_attributes;
2479 if (!NILP (Vw32_get_true_file_attributes)

Completed in 117 milliseconds