Home
last modified time | relevance | path

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

/dports/editors/mle/mle-1.4.3/
H A Dbview.c537 if (self->editor->linenum_type != MLE_LINENUM_TYPE_ABS) { in _bview_set_linenum_width()
545 if (self->editor->linenum_type == MLE_LINENUM_TYPE_ABS) { in _bview_set_linenum_width()
1040 if (self->editor->linenum_type == MLE_LINENUM_TYPE_ABS in _bview_draw_bline()
H A Dmle.h654 #define MLE_LINENUM_TYPE_ABS 0 macro