Home
last modified time | relevance | path

Searched refs:rcs_sym_invch (Results 1 – 2 of 2) sorted by relevance

/openbsd/usr.bin/rcs/
H A Drcs.c55 static const char rcs_sym_invch[] = RCS_SYM_INVALCHAR; variable
643 if (!isgraph(*cp) || (strchr(rcs_sym_invch, *cp) != NULL)) { in rcs_sym_check()
/openbsd/usr.bin/cvs/
H A Drcs.c52 static const char rcs_sym_invch[] = RCS_SYM_INVALCHAR; variable
764 if (!isgraph(*cp) || (strchr(rcs_sym_invch, *cp) != NULL)) { in rcs_sym_check()