Home
last modified time | relevance | path

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

1234

/openbsd-src/lib/libcurses/tinfo/
H A Dlib_options.c195 NCURSES_SP_NAME(curs_set) (NCURSES_SP_DCLx int vis) in NCURSES_SP_NAME()
198 T((T_CALLED("curs_set(%p,%d)"), (void *) SP_PARM, vis)); in NCURSES_SP_NAME()
200 if (SP_PARM != 0 && vis >= 0 && vis <= 2) { in NCURSES_SP_NAME()
202 if (vis == cursor) { in NCURSES_SP_NAME()
206 code = CallDriver_1(SP_PARM, td_cursorSet, vis); in NCURSES_SP_NAME()
209 switch (vis) { in NCURSES_SP_NAME()
229 SP_PARM->_cursor = vis; in NCURSES_SP_NAME()
237 curs_set(int vis) in curs_set() argument
239 return (NCURSES_SP_NAME(curs_set) (CURRENT_SCREEN, vis)); in curs_set()
/openbsd-src/usr.bin/mandoc/
H A Dterm.c261 size_t vis; /* Visual position of the current character. */ in term_fill() local
267 *nbr = *vbr = vis = 0; in term_fill()
274 vis -= (*p->width)(p, p->tcol->buf[ic - 1]); in term_fill()
279 vn = vis; in term_fill()
287 *vbr = vis; in term_fill()
290 vis = vn; in term_fill()
306 vis += (*p->width)(p, '-'); in term_fill()
307 if (vis > vtarget) { in term_fill()
312 *vbr = vis; in term_fill()
316 taboff = -vis - (*p->width)(p, ' '); in term_fill()
[all …]
/openbsd-src/lib/libc/gen/
H A Dvis.c79 vis(char *dst, int c, int flag, int nextc) in vis() function
168 DEF_WEAK(vis);
190 dst = vis(dst, c, flag, *++src); in strvis()
221 i = vis(tbuf, c, flag, *++src) - tbuf; in strnvis()
236 dst += vis(tbuf, c, flag, *++src) - tbuf; in strnvis()
268 dst = vis(dst, c, flag, *++src); in strvisx()
271 dst = vis(dst, *src, flag, '\0'); in strvisx()
H A DMakefile.inc27 utime.c valloc.c vis.c wait.c wait3.c waitpid.c warn.c \
57 ttyname.3 ualarm.3 uname.3 unvis.3 usleep.3 utime.3 valloc.3 vis.3
/openbsd-src/gnu/usr.bin/gcc/gcc/testsuite/gcc.dg/
H A D20001228-1.c11 void vis_timeout_func(Vis * vis) in vis_timeout_func() argument
13 if (vis->vs_peak[0] < 0.0) in vis_timeout_func()
14 vis->vs_peak[0] = 0.0; in vis_timeout_func()
/openbsd-src/usr.bin/vis/
H A DMakefile3 PROG= vis
4 SRCS= vis.c foldit.c
H A Dvis.c154 (void) vis(buff, (char)c, eflags, (char)rachar); in process()
/openbsd-src/lib/libc/hidden/
H A Dvis.h21 #include_next <vis.h>
30 PROTO_NORMAL(vis);
/openbsd-src/gnu/usr.bin/cc/libgcc/
H A DMakefile342 ASM_V = ${LIB1ASMFUNCS:S/$/.vis/}
345 ${ASM_T}: ${LIB1ASMSRC} ${.PREFIX}.vis
347 -o ${.TARGET} -include ${.PREFIX}.vis ${.ALLSRC:N*.h:N*.vis}
348 ${ASM_P}: ${LIB1ASMSRC} ${.PREFIX}.vis
350 -o ${.TARGET} -include ${.PREFIX}.vis ${.ALLSRC:N*.h:N*.vis}
402 .SUFFIXES: .vis .vo .asm
/openbsd-src/games/hack/
H A Dhack.fight.c82 boolean vis; in hitmm() local
93 vis = (cansee(magr->mx,magr->my) && cansee(mdef->mx,mdef->my)); in hitmm()
94 if(vis){ in hitmm()
113 if(vis) pline("%s is turned to stone!", Monnam(mdef)); in hitmm()
125 if(vis) pline("%s is killed!", Monnam(mdef)); in hitmm()
/openbsd-src/regress/usr.bin/make/
H A Dmk354 thing.o: $<.vis
/openbsd-src/include/
H A Dvis.h79 char *vis(char *, int, int, int);
/openbsd-src/gnu/gcc/gcc/cp/
H A Ddecl2.c1570 int vis = VISIBILITY_DEFAULT; in type_visibility() local
1571 walk_tree_without_duplicates (&type, min_vis_r, &vis); in type_visibility()
1572 return vis; in type_visibility()
1615 int vis = 0; in constrain_visibility_for_template() local
1619 vis = type_visibility (arg); in constrain_visibility_for_template()
1629 vis = VISIBILITY_ANON; in constrain_visibility_for_template()
1631 vis = DECL_VISIBILITY (arg); in constrain_visibility_for_template()
1634 if (vis) in constrain_visibility_for_template()
1635 constrain_visibility (decl, vis); in constrain_visibility_for_template()
1846 int vis = type_visibility (type); in constrain_class_visibility() local
[all …]
/openbsd-src/bin/ps/
H A Dutf8.c43 width = vis(buf, mbs[0], in mbswprint()
/openbsd-src/gnu/usr.bin/binutils/binutils/
H A Dwrstabs.c1356 const char *vis; in stab_struct_field() local
1377 vis = ""; in stab_struct_field()
1381 vis = "/0"; in stab_struct_field()
1385 vis = "/1"; in stab_struct_field()
1397 sprintf (n, "%s%s:%s%s,%ld,%ld;", info->type_stack->fields, name, vis, s, in stab_struct_field()
1499 const char *vis; in stab_class_static_member() local
1520 vis = ""; in stab_class_static_member()
1524 vis = "/0"; in stab_class_static_member()
1528 vis = "/1"; in stab_class_static_member()
1532 sprintf (n, "%s%s:%s%s:%s;", info->type_stack->fields, name, vis, s, in stab_class_static_member()
/openbsd-src/gnu/usr.bin/binutils-2.17/binutils/
H A Dwrstabs.c1358 const char *vis; in stab_struct_field() local
1379 vis = ""; in stab_struct_field()
1383 vis = "/0"; in stab_struct_field()
1387 vis = "/1"; in stab_struct_field()
1399 sprintf (n, "%s%s:%s%s,%ld,%ld;", info->type_stack->fields, name, vis, s, in stab_struct_field()
1501 const char *vis; in stab_class_static_member() local
1522 vis = ""; in stab_class_static_member()
1526 vis = "/0"; in stab_class_static_member()
1530 vis = "/1"; in stab_class_static_member()
1534 sprintf (n, "%s%s:%s%s:%s;", info->type_stack->fields, name, vis, s, in stab_class_static_member()
/openbsd-src/regress/lib/libc/
H A DMakefile26 SUBDIR+= vis
/openbsd-src/games/ppt/
H A Dppt.c103 vis(vbuf, c, VIS_NOSLASH, 0); in main()
/openbsd-src/games/bs/
H A Dbs.c340 placeship(int b, ship_t *ss, int vis) in placeship() argument
350 if (vis) in placeship()
702 checkplace(int b, ship_t *ss, int vis) in checkplace() argument
711 if (vis) in checkplace()
731 if (vis) in checkplace()
/openbsd-src/regress/sbin/iked/test_helper/
H A Dtest_helper.c366 vis(buf, aa1, VIS_SAFE|VIS_NL|VIS_TAB|VIS_OCTAL, 0), aa1); in assert_char()
368 vis(buf, aa2, VIS_SAFE|VIS_NL|VIS_TAB|VIS_OCTAL, 0), aa2); in assert_char()
/openbsd-src/usr.bin/
H A DMakefile31 unvis users uudecode uuencode vacation vi vis vmstat w wall wc \
/openbsd-src/sbin/dmesg/
H A Ddmesg.c181 vis(buf, ch, 0, 0); in main()
/openbsd-src/gnu/gcc/gcc/
H A Dstub-objc.c147 objc_set_visibility (int ARG_UNUSED (vis)) in objc_set_visibility() argument
/openbsd-src/usr.bin/cu/
H A Dcommand.c277 vis(esc, escape_char, VIS_WHITE | VIS_NOSLASH, 0); in do_command()
/openbsd-src/regress/usr.bin/ssh/unittests/test_helper/
H A Dtest_helper.c498 vis(buf, aa1, VIS_SAFE|VIS_NL|VIS_TAB|VIS_OCTAL, 0), aa1); in assert_char()
500 vis(buf, aa2, VIS_SAFE|VIS_NL|VIS_TAB|VIS_OCTAL, 0), aa2); in assert_char()

1234