Home | History | Annotate | Download | only in cpp

Lines Matching refs:DIR_SEPARATOR_2

3713 # ifndef DIR_SEPARATOR_2
3714 # define DIR_SEPARATOR_2 '\\'
3721 #ifndef DIR_SEPARATOR_2
3723 #else /* DIR_SEPARATOR_2 */
3725 (((ch) == DIR_SEPARATOR) || ((ch) == DIR_SEPARATOR_2))
3726 #endif /* DIR_SEPARATOR_2 */