Searched refs:ConstListPtr (Results 1 - 3 of 3) sorted by relevance

/xsrc/external/mit/mkfontscale/dist/
H A Dconstlist.h29 } 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 Dconstlist.c27 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 Dmkfontscale.c93 static ConstListPtr encodings, extra_encodings;
816 ConstListPtr encoding;

Completed in 4 milliseconds