Searched refs:noexist (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
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
[all...]

Completed in 3 milliseconds