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

  /src/usr.bin/xlint/lint1/
lex.c 1025 bool *is_begin, bool *is_end, bool *is_system)
1029 *is_end = false;
1044 *is_end = true;
1100 bool is_begin, is_end, is_system; local in function:set_location
1101 parse_line_directive_flags(p, &is_begin, &is_end, &is_system);
1102 update_location(curr_pos.p_file, (int)ln, is_begin, is_end);
lex.c 1025 bool *is_begin, bool *is_end, bool *is_system)
1029 *is_end = false;
1044 *is_end = true;
1100 bool is_begin, is_end, is_system; local in function:set_location
1101 parse_line_directive_flags(p, &is_begin, &is_end, &is_system);
1102 update_location(curr_pos.p_file, (int)ln, is_begin, is_end);

Completed in 25 milliseconds