Searched defs:ACPI_IS_SPACE (Results 1 – 2 of 2) sorted by relevance
247 #define ACPI_IS_SPACE(c) (_acpi_ctype[(unsigned char)(c)] & (_ACPI_SP)) macro
246 #define ACPI_IS_SPACE isspace macro