Home
last modified time | relevance | path

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

/vim-8.2.3635/src/
H A Dgui_motif.c1939 unsigned char rowColType; in do_mnemonic() local
1945 XtVaGetValues(w, XmNrowColumnType, &rowColType, NULL); in do_mnemonic()
1946 isMenu = (rowColType != (unsigned char)XmWORK_AREA); in do_mnemonic()
2022 unsigned char rowColType; in add_mnemonic_grabs() local
2028 XtVaGetValues(w, XmNrowColumnType, &rowColType, NULL); in add_mnemonic_grabs()
2029 isMenu = (rowColType != (unsigned char)XmWORK_AREA); in add_mnemonic_grabs()