Home
last modified time | relevance | path

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

/dports/lang/mit-scheme/mit-scheme-9.2/src/microcode/
H A Dregex.c482 match_pc = gap_end; \
539 match_pc = match_start; in re_match()
679 ((match_pc == gap_end) ? gap_start : match_pc); in re_match()
756 (((match_pc == gap_end) ? gap_start : match_pc) [-1])) in re_match()
1035 match_pc = (pc); \
1084 match_pc += 1; in DEFINE_RE_SEARCH()
1085 if (match_pc == gap_start) in DEFINE_RE_SEARCH()
1087 if (match_pc > match_limit) in DEFINE_RE_SEARCH()
1128 if (match_pc == gap_end) in DEFINE_RE_SEARCH()
1143 if (match_pc == gap_end) in DEFINE_RE_SEARCH()
[all …]
/dports/sysutils/ansible2/ansible-2.9.27/lib/ansible/modules/network/eos/
H A D_eos_linkagg.py270 match_pc = re.findall(r'interface Port-Channel{0}\\b'.format(group), line, re.M)
271 if match_pc:
/dports/sysutils/ansible/ansible-4.7.0/ansible_collections/arista/eos/plugins/modules/
H A Deos_linkagg.py349 match_pc = re.findall(
352 if match_pc:
/dports/emulators/tme/tme-0.8/host/bsd/
H A Dbsd-bpf.c173 int match_pc, miss_pc, this_pc; in _tme_bsd_bpf_filter() local
206 match_pc = ((prefix_len == (TME_ETHERNET_ADDR_SIZE - 1)) in _tme_bsd_bpf_filter()
219 bpf_filter[this_pc].jt = match_pc - (this_pc + 1); in _tme_bsd_bpf_filter()