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

  /src/usr.bin/xlint/lint2/
lint2.h 100 } pos_t; typedef in typeref:struct:__anon8401
105 pos_t s_pos; /* pos of def./decl. */
146 pos_t f_pos; /* position of call */
159 pos_t u_pos; /* position */
  /src/usr.bin/xlint/lint1/
lint1.h 72 } pos_t; typedef in typeref:struct:__anon8365
207 pos_t s_def_pos; /* position of last (prototype) definition,
211 pos_t s_set_pos; /* position of first initialization */
212 pos_t s_use_pos; /* position of first use */
382 pos_t d_func_def_pos; /* position of the function definition */
458 pos_t c_for_expr3_pos; /* position of end of loop expr */
459 pos_t c_for_expr3_csrc_pos; /* same for csrc_pos */
652 static inline pos_t
655 pos_t curr = curr_pos;

Completed in 20 milliseconds