Home
last modified time | relevance | path

Searched defs:ISDOTDOT (Results 1 – 3 of 3) sorted by relevance

/dragonfly/contrib/tcsh-6/
H A Dsh.dir.h54 #define ISDOTDOT(c) (NTRM((c)[0]) == '.' && ISDOT(&((c)[1]))) macro
/dragonfly/sbin/umount/
H A Dumount.c55 #define ISDOTDOT(x) ((x)[0] == '.' && (x)[1] == '.' && (x)[2] == '\0') macro
/dragonfly/contrib/bmake/
H A Dutil.c231 #define ISDOTDOT(c) ((c)[0] == '.' && ISDOT(&((c)[1]))) macro