Lines Matching refs:srcpos
59 struct srcpos { struct
65 struct srcpos *next; argument
68 #define YYLTYPE struct srcpos
89 extern void srcpos_update(struct srcpos *pos, const char *text, int len);
90 extern struct srcpos *srcpos_copy(struct srcpos *pos);
91 extern struct srcpos *srcpos_extend(struct srcpos *new_srcpos,
92 struct srcpos *old_srcpos);
93 extern char *srcpos_string(struct srcpos *pos);
94 extern char *srcpos_string_first(struct srcpos *pos, int level);
95 extern char *srcpos_string_last(struct srcpos *pos, int level);
98 extern void PRINTF(3, 0) srcpos_verror(struct srcpos *pos, const char *prefix,
100 extern void PRINTF(3, 4) srcpos_error(struct srcpos *pos, const char *prefix,