whole_right 264 src/editor/syntax.c const char *whole_right, gboolean line_start) whole_right 285 src/editor/syntax.c if (*p == '\0' && whole_right != NULL && strchr (whole_right, c) == NULL) whole_right 313 src/editor/syntax.c if (whiteness (c) || (whole_right != NULL && strchr (whole_right, c) == NULL)) whole_right 372 src/editor/syntax.c if (whole_right == NULL) whole_right 377 src/editor/syntax.c return strchr (whole_right, c) != NULL ? -1 : i; whole_right 959 src/editor/syntax.c char whole_right[512]; whole_right 971 src/editor/syntax.c strcpy (whole_right, "abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWXYZ_01234567890"); whole_right 1045 src/editor/syntax.c g_strlcpy (whole_right, *a, sizeof (whole_right)); whole_right 1050 src/editor/syntax.c g_strlcpy (whole_right, *a, sizeof (whole_right)); whole_right 1087 src/editor/syntax.c c->whole_word_chars_right = g_strdup (whole_right); whole_right 1097 src/editor/syntax.c c->whole_word_chars_right = g_strdup (whole_right); whole_right 1163 src/editor/syntax.c k->whole_word_chars_right = g_strdup (whole_right); whole_right 1173 src/editor/syntax.c k->whole_word_chars_right = g_strdup (whole_right);