/src/usr.bin/xlint/lint1/ |
lex.c | 1025 bool *is_begin, bool *is_end, bool *is_system) 1030 *is_system = false; 1046 *is_system = 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); 1103 in_system_header = is_system;
|
lex.c | 1025 bool *is_begin, bool *is_end, bool *is_system) 1030 *is_system = false; 1046 *is_system = 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); 1103 in_system_header = is_system;
|