Home
last modified time | relevance | path

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

/busybox-1.35.0/editors/
Dvi.c284 C_END = -1, // cursor is at end of line due to '$' command enumerator
3814 dot = cindex == C_END ? end_line(dot) : move_to_col(dot, cindex);
3959 cindex = C_END;
4416 dot = cindex == C_END ? end_line(dot) : move_to_col(dot, cindex);