Searched refs:cpo_J (Results 1 – 1 of 1) sorted by relevance
34 int cpo_J; in findsent() local97 cpo_J = vim_strchr(p_cpo, CPO_ENDOFSENT) != NULL; in findsent()116 if (c == -1 || (!cpo_J && (c == ' ' || c == '\t')) || c == NUL in findsent()117 || (cpo_J && (c == ' ' && inc(&tpos) >= 0 in findsent()