Searched defs:CharInfo (Results 1 - 1 of 1) sorted by relevance

/ast/src/lib/libtk/generic/
H A DtkTextDisp.c255 typedef struct CharInfo { struct
260 } CharInfo; typedef in typeref:struct:CharInfo
4236 CharInfo *ciPtr;
4288 * CharInfo structure. If the last character is a newline
4304 ciPtr = (CharInfo *) ckalloc((unsigned)
4305 (sizeof(CharInfo) - 3 + charsThatFit));
4380 CharInfo *ciPtr = (CharInfo *) chunkPtr->clientData;
4463 CharInfo *ciPtr = (CharInfo *) chunkPt
[all...]

Completed in 22 milliseconds