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

/xsrc/external/mit/xedit/dist/lisp/
H A Dstream.c250 int mode, flags, direction, exist, noexist, file_exist; local in function:Lisp_Open
370 file_exist = access(string, F_OK) == 0;
371 if (file_exist) {
398 if (file_exist) {

Completed in 2 milliseconds