Searched refs:cpo_match (Results 1 – 1 of 1) sorted by relevance
2097 int cpo_match; // vi compatible matching in findmatchlimit() local2111 cpo_match = (vim_strchr(p_cpo, CPO_MATCH) != NULL); in findmatchlimit()2162 if (!cpo_match) in findmatchlimit()2233 if (!cpo_match && *skipwhite(linep) == '#') in findmatchlimit()2515 if (cpo_match) in findmatchlimit()2628 if (!cpo_match && initc != '\'' && findc != '\'') in findmatchlimit()