Searched refs:ConstListPtr (Results 1 - 3 of 3) sorted by relevance
| /xsrc/external/mit/mkfontscale/dist/ |
| H A D | constlist.h | 29 } ConstListRec, *ConstListPtr; typedef in typeref:struct:_ConstList * 31 ConstListPtr appendConstList(ConstListPtr first, ConstListPtr second); 32 ConstListPtr makeConstList(const char **a, int n, ConstListPtr old, int begin); 33 void destroyConstList(ConstListPtr old);
|
| H A D | constlist.c | 27 ConstListPtr 28 appendConstList(ConstListPtr first, ConstListPtr second) 30 ConstListPtr current; 45 ConstListPtr 46 makeConstList(const char **a, int n, ConstListPtr old, int begin) 48 ConstListPtr first, current; 63 ConstListPtr next = malloc(sizeof(ConstListRec)); 84 destroyConstList(ConstListPtr old) 89 ConstListPtr nex [all...] |
| H A D | mkfontscale.c | 93 static ConstListPtr encodings, extra_encodings; 816 ConstListPtr encoding;
|
Completed in 4 milliseconds