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

/haiku-buildtools/jam/
H A Dregexp.c107 #define CLOSE 30 /* no Analogous to OPEN. */ macro
128 * OPEN,CLOSE ...are numbered at compile time.
349 ender = regnode((paren) ? CLOSE+parno : END);
994 case CLOSE+1:
995 case CLOSE+2:
996 case CLOSE+3:
997 case CLOSE+4:
998 case CLOSE+5:
999 case CLOSE+6:
1000 case CLOSE
[all...]
/haiku-buildtools/gcc/gcc/fortran/
H A Ddump-parse-tree.c1297 case OMP_PROC_BIND_CLOSE: type = "CLOSE"; break;
2097 fputs ("CLOSE", dumpfile);
H A Dio.c2254 /* Match elements of a CLOSE statement. */
2283 /* Match a CLOSE statement. */
2330 gfc_error ("CLOSE statement not allowed in PURE procedure at %C");
2348 "CLOSE", warn))
2392 gfc_error ("CLOSE statement at %L requires a UNIT number", &loc);
2400 gfc_error ("UNIT number in CLOSE statement at %L must be non-negative",
/haiku-buildtools/gcc/gcc/go/gofrontend/
H A Dexpressions.cc8325 Expression* close = Runtime::make_call(Runtime::CLOSE, location,

Completed in 142 milliseconds