Searched refs:nm (Results 1 – 2 of 2) sorted by relevance
| /scripts/dtc/ |
| A D | data.c | 25 struct marker *m, *nm; in data_free() local 29 nm = m->next; in data_free() 32 m = nm; in data_free()
|
| A D | checks.c | 191 #define WARNING_IF_NOT_STRING(nm, propname) \ argument 192 WARNING(nm, check_is_string, (propname)) 193 #define ERROR_IF_NOT_STRING(nm, propname) \ argument 194 ERROR(nm, check_is_string, (propname)) 221 WARNING(nm, check_is_string_list, (propname)) 223 ERROR(nm, check_is_string_list, (propname)) 238 #define WARNING_IF_NOT_CELL(nm, propname) \ argument 239 WARNING(nm, check_is_cell, (propname)) 240 #define ERROR_IF_NOT_CELL(nm, propname) \ argument 241 ERROR(nm, check_is_cell, (propname)) [all …]
|
Completed in 11 milliseconds