word_wrap_line_length 80 src/editor/edit.c .word_wrap_line_length = DEFAULT_WRAP_LINE_LENGTH, word_wrap_line_length 1517 src/editor/edit.c if (edit->curs_col < edit_options.word_wrap_line_length) word_wrap_line_length 36 src/editor/edit.h int word_wrap_line_length; word_wrap_line_length 406 src/editor/editdraw.c wrap_start = edit_options.word_wrap_line_length + edit->start_col; word_wrap_line_length 482 src/editor/editdraw.c if (i > edit_options.word_wrap_line_length + edit->start_col) word_wrap_line_length 138 src/editor/editoptions.c g_snprintf (wrap_length, sizeof (wrap_length), "%d", edit_options.word_wrap_line_length); word_wrap_line_length 206 src/editor/editoptions.c edit_options.word_wrap_line_length = atoi (p); word_wrap_line_length 207 src/editor/editoptions.c if (edit_options.word_wrap_line_length <= 0) word_wrap_line_length 208 src/editor/editoptions.c edit_options.word_wrap_line_length = DEFAULT_WRAP_LINE_LENGTH; word_wrap_line_length 331 src/editor/format.c ww = edit_options.word_wrap_line_length * FONT_MEAN_WIDTH - indent; word_wrap_line_length 486 src/editor/format.c if (edit_options.word_wrap_line_length < 2) word_wrap_line_length 396 src/setup.c { "editor_word_wrap_line_length", &edit_options.word_wrap_line_length }, word_wrap_line_length 536 src/setup.c if (edit_options.word_wrap_line_length <= 0) word_wrap_line_length 537 src/setup.c edit_options.word_wrap_line_length = DEFAULT_WRAP_LINE_LENGTH;