line_start        129 src/editor/format.c             (force && bad_line_start (&edit->buffer, line_start (&edit->buffer, i))))
line_start        154 src/editor/format.c             (force && bad_line_start (&edit->buffer, line_start (&edit->buffer, i))))
line_start        105 src/editor/syntax.c     gboolean line_start;
line_start        246 src/editor/syntax.c                        const char *whole_left, const char *whole_right, gboolean line_start)
line_start        253 src/editor/syntax.c     if ((line_start && c != '\n') || (whole_left != NULL && strchr (whole_left, c) != NULL))
line_start        457 src/editor/syntax.c                                                k->whole_word_chars_right, k->line_start);
line_start        573 src/editor/syntax.c                                            k->whole_word_chars_right, k->line_start);
line_start       1160 src/editor/syntax.c                 k->line_start = TRUE;