whole_left        246 src/editor/syntax.c                        const char *whole_left, const char *whole_right, gboolean line_start)
whole_left        253 src/editor/syntax.c     if ((line_start && c != '\n') || (whole_left != NULL && strchr (whole_left, c) != NULL))
whole_left        941 src/editor/syntax.c     char whole_left[512];
whole_left        951 src/editor/syntax.c     strcpy (whole_left, "abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWXYZ_01234567890");
whole_left       1021 src/editor/syntax.c                 g_strlcpy (whole_left, *a, sizeof (whole_left));
whole_left       1030 src/editor/syntax.c                 g_strlcpy (whole_left, *a, sizeof (whole_left));
whole_left       1067 src/editor/syntax.c                     c->whole_word_chars_left = g_strdup (whole_left);
whole_left       1073 src/editor/syntax.c                     c->whole_word_chars_left = g_strdup (whole_left);
whole_left       1143 src/editor/syntax.c                 k->whole_word_chars_left = g_strdup (whole_left);
whole_left       1149 src/editor/syntax.c                 k->whole_word_chars_left = g_strdup (whole_left);