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

  /src/usr.bin/xlint/lint2/
lint2.h 100 } pos_t; typedef in typeref:struct:__anon516cfa120308
105 pos_t s_pos; /* pos of def./decl. */
146 pos_t f_pos; /* position of call */
159 pos_t u_pos; /* position */
lint2.h 100 } pos_t; typedef in typeref:struct:__anon516cfa120308
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:__anondcf084d00108
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 */
456 pos_t c_for_expr3_pos; /* position of end of loop expr */
457 pos_t c_for_expr3_csrc_pos; /* same for csrc_pos */
650 static inline pos_t
653 pos_t curr = curr_pos;
lint1.h 72 } pos_t; typedef in typeref:struct:__anondcf084d00108
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 */
456 pos_t c_for_expr3_pos; /* position of end of loop expr */
457 pos_t c_for_expr3_csrc_pos; /* same for csrc_pos */
650 static inline pos_t
653 pos_t curr = curr_pos;

Completed in 26 milliseconds