option_word_wrap_line_length 81 src/editor/edit.c int option_word_wrap_line_length = DEFAULT_WRAP_LINE_LENGTH; option_word_wrap_line_length 1484 src/editor/edit.c if (edit->curs_col < option_word_wrap_line_length) option_word_wrap_line_length 33 src/editor/edit.h extern int option_word_wrap_line_length; option_word_wrap_line_length 413 src/editor/editdraw.c wrap_start = option_word_wrap_line_length + edit->start_col; option_word_wrap_line_length 490 src/editor/editdraw.c if (i > option_word_wrap_line_length + edit->start_col) option_word_wrap_line_length 135 src/editor/editoptions.c g_snprintf (wrap_length, sizeof (wrap_length), "%d", option_word_wrap_line_length); option_word_wrap_line_length 205 src/editor/editoptions.c option_word_wrap_line_length = atoi (p); option_word_wrap_line_length 206 src/editor/editoptions.c if (option_word_wrap_line_length <= 0) option_word_wrap_line_length 207 src/editor/editoptions.c option_word_wrap_line_length = DEFAULT_WRAP_LINE_LENGTH; option_word_wrap_line_length 332 src/editor/format.c ww = option_word_wrap_line_length * FONT_MEAN_WIDTH - indent; option_word_wrap_line_length 487 src/editor/format.c if (option_word_wrap_line_length < 2) option_word_wrap_line_length 396 src/setup.c { "editor_word_wrap_line_length", &option_word_wrap_line_length }, option_word_wrap_line_length 536 src/setup.c if (option_word_wrap_line_length <= 0) option_word_wrap_line_length 537 src/setup.c option_word_wrap_line_length = DEFAULT_WRAP_LINE_LENGTH;