Searched refs:isSLASH (Results 1 - 3 of 3) sorted by relevance

/netbsd-current/external/gpl2/rcs/dist/src/
H A Drcsfnms.c572 isSLASH(p[rcslen])
573 && (p==name || isSLASH(p[-1]))
722 ((p+=arglen-baselen) == workname || isSLASH(p[-1])) &&
741 ((RCSbase=x-baselen)==RCS1 || isSLASH(RCSbase[-1])) &&
866 for (r = RCSname; r[0]=='.' && isSLASH(r[1]); r += 2)
868 while (isSLASH(r[2]))
897 if (!SLASHSLASH_is_SLASH && dlen==2 && isSLASH(d[0]) && isSLASH(d[1]))
900 while (dlen && isSLASH(d[dlen-1]))
905 #ifndef isSLASH
907 isSLASH(c) function
[all...]
H A Dconf.sh1975 isSLASH='#define isSLASH(c) ((c) == SLASH)'
1976 ROOTPATH='isSLASH((p)[0])'
1982 isSLASH='int isSLASH P((int));'
1983 ROOTPATH="(isSLASH((p)[0]) || (p)[0] && (p)[1]==':')"
1993 $isSLASH /* Is arg a filename separator? */
2021 #ifndef isSLASH
2023 isSLASH(c) int c; {
/netbsd-current/external/gpl2/rcs/include/
H A Dconf.h233 #define isSLASH(c) ((c) == SLASH) /* Is arg a filename separator? */ macro
234 #define ROOTPATH(p) isSLASH((p)[0]) /* Is p an absolute pathname? */

Completed in 93 milliseconds