Lines Matching refs:propname
202 char *propname = c->data; in check_is_string() local
204 prop = get_property(node, propname); in check_is_string()
210 propname, node->fullpath); in check_is_string()
212 #define WARNING_IF_NOT_STRING(nm, propname) \ argument
213 WARNING(nm, NULL, check_is_string, NULL, (propname))
214 #define ERROR_IF_NOT_STRING(nm, propname) \ argument
215 ERROR(nm, NULL, check_is_string, NULL, (propname))
221 char *propname = c->data; in check_is_cell() local
223 prop = get_property(node, propname); in check_is_cell()
229 propname, node->fullpath); in check_is_cell()
231 #define WARNING_IF_NOT_CELL(nm, propname) \ argument
232 WARNING(nm, NULL, check_is_cell, NULL, (propname))
233 #define ERROR_IF_NOT_CELL(nm, propname) \ argument
234 ERROR(nm, NULL, check_is_cell, NULL, (propname))