whole_left        263 src/editor/syntax.c compare_word_to_right (const WEdit *edit, off_t i, const GString *text, const char *whole_left,
whole_left        271 src/editor/syntax.c     if ((line_start && c != '\n') || (whole_left != NULL && strchr (whole_left, c) != NULL))
whole_left        962 src/editor/syntax.c     char whole_left[BUF_MEDIUM];
whole_left        972 src/editor/syntax.c     strcpy (whole_left, "abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWXYZ_01234567890");
whole_left       1042 src/editor/syntax.c                 g_strlcpy (whole_left, *a, sizeof (whole_left));
whole_left       1051 src/editor/syntax.c                 g_strlcpy (whole_left, *a, sizeof (whole_left));
whole_left       1088 src/editor/syntax.c                     c->whole_word_chars_left = g_strdup (whole_left);
whole_left       1094 src/editor/syntax.c                     c->whole_word_chars_left = g_strdup (whole_left);
whole_left       1164 src/editor/syntax.c                 k->whole_word_chars_left = g_strdup (whole_left);
whole_left       1170 src/editor/syntax.c                 k->whole_word_chars_left = g_strdup (whole_left);