Searched refs:sepchars (Results 1 - 2 of 2) sorted by relevance

/macosx-10.9.5/emacs-92/emacs/src/
H A Dw32proc.c750 char *sepchars = " \t"; local
851 sepchars = "\r\n\t\f '";
883 else if (strchr (sepchars, *p) != NULL)
917 if ((strchr (sepchars, *p) != NULL) || *p == '"')
/macosx-10.9.5/vim-53/src/
H A Dsyntax.c4089 static char *sepchars = "/+=-#@\"|'^&"; local
4110 for (i = 0; vim_strchr(spp->sp_pattern, sepchars[i]) != NULL; )
4111 if (sepchars[++i] == NUL)
4116 msg_putchar(sepchars[i]);
4118 msg_putchar(sepchars[i]);

Completed in 110 milliseconds