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

/freebsd-current/contrib/less/
H A Dinput.c28 extern int wordwrap;
165 if (wordwrap && (c == ' ' || c == '\t'))
255 if (!wordwrap)
287 if (wordwrap)
516 if (!wordwrap)
556 if (wordwrap)
H A Dopttbl.c46 public int wordwrap; /* Wrap lines at space */ variable
168 static struct optname wordwrap_optname = { "wordwrap", NULL };
672 BOOL|REPAINT, OPT_OFF, &wordwrap, NULL,

Completed in 121 milliseconds