Home
last modified time | relevance | path

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

/dports/misc/mc/mc-4.8.27/lib/
H A Dfs.h112 #define DIR_IS_DOTDOT(x) ((x)[0] == '.' && (x)[1] == '.' && (x)[2] == '\0') macro
/dports/misc/mc-nox11/mc-4.8.27/lib/
H A Dfs.h112 #define DIR_IS_DOTDOT(x) ((x)[0] == '.' && (x)[1] == '.' && (x)[2] == '\0') macro