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

/macosx-10.10.1/emacs-93/emacs/src/
H A Dfringe.c999 unsigned indicate_bob_p, indicate_top_line_p;
1007 indicate_top_line_p = row->indicate_top_line_p;
1011 row->indicate_bob_p = row->indicate_top_line_p = 0;
1022 row->indicate_top_line_p = !NILP (arrow_top);
1037 || indicate_top_line_p != row->indicate_top_line_p
1098 else if (row->indicate_top_line_p && EQ (arrow_top, Qleft))
1123 else if (row->indicate_top_line_p && EQ (arrow_top, Qright))
998 unsigned indicate_bob_p, indicate_top_line_p; local
H A Ddispextern.h849 unsigned indicate_top_line_p : 1;
843 unsigned indicate_top_line_p : 1; member in struct:glyph_row

Completed in 127 milliseconds