Lines Matching defs:directive
650 * Handle an .info, .warning or .error directive. For an .error directive,
949 Parse_Error(PARSE_FATAL, "Unknown directive \"%.*s\"",
2047 * Parse a directive like '.include' or '.-include'.
2053 ParseInclude(char *directive)
2057 bool silent = directive[0] != 'i';
2060 p = directive + (silent ? 8 : 7);
2084 IncludeFile(file.str, endc == '>', directive[0] == 'd', silent);
2240 /* Check if the directive is an include directive. */
2255 /* Check if the line is a SYSV include directive. */
2778 "The .break directive does not take arguments");
2791 * the directive.