Home
last modified time | relevance | path

Searched defs:charcode (Results 1 – 3 of 3) sorted by relevance

/plan9/sys/src/cmd/postscript/common/
H A Dcommon.c9 struct strtab charcode[FONTSIZE] = { variable
/plan9/sys/src/cmd/postscript/text2post/
H A Dtext2post.c42 struct strtab charcode[256] = { variable
/plan9/sys/src/cmd/unix/drawterm/gui-osx/
H A Dscreen.c219 static inline int convert_key(UInt32 key, UInt32 charcode) in convert_key()