Home
last modified time | relevance | path

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

/freebsd/contrib/less/
H A Dinput.c27 extern int wordwrap;
161 if (wordwrap && (c == ' ' || c == '\t')) in forw_line_seg()
241 if (!wordwrap) in forw_line_seg()
274 if (wordwrap) in forw_line_seg()
493 if (!wordwrap) in back_line()
537 if (wordwrap) in back_line()
H A Dopttbl.c47 public int wordwrap; /* Wrap lines at space */
174 static struct optname wordwrap_optname = { "wordwrap", NULL };
681 BOOL|REPAINT, OPT_OFF, &wordwrap, NULL,
46 public int wordwrap; /* Wrap lines at space */ global() variable
H A Dless.hlp288 --wordwrap
H A DNEWS194 * Add --wordwrap option (github #113).