Lines Matching defs:language
25 * probe - generate/install/display language processor probe information
38 "[+NAME?probe - generate/install/display language processor probe information]"
40 " output probe information for the \alanguage\a programming language"
56 " semantics of the language handled by \aprocessor\a should be included"
126 "[+?Automatic language processor probing is mostly black magic, but then"
127 " so are most language processor implementations.]"
286 char* language;
358 if (error_info.errors || !(language = *argv++) || !(tool = *argv++) || !(processor = *argv++) || *argv)
378 if (!(path = pathprobe(language, tool, processor, (options & TEST) ? -3 : -2, NiL, 0, attributes, sizeof(attributes))))
425 else if (!(path = pathprobe(language, tool, processor, -1, NiL, 0, attributes, sizeof(attributes))))
469 error(0, "%s probe information for %s language processor %s must be manually regenerated", tool, language, processor);
504 error(0, "probing %s language processor %s for %s information", language, processor, tool);