Home | History | Annotate | Download | only in src

Lines Matching defs:on

772                 if (_XkbStrCaseCmp(val.str, "on")) {
918 unsigned on, off;
979 /* any value set to both off and on is reset to ignore */
983 /* ignore takes priority over on and off */
995 on = (ctrls->axt_ctrls_mask & ctrls->axt_ctrls_values);
996 on &= ~rtrn->axt_ctrls_off;
997 on |= rtrn->axt_ctrls_on;
1000 on = rtrn->axt_ctrls_on;
1001 ctrls->axt_ctrls_mask = (on | off) & ~rtrn->axt_ctrls_ignore;
1002 ctrls->axt_ctrls_values = on & ~rtrn->axt_ctrls_ignore;
1004 /* any value set to both off and on is reset to ignore */
1008 /* ignore takes priority over on and off */
1020 on = (ctrls->axt_opts_mask & ctrls->axt_opts_values);
1021 on &= ~rtrn->axt_opts_off;
1022 on |= rtrn->axt_opts_on;
1025 on = rtrn->axt_opts_on;
1027 (unsigned short) ((on | off) & ~rtrn->axt_ctrls_ignore);
1028 ctrls->axt_opts_values = (unsigned short) (on & ~rtrn->axt_ctrls_ignore);
1305 msg = "unterminated string on line %d";
1308 msg = "expected identifier on line %d";
1311 msg = "expected '=' on line %d";
1314 msg = "expected ';' or newline on line %d";
1317 msg = "expected a boolean value on line %d";
1320 msg = "expected a numeric value on line %d";
1323 msg = "expected a string on line %d";
1326 msg = "expected a modifier name on line %d";
1329 msg = "expected a control name on line %d";
1332 msg = "expected an AccessX option on line %d";
1335 msg = "expected '+' or '-' on line %d";
1338 msg = "expected wrap, clamp or group number on line %d";
1341 msg = "unknown error on line %d";