Lines Matching defs:directive
599 * Handle an .info, .warning or .error directive. For an .error directive,
898 Parse_Error(PARSE_FATAL, "Unknown directive \"%.*s\"",
1994 * Parse a directive like '.include' or '.-include'.
2000 ParseInclude(char *directive)
2004 bool silent = directive[0] != 'i';
2007 p = directive + (silent ? 8 : 7);
2031 IncludeFile(file.str, endc == '>', directive[0] == 'd', silent);
2187 /* Check if the directive is an include directive. */
2202 /* Check if the line is a SYSV include directive. */
2724 "The .break directive does not take arguments");
2737 * the directive.