Home
last modified time | relevance | path

Searched refs:vis (Results 1 – 25 of 52) sorted by relevance

123

/dragonfly/contrib/ncurses/ncurses/tinfo/
H A Dlib_options.c193 NCURSES_SP_NAME(curs_set) (NCURSES_SP_DCLx int vis) in NCURSES_SP_NAME()
196 T((T_CALLED("curs_set(%p,%d)"), (void *) SP_PARM, vis)); in NCURSES_SP_NAME()
198 if (SP_PARM != 0 && vis >= 0 && vis <= 2) { in NCURSES_SP_NAME()
200 if (vis == cursor) { in NCURSES_SP_NAME()
204 code = CallDriver_1(SP_PARM, td_cursorSet, vis); in NCURSES_SP_NAME()
207 switch (vis) { in NCURSES_SP_NAME()
227 SP_PARM->_cursor = vis; in NCURSES_SP_NAME()
235 curs_set(int vis) in curs_set() argument
237 return (NCURSES_SP_NAME(curs_set) (CURRENT_SCREEN, vis)); in curs_set()
/dragonfly/lib/libc/gen/
H A DMakefile.inc295 vis.3 snvis.3 \
296 vis.3 stravis.3 \
297 vis.3 strenvisx.3 \
298 vis.3 strnvis.3 \
299 vis.3 strnvisx.3 \
301 vis.3 strsnvis.3 \
303 vis.3 strsvis.3 \
304 vis.3 strsvisx.3 \
305 vis.3 strvis.3 \
306 vis.3 strvisx.3 \
[all …]
/dragonfly/contrib/mdocml/
H A Dterm.c281 vn = vis; in term_fill()
291 *vbr = vis; in term_fill()
294 vis = vn; in term_fill()
316 *vbr = vis; in term_fill()
340 *vbr = vis; in term_fill()
357 vis = 0; in term_field()
371 vbl += vn - vis; in term_field()
372 vis = vn; in term_field()
378 vis += dv; in term_field()
401 vis -= dv; in term_field()
[all …]
/dragonfly/usr.bin/vis/
H A DMakefile4 PROG= vis
5 SRCS= vis.c foldit.c
/dragonfly/contrib/libedit/
H A DREADME.DELETED29 src/vis.c
30 src/vis.h
/dragonfly/usr.sbin/mtree/
H A DMakefile31 SRCS+= vis.c pwcache.c
32 CFLAGS+=-include ${.CURDIR}/../../include/vis.h
/dragonfly/games/hack/
H A Dhack.fight.c79 boolean vis; in hitmm() local
94 vis = (cansee(magr->mx, magr->my) && cansee(mdef->mx, mdef->my)); in hitmm()
95 if (vis) { in hitmm()
116 if (vis) in hitmm()
130 if (vis) in hitmm()
/dragonfly/contrib/binutils-2.34/gold/
H A Dplugin.cc665 char vis; in record_symbols() local
669 vis = 'P'; in record_symbols()
672 vis = 'I'; in record_symbols()
675 vis = 'H'; in record_symbols()
678 vis = 'D'; in record_symbols()
681 vis = '?'; in record_symbols()
1416 elfcpp::STV vis; in do_add_symbols() local
1460 vis = elfcpp::STV_INTERNAL; in do_add_symbols()
1463 vis = elfcpp::STV_HIDDEN; in do_add_symbols()
1467 vis = elfcpp::STV_DEFAULT; in do_add_symbols()
[all …]
/dragonfly/contrib/binutils-2.34/binutils/
H A Dwrstabs.c1355 const char *vis; in stab_struct_field() local
1376 vis = ""; in stab_struct_field()
1380 vis = "/0"; in stab_struct_field()
1384 vis = "/1"; in stab_struct_field()
1396 sprintf (n, "%s%s:%s%s,%ld,%ld;", info->type_stack->fields, name, vis, s, in stab_struct_field()
1494 const char *vis; in stab_class_static_member() local
1515 vis = ""; in stab_class_static_member()
1519 vis = "/0"; in stab_class_static_member()
1523 vis = "/1"; in stab_class_static_member()
1527 sprintf (n, "%s%s:%s%s:%s;", info->type_stack->fields, name, vis, s, in stab_class_static_member()
/dragonfly/contrib/binutils-2.27/binutils/
H A Dwrstabs.c1355 const char *vis; in stab_struct_field() local
1376 vis = ""; in stab_struct_field()
1380 vis = "/0"; in stab_struct_field()
1384 vis = "/1"; in stab_struct_field()
1396 sprintf (n, "%s%s:%s%s,%ld,%ld;", info->type_stack->fields, name, vis, s, in stab_struct_field()
1498 const char *vis; in stab_class_static_member() local
1519 vis = ""; in stab_class_static_member()
1523 vis = "/0"; in stab_class_static_member()
1527 vis = "/1"; in stab_class_static_member()
1531 sprintf (n, "%s%s:%s%s:%s;", info->type_stack->fields, name, vis, s, in stab_class_static_member()
/dragonfly/contrib/gcc-4.7/gcc/cp/
H A Ddecl2.c1950 int vis = VISIBILITY_DEFAULT; in type_visibility() local
1952 return vis; in type_visibility()
2000 int vis = 0; in constrain_visibility_for_template() local
2004 vis = type_visibility (arg); in constrain_visibility_for_template()
2014 vis = VISIBILITY_ANON; in constrain_visibility_for_template()
2016 vis = DECL_VISIBILITY (arg); in constrain_visibility_for_template()
2019 if (vis) in constrain_visibility_for_template()
2305 int vis = type_visibility (type); in constrain_class_visibility() local
2307 if (vis == VISIBILITY_ANON in constrain_class_visibility()
2313 vis = VISIBILITY_INTERNAL; in constrain_class_visibility()
[all …]
/dragonfly/include/
H A Dvis.h94 char *vis(char *, int, int, int);
/dragonfly/games/bs/
H A Dbs.c271 placeship(int b, ship_t *ss, int vis) in placeship() argument
280 if (vis) { in placeship()
618 checkplace(int b, ship_t *ss, int vis) in checkplace() argument
626 if (vis) { in checkplace()
644 if (vis) { in checkplace()
/dragonfly/contrib/gcc-8.0/gcc/cp/
H A Ddecl2.c2251 int vis = VISIBILITY_DEFAULT; in type_visibility() local
2253 return vis; in type_visibility()
2308 int vis = 0; in constrain_visibility_for_template() local
2312 vis = type_visibility (arg); in constrain_visibility_for_template()
2324 vis = VISIBILITY_ANON; in constrain_visibility_for_template()
2326 vis = DECL_VISIBILITY (arg); in constrain_visibility_for_template()
2329 if (vis) in constrain_visibility_for_template()
2625 int vis = type_visibility (type); in constrain_class_visibility() local
2627 if (vis == VISIBILITY_ANON in constrain_class_visibility()
2633 vis = VISIBILITY_INTERNAL; in constrain_class_visibility()
[all …]
/dragonfly/games/ppt/
H A Dppt.c104 vis(vbuf, c, VIS_NOSLASH, 0); in main()
/dragonfly/contrib/binutils-2.27/gold/
H A Dplugin.cc1097 elfcpp::STV vis; in do_add_symbols() local
1137 vis = elfcpp::STV_PROTECTED; in do_add_symbols()
1140 vis = elfcpp::STV_INTERNAL; in do_add_symbols()
1143 vis = elfcpp::STV_HIDDEN; in do_add_symbols()
1147 vis = elfcpp::STV_DEFAULT; in do_add_symbols()
1160 osym.put_st_other(vis, 0); in do_add_symbols()
/dragonfly/usr.bin/
H A DMakefile235 vis \
/dragonfly/contrib/gcc-8.0/gcc/c-family/
H A Dc-attribs.c2220 enum symbol_visibility vis; in handle_visibility_attribute() local
2266 vis = VISIBILITY_DEFAULT; in handle_visibility_attribute()
2268 vis = VISIBILITY_INTERNAL; in handle_visibility_attribute()
2270 vis = VISIBILITY_HIDDEN; in handle_visibility_attribute()
2272 vis = VISIBILITY_PROTECTED; in handle_visibility_attribute()
2276 vis = VISIBILITY_DEFAULT; in handle_visibility_attribute()
2280 && vis != DECL_VISIBILITY (decl)) in handle_visibility_attribute()
2297 DECL_VISIBILITY (decl) = vis; in handle_visibility_attribute()
H A Dstub-objc.c164 objc_set_visibility (objc_ivar_visibility_kind ARG_UNUSED (vis)) in objc_set_visibility() argument
/dragonfly/sbin/dmesg/
H A Ddmesg.c272 vis(buf, ch, VIS_NOSLASH, 0); in dumpbuf()
/dragonfly/contrib/gcc-4.7/libgcc/
H A DMakefile.in445 $(lib1asmfuncs-o): %$(objext): $(srcdir)/config/$(LIB1ASMSRC) %.vis
446 $(gcc_compile) -DL$* -xassembler-with-cpp -c $< -include $*.vis
447 $(patsubst %,%.vis,$(LIB1ASMFUNCS)): %.vis: %_s$(objext)
/dragonfly/contrib/binutils-2.27/ld/
H A Dplugin.c628 int vis = ELF_ST_VISIBILITY (el->other); in is_visible_from_outside() local
629 return vis == STV_DEFAULT || vis == STV_PROTECTED; in is_visible_from_outside()
/dragonfly/crypto/openssh/
H A Dutf8.c195 tp = vis(dp, *sp, VIS_OCTAL | VIS_ALL, 0); in vasnmprintf()
/dragonfly/contrib/binutils-2.34/ld/
H A Dplugin.c641 int vis = ELF_ST_VISIBILITY (el->other); in is_visible_from_outside() local
642 return vis == STV_DEFAULT || vis == STV_PROTECTED; in is_visible_from_outside()
/dragonfly/contrib/gcc-4.7/gcc/c-family/
H A Dstub-objc.c166 objc_set_visibility (objc_ivar_visibility_kind ARG_UNUSED (vis)) in objc_set_visibility() argument

123