Searched refs:subset (Results 1 - 8 of 8) sorted by relevance

/freebsd-9.3-release/contrib/ncurses/
H A Dmk-2nd.awk42 # subset ("none", "base", "base+ext_funcs" or "termlib")
61 if (subset == "none") {
63 } else if (index(subset,$2) > 0) {
71 printf "# subset: %s\n", subset
120 if ( subset ~ /base/ ) {
122 } else if ( subset ~ /termlib/ ) {
H A Dmk-hdr.awk34 # subset ("none", "base", "base+ext_funcs" or "termlib", etc.)
48 if (subset == "none") {
50 } else if (index(subset,$2) > 0) {
64 printf "# subset: %s\n", subset
H A Dmk-1st.awk40 # subset ("none", "base", "base+ext_funcs" or "termlib", etc.)
59 return ( subset ~ /^ticlib$/ );
62 return ( subset ~ /^(ticlib\+)?termlib(\+ext_tinfo)?$/ );
180 if (subset ~ /^base/ || subset == "ticlib" ) {
227 if (subset == "none") {
229 } else if (index(subset,$2) > 0) {
233 printf "# generated by mk-1st.awk (subset=%s)\n", subset
240 printf "# subset
[all...]
H A Dconfigure18142 subset=$cf_subset \
18168 subset=$cf_subset \
18349 subset="$LIB_SUBSETS" \
/freebsd-9.3-release/contrib/gcc/
H A Dalias.c123 see if either alias set is a subset of the other. We need not trace
129 error to attempt to explicitly construct a subset of zero. */
311 /* See if the first alias set is a subset of the second. */
531 alias set for the restricted pointer a subset of the
538 /* It's not legal to make a subset of alias set zero. */
544 restricted pointer a subset of the pointed-to
656 subset of alias set zero. */ argument
659 record_alias_subset (HOST_WIDE_INT superset, HOST_WIDE_INT subset)
666 if (superset == subset)
684 if (subset
[all...]
H A Dfold-const.c4418 int subset;
4448 subset = integer_onep (range_binop (LE_EXPR, integer_type_node,
4456 is a subset it is the result. Otherwise, the range is from the start
4460 else if (subset)
4469 equal, the result is false. If the second range is a subset of the
4472 range is not a subset of the first, or if it is a subset and both
4480 else if (subset && lowequal)
4492 else if (! subset || highequal)
4510 is a subset o
4391 int subset; local
[all...]
/freebsd-9.3-release/sys/conf/
H A Dkern.mk71 # a very small subset of float registers for integer divides.
/freebsd-9.3-release/contrib/ncurses/misc/
H A Dterminfo.src336 # implementing some ANSI subset can use many of them.
434 # They match a subset of ECMA-48.
586 # ansi -- this terminfo expresses the largest subset of X3.64 that will fit in
2813 # c) Recognizes a subset of vt52 controls.
2867 # a minimal subset of a vt100 (compare with "news-unk).
3511 # This implements a subset of vt102 with a random selection of features from
3573 # is hardcoded to set $TERM to "xterm", and on startup, it builds a subset
3712 konsole+pcfkeys|konsole subset of xterm+pcfkeys,
6123 hpsub|hp terminals -- capability subset,
12277 dgkeys+11|Private entry describing 11 minimal-subset D
[all...]

Completed in 141 milliseconds