Home
last modified time | relevance | path

Searched refs:parameterized (Results 1 – 9 of 9) sorted by relevance

/dragonfly/contrib/ncurses/ncurses/tinfo/
H A Dcaptoinfo.c297 _nc_captoinfo(const char *cap, const char *s, int const parameterized) in _nc_captoinfo() argument
308 DEBUG_THIS(("_nc_captoinfo params %d, %s", parameterized, s)); in _nc_captoinfo()
316 if (parameterized >= 0 && isdigit(UChar(*s))) in _nc_captoinfo()
325 if (parameterized < 1) { in _nc_captoinfo()
616 _nc_infotocap(const char *cap GCC_UNUSED, const char *str, int const parameterized) in _nc_infotocap() argument
634 DEBUG_THIS(("_nc_infotocap params %d, %s", parameterized, str)); in _nc_infotocap()
818 } else if (*str != '%' || (parameterized < 1)) { in _nc_infotocap()
/dragonfly/contrib/gcc-8.0/libstdc++-v3/include/std/
H A Diosfwd49 * Nearly all of the I/O classes are parameterized on the type of
/dragonfly/contrib/gcc-4.7/libstdc++-v3/include/std/
H A Diosfwd51 * Nearly all of the I/O classes are parameterized on the type of
/dragonfly/contrib/gcc-4.7/gcc/doc/
H A Dgty.texi250 When a structure contains another structure that is parameterized,
253 parameterized structure, the type machinery won't automatically detect
/dragonfly/contrib/gcc-8.0/gcc/cp/
H A Dcp-tree.def584 /* A parameterized constraint declares constraint variables, which
/dragonfly/contrib/gcc-4.7/libstdc++-v3/include/tr1/
H A Dregex446 * The class %regex is parameterized around a set of related types and
/dragonfly/contrib/gcc-8.0/libstdc++-v3/include/tr1/
H A Dregex443 * The class %regex is parameterized around a set of related types and
/dragonfly/contrib/byacc/
H A DCHANGES4310 pass-through parameterized macros appears to be not a problem, testing with
/dragonfly/contrib/ncurses/misc/
H A Dterminfo.src343 ansi+local|ANSI normal-mode parameterized cursor-keys,
4566 # A parameterized string should (really) not begin with SS3 (\EO).
23684 # semicolons. Parameter meanings for most parameterized sequences are
25827 # * fill in no-parameter forms of cursor-movement where a parameterized
25831 # * add parameterized cursor-controls to linux-basic (report by Dae) -TD