Lines Matching defs:srcstr
227 char *srcstr;
232 srcstr = srcpos_string_first(prop->srcpos, annotate);
233 if (srcstr) {
234 fprintf(f, " /* %s */", srcstr);
235 free(srcstr);
312 srcstr = srcpos_string_first(prop->srcpos, annotate);
313 if (srcstr) {
314 fprintf(f, " /* %s */", srcstr);
315 free(srcstr);
326 char *srcstr;
337 srcstr = srcpos_string_first(tree->srcpos, annotate);
338 if (srcstr) {
339 fprintf(f, " /* %s */", srcstr);
340 free(srcstr);
359 srcstr = srcpos_string_last(tree->srcpos, annotate);
360 if (srcstr) {
361 fprintf(f, " /* %s */", srcstr);
362 free(srcstr);