Lines Matching refs:propname
201 char *propname = c->data; in check_is_string() local
203 prop = get_property(node, propname); in check_is_string()
209 propname, node->fullpath); in check_is_string()
211 #define WARNING_IF_NOT_STRING(nm, propname) \ argument
212 WARNING(nm, NULL, check_is_string, NULL, (propname))
213 #define ERROR_IF_NOT_STRING(nm, propname) \ argument
214 ERROR(nm, NULL, check_is_string, NULL, (propname))
220 char *propname = c->data; in check_is_cell() local
222 prop = get_property(node, propname); in check_is_cell()
228 propname, node->fullpath); in check_is_cell()
230 #define WARNING_IF_NOT_CELL(nm, propname) \ argument
231 WARNING(nm, NULL, check_is_cell, NULL, (propname))
232 #define ERROR_IF_NOT_CELL(nm, propname) \ argument
233 ERROR(nm, NULL, check_is_cell, NULL, (propname))