Home
last modified time | relevance | path

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

/plan9/sys/src/cmd/aux/antiword/
H A Dchartrans.c146 } char_table_type; typedef
148 static char_table_type atCharTable[256];
164 usUnicode1 = ((char_table_type *)pvRecord1)->usUnicode; in iCompare()
165 usUnicode2 = ((char_table_type *)pvRecord2)->usUnicode; in iCompare()
181 static const char_table_type *
184 char_table_type tKey; in pGetCharTableRecord()
191 return (char_table_type *)bsearch(&tKey, in pGetCharTableRecord()
206 const char_table_type *pRec; in ucGetBulletCharacter()
241 const char_table_type *pRec; in ucGetNbspCharacter()
341 const char_table_type *pTmp; in ulTranslateCharacters()