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

/xsrc/external/mit/xfontsel/dist/
H A Dxfontsel.c903 static int AlphabeticSort(_Xconst void *fval1, _Xconst void *fval2) argument
905 # define fval1 ((_Xconst FieldValue *)fval1) macro
908 if (fval1->string && !strcmp(fval1->string, "*"))
912 if (!fval1->string)
917 return strcmpn(fval1->string, fval2->string);
919 # undef fval1
925 static int NumericSort(_Xconst void *fval1, _Xconst void *fval2) argument
927 # define fval1 ((_Xcons macro
[all...]

Completed in 3 milliseconds