Home
last modified time | relevance | path

Searched refs:startc (Results 1 – 4 of 4) sorted by relevance

/openbsd/src/usr.bin/vi/vi/
Dv_match.c39 int cnt, isempty, matchc, startc, (*gc)(SCR *, VCS *); in v_match() local
60 switch (startc = p[off]) { in v_match()
111 if (cs.cs_ch == startc) in v_match()
Dv_txt.c2678 int cnt, endc, startc; in txt_showmatch() local
2700 startc = (endc = cs.cs_ch) == ')' ? '(' : '{'; in txt_showmatch()
2716 else if (cs.cs_ch == startc && --cnt == 0) in txt_showmatch()
/openbsd/src/sys/dev/
Drnd.c256 u_int startp, startc, i; in dequeue_randomness() local
268 startc = atomic_add_int_nv(&rnd_event_cons, QEVCONSUME) - QEVCONSUME; in dequeue_randomness()
270 u_int e = (startc + i) & (QEVLEN-1); in dequeue_randomness()
/openbsd/src/usr.bin/make/
Dvarmodifiers.c362 char startc = endc == ')' ? '(' : '{'; in get_sysvpattern() local
372 if (*cp == startc) in get_sysvpattern()
404 if (*cp2 == startc) in get_sysvpattern()