OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:t_composelen
(Results
1 - 2
of
2
) sorted by relevancy
/src/sys/dev/wscons/
wskbd.c
168
int
t_composelen
; /* remaining entries in t_composebuf */
member in struct:wskbd_internal
1824
id->
t_composelen
= 2;
1829
if (id->
t_composelen
== 0) {
1831
id->
t_composelen
= 1;
1843
if (id->
t_composelen
> 0) {
1844
id->t_composebuf[2 - id->
t_composelen
] = res;
1845
if (--id->
t_composelen
== 0) {
wskbd.c
168
int
t_composelen
; /* remaining entries in t_composebuf */
member in struct:wskbd_internal
1824
id->
t_composelen
= 2;
1829
if (id->
t_composelen
== 0) {
1831
id->
t_composelen
= 1;
1843
if (id->
t_composelen
> 0) {
1844
id->t_composebuf[2 - id->
t_composelen
] = res;
1845
if (--id->
t_composelen
== 0) {
Completed in 27 milliseconds
Indexes created Fri Sep 26 08:10:20 GMT 2025