Home
last modified time | relevance | path

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

/external/libxkbcommon/xkbcommon/src/xkbcomp/
Dparser-priv.h42 keyword_to_token(const char *string, unsigned int len);
Dkeywords.gperf72 keyword_to_token(const char *string, unsigned int len)
Dkeywords.c342 keyword_to_token(const char *string, unsigned int len) in keyword_to_token() function
Dscanner.c158 tok = keyword_to_token(s->buf, s->buf_pos - 1); in _xkbcommon_lex()