Searched refs:duplicated (Results 1 - 13 of 13) sorted by relevance

/freebsd-11.0-release/sys/boot/i386/btx/lib/
H A Dbtxsys.s7 # paragraph and the following disclaimer are duplicated in all
H A Dbtxcsu.S7 # paragraph and the following disclaimer are duplicated in all
H A Dbtxv86.s7 # paragraph and the following disclaimer are duplicated in all
/freebsd-11.0-release/sys/boot/pc98/btx/lib/
H A Dbtxsys.s7 # paragraph and the following disclaimer are duplicated in all
H A Dbtxcsu.S7 # paragraph and the following disclaimer are duplicated in all
H A Dbtxv86.s7 # paragraph and the following disclaimer are duplicated in all
/freebsd-11.0-release/sys/boot/i386/libi386/
H A Dpxetramp.s7 # paragraph and the following disclaimer are duplicated in all
/freebsd-11.0-release/share/mk/
H A Dsrc.sys.mk3 # Note: This file is also duplicated in the sys/conf/kern.pre.mk so
H A Dsrc.libnames.mk205 # Each library's LIBADD needs to be duplicated here for static linkage of
/freebsd-11.0-release/sys/boot/i386/mbr/
H A Dmbr.s7 # paragraph and the following disclaimer are duplicated in all
/freebsd-11.0-release/sys/conf/
H A Dkern.pre.mk7 # Note: This is duplicated from src.sys.mk to ensure that we include
/freebsd-11.0-release/contrib/libgnuregex/
H A Dregcomp.c1472 Note that duplicated nodes have constraint INIT_CONSTRAINT in addition
1539 /* Search for a duplicated node which satisfies the constraint. */
1543 /* There is no such duplicated node, create a new one. */
1558 /* There is a duplicated node which satisfies the constraint,
1579 /* Search for a node which is duplicated from the node ORG_NODE, and
1587 for (idx = dfa->nodes_len - 1; dfa->nodes[idx].duplicated && idx > 0; --idx)
1608 dfa->nodes[dup_idx].duplicated = 1;
1703 && !dfa->nodes[dfa->edests[node].elems[0]].duplicated)
3768 tree->token.duplicated = 0;
3800 if (node->type == COMPLEX_BRACKET && node->duplicated
[all...]
H A Dregex_internal.h306 unsigned int duplicated : 1; member in struct:__anon1950

Completed in 136 milliseconds