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