Searched refs:EOS (Results 1 - 11 of 11) sorted by relevance

/haiku-buildtools/gcc/gcc/testsuite/gfortran.dg/
H A Darray_2.f9012 call EOS(N, rho, pre, cs, gamma)
16 SUBROUTINE EOS(NODES, DENS, PRES, CS, CGAMMA) subroutine in program:test
23 END SUBROUTINE EOS
/haiku-buildtools/gcc/gmp/demos/calc/
H A Dcalc.h40 EOS = 258, enumerator in enum:yytokentype
71 #define EOS 258 macro
H A Dcalclex.l63 return EOS; }
71 return EOS; }
H A Dcalc.y147 %token EOS BAD
171 statement EOS
172 | statements statement EOS
173 | error EOS { sp = stack[0]; yyerrok; };
H A Dcalc.c239 EOS = 258, enumerator in enum:yytokentype
270 #define EOS 258 macro
650 "$end", "error", "$undefined", "EOS", "BAD", "HELP", "HEX", "DECIMAL",
H A Dcalclex.c804 return EOS; }
825 return EOS; }
/haiku-buildtools/gcc/libiberty/
H A Dargv.c43 #ifndef EOS
44 #define EOS '\0' macro
127 while (*input != EOS && ISSPACE (*input))
130 return (*input == EOS);
213 while (*input != EOS)
270 *arg = EOS;
277 while (*input != EOS);
308 while (*arg != EOS)
/haiku-buildtools/binutils/libiberty/
H A Dargv.c50 #ifndef EOS
51 #define EOS '\0' macro
130 while (*input != EOS && ISSPACE (*input))
133 return (*input == EOS);
216 while (*input != EOS)
273 *arg = EOS;
280 while (*input != EOS);
311 while (*arg != EOS)
/haiku-buildtools/legacy/binutils/libiberty/
H A Dargv.c43 #ifndef EOS
44 #define EOS '\0' macro
213 while (*input != EOS)
270 *arg = EOS;
286 while (*input != EOS);
/haiku-buildtools/legacy/gcc/libiberty/
H A Dargv.c64 #ifndef EOS
65 #define EOS '\0' macro
265 while (*input != EOS)
322 *arg = EOS;
338 while (*input != EOS);
/haiku-buildtools/binutils/binutils/
H A Dod-xcoff.c224 SC_ENTRY(EOS),

Completed in 182 milliseconds