Searched refs:pos_t (Results 1 - 15 of 15) sorted by relevance

/freebsd-11-stable/usr.bin/xlint/lint2/
H A Dexterns2.h87 extern const char *mkpos(pos_t *);
H A Dlint2.h103 } pos_t; typedef in typeref:struct:__anon13877
115 pos_t s_pos; /* pos of def./decl. */
150 pos_t f_pos; /* position of call */
163 pos_t u_pos; /* position */
H A Dmsg.c108 mkpos(pos_t *posp)
H A Dread.c94 static void funccall(pos_t *, const char *);
95 static void decldef(pos_t *, const char *);
96 static void usedsym(pos_t *, const char *);
114 pos_t pos;
267 funccall(pos_t *posp, const char *cp)
351 decldef(pos_t *posp, const char *cp)
511 usedsym(pos_t *posp, const char *cp)
H A Dchk.c55 static void chkau(hte_t *, int, sym_t *, sym_t *, pos_t *,
335 pos_t *pos1p = NULL;
440 chkau(hte_t *hte, int n, sym_t *def, sym_t *decl, pos_t *pos1p,
/freebsd-11-stable/usr.bin/xlint/lint1/
H A Dexterns1.h72 extern pos_t curr_pos;
73 extern pos_t csrc_pos;
222 extern pos_t aupos;
224 extern pos_t vapos;
226 extern pos_t prflpos;
228 extern pos_t scflpos;
290 extern void outfdef(sym_t *, pos_t *, int, int, sym_t *);
H A Dlint1.h52 } pos_t; typedef in typeref:struct:__anon13857
209 pos_t s_dpos; /* position of last (prototype)definition,
213 pos_t s_spos; /* position of first initialisation */
214 pos_t s_upos; /* position of first use */
334 pos_t d_fdpos; /* position of function definition */
395 pos_t c_fpos; /* position of end of loop expr */
396 pos_t c_cfpos; /* same for csrc_pos */
H A Dfunc.c85 pos_t aupos;
94 pos_t vapos;
106 pos_t prflpos;
107 pos_t scflpos;
857 pos_t cpos, cspos;
1035 pos_t cpos;
H A Demit1.c293 outfdef(sym_t *fsym, pos_t *posp, int rval, int osdef, sym_t *args)
H A Dscan.l57 pos_t curr_pos = { 1, "", 0 };
63 pos_t csrc_pos = { 1, "", 0 };
H A Ddecl.c2769 pos_t cpos;
2935 pos_t cpos;
3035 pos_t cpos;
/freebsd-11-stable/contrib/nvi/vi/
H A Dextern.h130 int vs_sm_fill(SCR *, recno_t, pos_t);
137 int vs_sm_position(SCR *, MARK *, u_long, pos_t);
H A Dvi.h372 typedef enum { P_BOTTOM, P_FILL, P_MIDDLE, P_TOP } pos_t; typedef in typeref:enum:__anon5051
H A Dvs_smap.c174 * PUBLIC: int vs_sm_fill(SCR *, recno_t, pos_t);
177 vs_sm_fill(SCR *sp, recno_t lno, pos_t pos)
1137 * PUBLIC: int vs_sm_position(SCR *, MARK *, u_long, pos_t);
1140 vs_sm_position(SCR *sp, MARK *rp, u_long cnt, pos_t pos)
/freebsd-11-stable/contrib/gcc/
H A Dgenautomata.c124 typedef int pos_t; typedef
199 static pos_t no_pos = 0;
500 pos_t pos;
583 pos_t pos;
1123 check_name (const char * name, pos_t pos ATTRIBUTE_UNUSED)
2049 process_excls (char **names, int num, pos_t excl_pos ATTRIBUTE_UNUSED)
2088 pos_t excl_pos ATTRIBUTE_UNUSED)
2136 pos_t req_pos ATTRIBUTE_UNUSED,
2188 pos_t req_pos ATTRIBUTE_UNUSED,
2260 pos_t req_po
[all...]

Completed in 133 milliseconds