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

  /src/usr.bin/xlint/lint1/
lex.c 65 pos_t csrc_pos = { "", 1, 0 }; variable in typeref:typename:pos_t
1063 csrc_pos.p_file = curr_pos.p_file;
1107 if (curr_pos.p_file == csrc_pos.p_file) {
1108 csrc_pos.p_line = (int)ln - 1;
1109 csrc_pos.p_uniq = 0;
1419 if (curr_pos.p_file == csrc_pos.p_file) {
1420 csrc_pos.p_line++;
1421 csrc_pos.p_uniq = 0;

Completed in 13 milliseconds