Home
last modified time | relevance | path

Searched refs:srcpos_string_first (Results 1 – 3 of 3) sorted by relevance

/netbsd-src/external/gpl2/dtc/dist/
H A Dtreesource.c209 srcstr = srcpos_string_first(prop->srcpos, annotate); in write_propval()
274 srcstr = srcpos_string_first(prop->srcpos, annotate); in write_propval()
299 srcstr = srcpos_string_first(tree->srcpos, annotate); in write_tree_source_node()
H A Dsrcpos.h94 extern char *srcpos_string_first(struct srcpos *pos, int level);
H A Dsrcpos.c365 char *srcpos_string_first(struct srcpos *pos, int level) in srcpos_string_first() function