Searched refs:C_NAME (Results 1 - 6 of 6) sorted by relevance

/xsrc/external/mit/twm/dist/src/
H A Dtwm.h127 #define C_NAME 6 macro
137 #define C_NAME_BIT (1 << C_NAME)
H A Devents.c599 (key->cont == Context || key->cont == C_NAME)) {
609 if (key->cont != C_NAME) {
H A Dadd_window.c1078 case C_NAME:
/xsrc/external/mit/ctwm/dist/
H A Dctwm.h81 #define C_NAME 6 macro
93 #define C_NAME_BIT (1 << C_NAME)
H A Dadd_window.c2017 case C_NAME:
H A Devent_handlers.c963 * well, except in the case of C_NAME, which we always have to
965 * right key and modifier, and it's a C_NAME context, it's a
970 (key->cont != Context && key->cont != C_NAME)) {
975 /* 'k, it's a match (or potential match, in C_NAME case) */
987 if(key->cont != C_NAME) {

Completed in 73 milliseconds