Lines Matching defs:srcstr
181 char *srcstr;
186 srcstr = srcpos_string_first(prop->srcpos, annotate);
187 if (srcstr) {
188 fprintf(f, " /* %s */", srcstr);
189 free(srcstr);
264 srcstr = srcpos_string_first(prop->srcpos, annotate);
265 if (srcstr) {
266 fprintf(f, " /* %s */", srcstr);
267 free(srcstr);
278 char *srcstr;
289 srcstr = srcpos_string_first(tree->srcpos, annotate);
290 if (srcstr) {
291 fprintf(f, " /* %s */", srcstr);
292 free(srcstr);
311 srcstr = srcpos_string_last(tree->srcpos, annotate);
312 if (srcstr) {
313 fprintf(f, " /* %s */", srcstr);
314 free(srcstr);