whole_left 248 src/editor/syntax.c const char *whole_left, const char *whole_right, gboolean line_start) whole_left 257 src/editor/syntax.c if ((line_start && c != '\n') || (whole_left != NULL && strchr (whole_left, c) != NULL)) whole_left 932 src/editor/syntax.c char whole_left[512]; whole_left 942 src/editor/syntax.c strcpy (whole_left, "abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWXYZ_01234567890"); whole_left 1013 src/editor/syntax.c g_strlcpy (whole_left, *a, sizeof (whole_left)); whole_left 1022 src/editor/syntax.c g_strlcpy (whole_left, *a, sizeof (whole_left)); whole_left 1059 src/editor/syntax.c c->whole_word_chars_left = g_strdup (whole_left); whole_left 1065 src/editor/syntax.c c->whole_word_chars_left = g_strdup (whole_left); whole_left 1135 src/editor/syntax.c k->whole_word_chars_left = g_strdup (whole_left); whole_left 1141 src/editor/syntax.c k->whole_word_chars_left = g_strdup (whole_left);