Searched refs:OPEN (Results 1 - 13 of 13) sorted by path

/haiku-buildtools/binutils/binutils/
H A Darlex.c924 { return OPEN; }
999 { return OPEN; }
H A Darlex.l58 "OPEN" { return OPEN; }
73 "open" { return OPEN; }
H A Darparse.c153 OPEN = 275 enumerator in enum:yytokentype
174 #define OPEN 275 macro
497 "END", "EXTRACT", "FULLDIR", "HELP", "QUIT", "REPLACE", "SAVE", "OPEN",
H A Darparse.h65 OPEN = 275 enumerator in enum:yytokentype
86 #define OPEN 275 macro
H A Darparse.y60 %token OPEN
137 OPEN FILENAME
/haiku-buildtools/gcc/gcc/fortran/
H A Ddump-parse-tree.c1993 fputs ("OPEN", dumpfile);
H A Dio.c1586 /* Match a single tag of an OPEN statement. */
1832 /* Match an OPEN statement. */
1877 gfc_error ("OPEN statement not allowed in PURE procedure at %C");
1905 gfc_error ("OPEN statement at %C must have UNIT or NEWUNIT specified");
1922 "OPEN", warn))
1936 "OPEN", warn))
1956 "OPEN", warn))
1977 "OPEN", warn))
1998 "OPEN", warn))
2015 "OPEN", war
[all...]
/haiku-buildtools/jam/
H A Dregexp.c105 #define OPEN 20 /* no Mark this point in input as start of #n. */ macro
106 /* OPEN+1 is number 1, etc. */
107 #define CLOSE 30 /* no Analogous to OPEN. */
128 * OPEN,CLOSE ...are numbered at compile time.
316 /* Make an OPEN node, if parenthesized. */
322 ret = regnode(OPEN+parno);
331 regtail(ret, br); /* OPEN -> first. */
966 case OPEN+1:
967 case OPEN+2:
968 case OPEN
[all...]
/haiku-buildtools/legacy/binutils/binutils/
H A Darlex.c816 { return OPEN; }
891 { return OPEN; }
H A Darlex.l54 "OPEN" { return OPEN; }
69 "open" { return OPEN; }
H A Darparse.c76 OPEN = 275 enumerator in enum:yytokentype
97 #define OPEN 275 macro
425 "END", "EXTRACT", "FULLDIR", "HELP", "QUIT", "REPLACE", "SAVE", "OPEN",
H A Darparse.h49 OPEN = 275 enumerator in enum:yytokentype
70 #define OPEN 275 macro
H A Darparse.y60 %token OPEN
137 OPEN FILENAME

Completed in 226 milliseconds