Searched defs:compiler (Results 1 – 4 of 4) sorted by relevance
25 #define compiler "Watcom C/C++ 10.5 Win386" macro29 #define compiler "Watcom C/C++ 10.5 Win386" macro33 #define compiler "Watcom C/C++ 10.5 Dos4GW" macro37 #define compiler "Watcom C/C++ 10.5 Dos4GW" macro41 #define compiler "Watcom C/C++ 10.5 Win32NT" macro45 #define compiler "Watcom C/C++ 10.5 Win32NT" macro49 #define compiler "Watcom C/C++ 10.5 OS/2-32" macro53 #define compiler "Watcom C/C++ 10.5 OS/2-32" macro
46 char compiler[64]; member
909 struct compiler struct911 const char *suffix; /* Use this compiler for input files argument914 const char *spec; /* To use this compiler, run this spec. */ argument919 const int combinable; /* If nonzero, compiler can deal with argument925 /* Pointer to a vector of `struct compiler' that gives the spec for argument6601 struct compiler *compiler = lookup_compiler (name, in main() local
17 def comp_platform_info(compiler): argument