Home
last modified time | relevance | path

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

/trueos/gnu/usr.bin/grep/
HDsystem.h69 # define IS_SLASH(c) ((c) == '/' || (c) == '\\') macro
74 # define IS_SLASH(c) ((c) == '/') macro
/trueos/contrib/texinfo/lib/
HDsystem.h232 # define IS_SLASH(c) ((c) == '/' || (c) == '\\') macro
242 # define IS_SLASH(c) ((c) == '/') macro