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        960 src/editor/syntax.c     char whole_left[512];
whole_left        970 src/editor/syntax.c     strcpy (whole_left, "abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWXYZ_01234567890");
whole_left       1040 src/editor/syntax.c                 g_strlcpy (whole_left, *a, sizeof (whole_left));
whole_left       1049 src/editor/syntax.c                 g_strlcpy (whole_left, *a, sizeof (whole_left));
whole_left       1086 src/editor/syntax.c                     c->whole_word_chars_left = g_strdup (whole_left);
whole_left       1092 src/editor/syntax.c                     c->whole_word_chars_left = g_strdup (whole_left);
whole_left       1162 src/editor/syntax.c                 k->whole_word_chars_left = g_strdup (whole_left);
whole_left       1168 src/editor/syntax.c                 k->whole_word_chars_left = g_strdup (whole_left);