max_pos 1169 lib/widget/input.c int max_pos; max_pos 1171 lib/widget/input.c max_pos = str_length (in->buffer->str); max_pos 1172 lib/widget/input.c pos = MIN (pos, max_pos); max_pos 331 src/editor/editsearch.c edit_calculate_start_of_next_line (const edit_buffer_t *buf, off_t current_pos, off_t max_pos, max_pos 336 src/editor/editsearch.c for (i = current_pos; i < max_pos; i++)