Lines Matching defs:noexist
250 int mode, flags, direction, exist, noexist, file_exist;
337 noexist = -1;
339 noexist = NOEXT_NIL;
342 noexist = NOEXT_ERROR;
344 noexist = NOEXT_CREATE;
346 if (noexist == -1)
351 noexist = direction != DIR_INPUT ? NOEXT_NOTHING : NOEXT_ERROR;
378 if (noexist == NOEXT_NIL) {
382 if (noexist == NOEXT_ERROR)
385 else if (noexist == NOEXT_CREATE) {