Home
last modified time | relevance | path

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

/netbsd/external/gpl2/grep/dist/src/
H A Dsystem.h71 # define IS_SLASH(c) ((c) == '/' || (c) == '\\') macro
76 # define IS_SLASH(c) ((c) == '/') macro
/netbsd/external/gpl2/texinfo/dist/lib/
H A Dsystem.h234 # define IS_SLASH(c) ((c) == '/' || (c) == '\\') macro
244 # define IS_SLASH(c) ((c) == '/') macro
/netbsd/external/mit/libuv/dist/src/win/
H A Dfs.c115 #define IS_SLASH(c) ((c) == L'\\' || (c) == L'/') macro