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

  /src/usr.bin/xlint/lint1/
emit1.c 188 outint(csrc_pos.p_line);
237 if (posp->p_file == csrc_pos.p_file) {
240 outint(csrc_pos.p_line);
323 outint(csrc_pos.p_line);
535 outint(csrc_pos.p_line);
lex.c 65 pos_t csrc_pos = { "", 1, 0 }; variable
1059 csrc_pos.p_file = curr_pos.p_file;
1103 if (curr_pos.p_file == csrc_pos.p_file) {
1104 csrc_pos.p_line = (int)ln - 1;
1105 csrc_pos.p_uniq = 0;
1415 if (curr_pos.p_file == csrc_pos.p_file) {
1416 csrc_pos.p_line++;
1417 csrc_pos.p_uniq = 0;
lint1.h 459 pos_t c_for_expr3_csrc_pos; /* same for csrc_pos */
657 if (curr_pos.p_file == csrc_pos.p_file)
658 csrc_pos.p_uniq++;
func.c 798 cstmt->c_for_expr3_csrc_pos = csrc_pos;
825 pos_t saved_csrc_pos = csrc_pos;
827 csrc_pos = cstmt->c_for_expr3_csrc_pos;
842 csrc_pos = saved_csrc_pos;
mem1.c 352 (curr_pos.p_file != csrc_pos.p_file &&
externs1.h 84 extern pos_t csrc_pos;

Completed in 22 milliseconds