Searched refs:ignore_on_eng_bool (Results 1 – 1 of 1) sorted by relevance
126 struct ignore_on_eng_bool { bool ignore_on_eng; }; argument127 #define LOAD_ON_ENG ((struct ignore_on_eng_bool){ .ignore_on_eng = false })128 #define IGNORE_ON_ENG ((struct ignore_on_eng_bool){ .ignore_on_eng = true })