Searched refs:THING (Results 1 – 1 of 1) sorted by relevance
40 for THING in actual-macros enum-consts; do41 printf "Names of $THING: "42 test -r $THING43 BAD=$( grep -v '^MBEDTLS_[0-9A-Z_]*[0-9A-Z]$\|^YOTTA_[0-9A-Z_]*[0-9A-Z]$' $THING || true )53 for THING in identifiers; do54 printf "Names of $THING: "55 test -r $THING56 BAD=$( grep -v '^mbedtls_[0-9a-z_]*[0-9a-z]$' $THING || true )