word_wrap_line_length 80 src/editor/edit.c .word_wrap_line_length = DEFAULT_WRAP_LINE_LENGTH, word_wrap_line_length 1495 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 407 src/editor/editdraw.c wrap_start = edit_options.word_wrap_line_length + edit->start_col; word_wrap_line_length 483 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 216 src/editor/editoptions.c edit_options.word_wrap_line_length = atoi (p); word_wrap_line_length 217 src/editor/editoptions.c if (edit_options.word_wrap_line_length <= 0) word_wrap_line_length 218 src/editor/editoptions.c edit_options.word_wrap_line_length = DEFAULT_WRAP_LINE_LENGTH; word_wrap_line_length 330 src/editor/format.c ww = edit_options.word_wrap_line_length * FONT_MEAN_WIDTH - indent; word_wrap_line_length 485 src/editor/format.c if (edit_options.word_wrap_line_length < 2) word_wrap_line_length 406 src/setup.c { "editor_word_wrap_line_length", &edit_options.word_wrap_line_length }, word_wrap_line_length 551 src/setup.c if (edit_options.word_wrap_line_length <= 0) word_wrap_line_length 552 src/setup.c edit_options.word_wrap_line_length = DEFAULT_WRAP_LINE_LENGTH;