Lines Matching refs:CMK_Perforce
2424 const char *Terminator = CMK == CMK_Perforce ? "<<<<\n" : ">>>>>>>";2425 size_t TermLen = CMK == CMK_Perforce ? 5 : 7;2461 ConflictMarkerKind Kind = *CurPtr == '<' ? CMK_Normal : CMK_Perforce;