whole_right 266 src/editor/syntax.c const char *whole_right, gboolean line_start) whole_right 287 src/editor/syntax.c if (*p == '\0' && whole_right != NULL && strchr (whole_right, c) == NULL) whole_right 315 src/editor/syntax.c if (whiteness (c) || (whole_right != NULL && strchr (whole_right, c) == NULL)) whole_right 374 src/editor/syntax.c if (whole_right == NULL) whole_right 379 src/editor/syntax.c return strchr (whole_right, c) != NULL ? -1 : i; whole_right 963 src/editor/syntax.c char whole_right[BUF_MEDIUM]; whole_right 975 src/editor/syntax.c strcpy (whole_right, "abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWXYZ_01234567890"); whole_right 1049 src/editor/syntax.c g_strlcpy (whole_right, *a, sizeof (whole_right)); whole_right 1054 src/editor/syntax.c g_strlcpy (whole_right, *a, sizeof (whole_right)); whole_right 1091 src/editor/syntax.c c->whole_word_chars_right = g_strdup (whole_right); whole_right 1101 src/editor/syntax.c c->whole_word_chars_right = g_strdup (whole_right); whole_right 1167 src/editor/syntax.c k->whole_word_chars_right = g_strdup (whole_right); whole_right 1177 src/editor/syntax.c k->whole_word_chars_right = g_strdup (whole_right);