Home
last modified time | relevance | path

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

/netbsd-src/usr.bin/make/
H A Dutil.c232 #define ISDOTDOT(c) ((c)[0] == '.' && ISDOT(&((c)[1]))) macro
/netbsd-src/bin/csh/
H A Ddir.c274 #define ISDOTDOT(c) (UC(c)[0] == '.' && ISDOT(&((c)[1]))) in dnormalize() macro
/netbsd-src/sys/sys/
H A Dnamei.h171 #define ISDOTDOT 0x0002000 /* current component name is .. */ macro