Home
last modified time | relevance | path

Searched refs:ExprBoolean (Results 1 – 3 of 3) sorted by relevance

/external/libxkbcommon/src/xkbcomp/
Dast.h184 } ExprBoolean; typedef
249 ExprBoolean boolean;
Daction.c61 static const ExprBoolean constTrue = {
70 static const ExprBoolean constFalse = {
Dast-build.c107 ExprDef *expr = ExprCreate(EXPR_VALUE, EXPR_TYPE_BOOLEAN, sizeof(ExprBoolean)); in ExprCreateBoolean()