Searched refs:pos_t (Results 1 – 15 of 15) sorted by relevance
| /mirbsd/src/usr.bin/xlint/lint1/ |
| D | externs1.h | 68 extern pos_t curr_pos; 69 extern pos_t csrc_pos; 216 extern pos_t aupos; 218 extern pos_t vapos; 220 extern pos_t prflpos; 222 extern pos_t scflpos; 285 extern void outfdef(sym_t *, pos_t *, int, int, sym_t *);
|
| D | lint1.h | 44 } pos_t; typedef 193 pos_t s_dpos; /* position of last (prototype)definition, 197 pos_t s_spos; /* position of first initialisation */ 198 pos_t s_upos; /* position of first use */ 323 pos_t d_fdpos; /* position of function definition */ 384 pos_t c_fpos; /* position of end of loop expr */ 385 pos_t c_cfpos; /* same for csrc_pos */
|
| D | func.c | 82 pos_t aupos; 103 pos_t vapos; 115 pos_t prflpos; 116 pos_t scflpos; 857 pos_t cpos, cspos; in for2() 1042 pos_t cpos; in glclup()
|
| D | err.c | 50 static void excerpt(pos_t *); 502 excerpt(pos_t *pos) in excerpt()
|
| D | emit1.c | 285 outfdef(sym_t *fsym, pos_t *posp, int rval, int osdef, sym_t *args) in outfdef()
|
| D | scan.l | 53 pos_t curr_pos = { 1, "" }; 59 pos_t csrc_pos = { 1, "" };
|
| D | decl.c | 2863 pos_t cpos; in chkusg1() 3026 pos_t cpos; in chkglsyms() 3125 pos_t cpos; in prevdecl()
|
| /mirbsd/src/usr.bin/xlint/lint2/ |
| D | lint2.h | 94 } pos_t; typedef 106 pos_t s_pos; /* pos of def./decl. */ 141 pos_t f_pos; /* position of call */ 154 pos_t u_pos; /* position */
|
| D | read.c | 85 static void funccall(pos_t *, const char *); 86 static void decldef(pos_t *, const char *); 87 static void usedsym(pos_t *, const char *); 105 pos_t pos; in readfile() 247 funccall(pos_t *posp, const char *cp) in funccall() 323 decldef(pos_t *posp, const char *cp) in decldef() 453 usedsym(pos_t *posp, const char *cp) in usedsym()
|
| D | externs2.h | 83 extern const char *mkpos(pos_t *);
|
| D | msg.c | 104 mkpos(pos_t *posp) in mkpos()
|
| D | chk.c | 56 static void chkau(hte_t *, int, sym_t *, sym_t *, pos_t *, 443 pos_t *pos1p; in chkfaui() 548 chkau(hte_t *hte, int n, sym_t *def, sym_t *decl, pos_t *pos1p, in chkau()
|
| /mirbsd/src/usr.bin/vi/include/ |
| D | vi_extern.h | 133 int vs_sm_fill(SCR *, recno_t, pos_t); 140 int vs_sm_position(SCR *, MARK *, u_long, pos_t);
|
| /mirbsd/src/usr.bin/vi/vi/ |
| D | vi.h | 365 typedef enum { P_BOTTOM, P_FILL, P_MIDDLE, P_TOP } pos_t; typedef
|
| D | vs_smap.c | 176 pos_t pos; 1152 pos_t pos;
|