Home
last modified time | relevance | path

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

/openbsd/bin/csh/
H A Ddir.c259 #define ISDOTDOT(c) (UC(c)[0] == '.' && ISDOT(&((c)[1]))) in dnormalize() macro
/openbsd/sys/sys/
H A Dnamei.h142 #define ISDOTDOT 0x002000 /* current component name is .. */ macro