HomeSort by: relevance | last modified time | path
    Searched refs:isSameCColor (Results 1 - 2 of 2) sorted by relevancy

  /xsrc/external/mit/xterm/dist/
svg.c 140 if (!isSameCColor(ld->color[col], ld->color[col + sal]))
ptyx.h 1815 #define isSameCColor(p,q) (!memcmp(&(p), &(q), sizeof(CellColor)))
1834 #ifndef isSameCColor
1835 #define isSameCColor(p,q) ((p) == (q))

Completed in 12 milliseconds