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