whole_left 265 src/editor/syntax.c compare_word_to_right (const WEdit *edit, off_t i, const GString *text, const char *whole_left, whole_left 273 src/editor/syntax.c if ((line_start && c != '\n') || (whole_left != NULL && strchr (whole_left, c) != NULL)) whole_left 964 src/editor/syntax.c char whole_left[BUF_MEDIUM]; whole_left 974 src/editor/syntax.c strcpy (whole_left, "abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWXYZ_01234567890"); whole_left 1044 src/editor/syntax.c g_strlcpy (whole_left, *a, sizeof (whole_left)); whole_left 1053 src/editor/syntax.c g_strlcpy (whole_left, *a, sizeof (whole_left)); whole_left 1090 src/editor/syntax.c c->whole_word_chars_left = g_strdup (whole_left); whole_left 1096 src/editor/syntax.c c->whole_word_chars_left = g_strdup (whole_left); whole_left 1166 src/editor/syntax.c k->whole_word_chars_left = g_strdup (whole_left); whole_left 1172 src/editor/syntax.c k->whole_word_chars_left = g_strdup (whole_left);