Searched defs:IS_SUPER_PREFIX (Results 1 - 1 of 1) sorted by relevance
/third_party/lzma/CPP/Windows/ | ||
H A D | FileName.cpp | 128 #define IS_SUPER_PREFIX(s) (IS_SEPAR((s)[0]) && IS_SEPAR((s)[1]) && (s)[2] == '?' && IS_SEPAR((s)[3]))
macro |
Completed in 3 milliseconds