whole_right 246 src/editor/syntax.c const char *whole_left, const char *whole_right, gboolean line_start) whole_right 267 src/editor/syntax.c if (*p == '\0' && whole_right != NULL && strchr (whole_right, c) == NULL) whole_right 292 src/editor/syntax.c if (whiteness (c) || (whole_right != NULL && strchr (whole_right, c) == NULL)) whole_right 351 src/editor/syntax.c if (whole_right == NULL) whole_right 356 src/editor/syntax.c return strchr (whole_right, c) != NULL ? -1 : i; whole_right 940 src/editor/syntax.c char whole_right[512]; whole_right 952 src/editor/syntax.c strcpy (whole_right, "abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWXYZ_01234567890"); whole_right 1026 src/editor/syntax.c g_strlcpy (whole_right, *a, sizeof (whole_right)); whole_right 1031 src/editor/syntax.c g_strlcpy (whole_right, *a, sizeof (whole_right)); whole_right 1068 src/editor/syntax.c c->whole_word_chars_right = g_strdup (whole_right); whole_right 1078 src/editor/syntax.c c->whole_word_chars_right = g_strdup (whole_right); whole_right 1144 src/editor/syntax.c k->whole_word_chars_right = g_strdup (whole_right); whole_right 1154 src/editor/syntax.c k->whole_word_chars_right = g_strdup (whole_right);