Home
last modified time | relevance | path

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

/OK3568_Linux_fs/external/xserver/xkb/
H A DxkbDflts.h86 static XkbKeyTypeRec dflt_types[] = { variable
134 #define num_dflt_types ARRAY_SIZE(dflt_types)
139 dflt_types[0].name = GET_ATOM(dpy, "ONE_LEVEL"); in initTypeNames()
141 dflt_types[1].name = GET_ATOM(dpy, "TWO_LEVEL"); in initTypeNames()
144 dflt_types[2].name = GET_ATOM(dpy, "ALPHABETIC"); in initTypeNames()
147 dflt_types[3].name = GET_ATOM(dpy, "KEYPAD"); in initTypeNames()
150 dflt_types[4].name = GET_ATOM(dpy, "PC_BREAK"); in initTypeNames()
153 dflt_types[5].name = GET_ATOM(dpy, "PC_SYSRQ"); in initTypeNames()
156 dflt_types[6].name = GET_ATOM(dpy, "CTRL+ALT"); in initTypeNames()
159 dflt_types[7].name = GET_ATOM(dpy, "THREE_LEVEL"); in initTypeNames()
[all …]
H A DxkbInit.c330 if (XkbCopyKeyTypes(dflt_types, xkb->map->types, num_dflt_types) != Success) { in XkbInitKeyTypes()