Lines Matching refs:exist
244 open filename &key direction element-type if-exists if-does-not-exist external-format
250 int mode, flags, direction, exist, noexist, file_exist;
310 exist = -1;
312 exist = EXT_NIL;
315 exist = EXT_ERROR;
317 exist = EXT_NEW_VERSION;
319 exist = EXT_RENAME;
321 exist = EXT_RENAME_DELETE;
323 exist = EXT_OVERWRITE;
325 exist = EXT_APPEND;
327 exist = EXT_SUPERSEDE;
329 if (exist == -1)
334 exist = EXT_ERROR;
372 if (exist == EXT_NIL) {
383 LispDestroy("%s: file %s does not exist",
399 if (exist == EXT_ERROR)
402 if (exist == EXT_RENAME) {
417 else if (exist == EXT_OVERWRITE)
419 else if (exist == EXT_APPEND)