Home
last modified time | relevance | path

Searched refs:dupl (Results 1 – 3 of 3) sorted by relevance

/dragonfly/contrib/nvi2/regex/
H A Dregcomp.c117 static sopno dupl(struct parse *p, sopno start, sopno finish);
602 (void) dupl(p, p->pbegin[i]+1, p->pend[i]); in p_simp_re()
1051 copy = dupl(p, start+1, finish+1); in repeat()
1060 copy = dupl(p, start, finish); in repeat()
1064 copy = dupl(p, start, finish); in repeat()
1342 dupl(struct parse *p, in dupl() function
/dragonfly/contrib/binutils-2.27/gas/config/
H A Dtc-i386.c5849 unsigned int dupl = i.operands; in process_operands() local
5850 unsigned int dest = dupl - 1; in process_operands()
5855 && MAX_OPERANDS > dupl in process_operands()
5886 gas_assert ((MAX_OPERANDS - 1) > dupl in process_operands()
5907 dupl++; in process_operands()
5909 i.op[dupl] = i.op[dest]; in process_operands()
5910 i.types[dupl] = i.types[dest]; in process_operands()
5911 i.tm.operand_types[dupl] = i.tm.operand_types[dest]; in process_operands()
5920 i.op[dupl] = i.op[dest]; in process_operands()
5921 i.types[dupl] = i.types[dest]; in process_operands()
[all …]
/dragonfly/contrib/binutils-2.34/gas/config/
H A Dtc-i386.c6935 unsigned int dupl = i.operands; in process_operands() local
6936 unsigned int dest = dupl - 1; in process_operands()
6941 && MAX_OPERANDS > dupl in process_operands()
6971 gas_assert ((MAX_OPERANDS - 1) > dupl in process_operands()
6993 dupl++; in process_operands()
6995 i.op[dupl] = i.op[dest]; in process_operands()
6996 i.types[dupl] = i.types[dest]; in process_operands()
6998 i.flags[dupl] = i.flags[dest]; in process_operands()
7007 i.op[dupl] = i.op[dest]; in process_operands()
7008 i.types[dupl] = i.types[dest]; in process_operands()
[all …]