FACE_ID_BITS      507 src/dispextern.h   unsigned face_id : FACE_ID_BITS;
FACE_ID_BITS      956 src/dispextern.h   unsigned left_user_fringe_face_id : FACE_ID_BITS;
FACE_ID_BITS      959 src/dispextern.h   unsigned right_user_fringe_face_id : FACE_ID_BITS;
FACE_ID_BITS      962 src/dispextern.h   unsigned left_fringe_face_id : FACE_ID_BITS;
FACE_ID_BITS      965 src/dispextern.h   unsigned right_fringe_face_id : FACE_ID_BITS;
FACE_ID_BITS     1862 src/dispextern.h #define MAX_FACE_ID  ((1 << FACE_ID_BITS) - 1)
FACE_ID_BITS     2772 src/dispextern.h   unsigned left_user_fringe_face_id : FACE_ID_BITS;
FACE_ID_BITS     2775 src/dispextern.h   unsigned right_user_fringe_face_id : FACE_ID_BITS;
FACE_ID_BITS     7993 src/xdisp.c    static int last_escape_glyph_face_id = (1 << FACE_ID_BITS);
FACE_ID_BITS     8018 src/xdisp.c    static int last_glyphless_glyph_face_id = (1 << FACE_ID_BITS);
FACE_ID_BITS     8047 src/xdisp.c      last_escape_glyph_face_id = (1 << FACE_ID_BITS);
FACE_ID_BITS     8049 src/xdisp.c      last_glyphless_glyph_face_id = (1 << FACE_ID_BITS);