FACE_ID_BITS      542 src/dispextern.h   unsigned face_id : FACE_ID_BITS;
FACE_ID_BITS      991 src/dispextern.h   unsigned left_user_fringe_face_id : FACE_ID_BITS;
FACE_ID_BITS      994 src/dispextern.h   unsigned right_user_fringe_face_id : FACE_ID_BITS;
FACE_ID_BITS      997 src/dispextern.h   unsigned left_fringe_face_id : FACE_ID_BITS;
FACE_ID_BITS     1000 src/dispextern.h   unsigned right_fringe_face_id : FACE_ID_BITS;
FACE_ID_BITS     1901 src/dispextern.h #define MAX_FACE_ID  ((1 << FACE_ID_BITS) - 1)
FACE_ID_BITS     2811 src/dispextern.h   unsigned left_user_fringe_face_id : FACE_ID_BITS;
FACE_ID_BITS     2814 src/dispextern.h   unsigned right_user_fringe_face_id : FACE_ID_BITS;
FACE_ID_BITS     8020 src/xdisp.c    static int last_escape_glyph_face_id = (1 << FACE_ID_BITS);
FACE_ID_BITS     8045 src/xdisp.c    static int last_glyphless_glyph_face_id = (1 << FACE_ID_BITS);
FACE_ID_BITS     8074 src/xdisp.c      last_escape_glyph_face_id = (1 << FACE_ID_BITS);
FACE_ID_BITS     8076 src/xdisp.c      last_glyphless_glyph_face_id = (1 << FACE_ID_BITS);