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

  /src/usr.bin/xlint/lint1/
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 23 milliseconds