Searched refs:ocp (Results 1 – 2 of 2) sorted by relevance
533 Char oc, *ocp; in ce_search_line() local535 ocp = &pattern[1]; in ce_search_line()536 oc = *ocp; in ce_search_line()537 *ocp = '^'; in ce_search_line()539 ocp = pattern; in ce_search_line()540 oc = *ocp; in ce_search_line()545 if (el_match(cp, ocp)) { in ce_search_line()546 *ocp = oc; in ce_search_line()551 *ocp = oc; in ce_search_line()555 if (el_match(cp, ocp)) { in ce_search_line()[all …]
1491 PWL_CREATEPARAM ocp = cp; in CreateChildWnd() local1492 ocp.pParentWnd = this; in CreateChildWnd()1493 ocp.dwFlags = PWS_CHILD | PWS_VISIBLE; in CreateChildWnd()1494 ocp.sTextColor = sTextColor; in CreateChildWnd()1495 m_pOptions->Create(ocp); in CreateChildWnd()