Home
last modified time | relevance | path

Searched refs:MLE_LINENUM_TYPE_BOTH (Results 1 – 2 of 2) sorted by relevance

/dports/editors/mle/mle-1.4.3/
H A Dbview.c539 self->editor->linenum_type == MLE_LINENUM_TYPE_BOTH ? 1 : self->abs_linenum_width, in _bview_set_linenum_width()
549 } else if (self->editor->linenum_type == MLE_LINENUM_TYPE_BOTH) { in _bview_set_linenum_width()
1041 || self->editor->linenum_type == MLE_LINENUM_TYPE_BOTH in _bview_draw_bline()
1045 if (self->editor->linenum_type == MLE_LINENUM_TYPE_BOTH) { in _bview_draw_bline()
H A Dmle.h656 #define MLE_LINENUM_TYPE_BOTH 2 macro