Searched refs:ignore_on_user_bool (Results 1 – 1 of 1) sorted by relevance
130 struct ignore_on_user_bool { bool ignore_on_user; }; argument131 #define LOAD_ON_USER ((struct ignore_on_user_bool){ .ignore_on_user = false })132 #define IGNORE_ON_USER ((struct ignore_on_user_bool){ .ignore_on_user = true })