Lines Matching defs:margin
271 size_t margin; /* Wrapmargin value. */
404 * from the RIGHT-HAND margin, not the left. It's more useful to
405 * us as a distance from the left-hand margin, i.e. the same as
412 * Setting margin causes a significant performance hit. Normally
414 * have to if margin is set, otherwise the screen routines don't
429 if ((margin = O_VAL(sp, O_WRAPMARGIN)) != 0)
430 margin = sp->cols - margin;
432 margin = O_VAL(sp, O_WRAPLEN);
434 margin = 0;
1335 * Check to see if we've crossed the margin.
1345 if (margin != 0) {
1348 if (tcol >= margin) {
1400 if (margin == 0 && LF_ISSET(TXT_REPLAY))
1409 if ((margin != 0 || !KEYS_WAITING(sp)) &&
1437 if (margin != 0 || !KEYS_WAITING(sp)) {
1439 if (vs_refresh(sp, margin != 0))
2794 * Handle margin wrap.
2813 * crossing the margin until a space was entered which could