HomeSort by: relevance | last modified time | path
    Searched refs:is_begin (Results 1 - 2 of 2) sorted by relevancy

  /src/usr.bin/xlint/lint1/
err.c 476 update_location(const char *filename, int lineno, bool is_begin, bool is_end)
481 if (is_begin && top != NULL)
484 if (top == NULL || is_begin) {
lex.c 1021 bool *is_begin, bool *is_end, bool *is_system)
1024 *is_begin = false;
1038 *is_begin = true;
1096 bool is_begin, is_end, is_system; local
1097 parse_line_directive_flags(p, &is_begin, &is_end, &is_system);
1098 update_location(curr_pos.p_file, (int)ln, is_begin, is_end);

Completed in 15 milliseconds