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

  /src/usr.bin/xlint/lint1/
lex.c 1025 bool *is_begin, bool *is_end, bool *is_system)
1028 *is_begin = false;
1042 *is_begin = 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)
1028 *is_begin = false;
1042 *is_begin = 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)
1028 *is_begin = false;
1042 *is_begin = 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 49 milliseconds