Home | History | Annotate | Download | only in open-vcdiff

Lines Matching refs:DIR_SEPARATOR

5004 #ifndef DIR_SEPARATOR
5005 # define DIR_SEPARATOR '/'
5021 # define IS_DIR_SEPARATOR(ch) ((ch) == DIR_SEPARATOR)
5024 (((ch) == DIR_SEPARATOR) || ((ch) == DIR_SEPARATOR_2))