Home
last modified time | relevance | path

Searched refs:nvis (Results 1 – 14 of 14) sorted by relevance

/dragonfly/usr.bin/window/
HDwwmisc.c47 int nvis = 0; in wwvisible() local
50 nvis += w->ww_nvis[i]; in wwvisible()
55 nvis++; in wwvisible()
56 return nvis == w->ww_i.nr * w->ww_i.nc; in wwvisible()
HDwwdelchar.c44 int nvis; in wwdelchar() local
79 nvis = 0; in wwdelchar()
99 nvis++; in wwdelchar()
109 if (tt.tt_delchar != 0 && nvis > (wwncol - col) / 2) { in wwdelchar()
HDwwinschar.c44 int nvis; in wwinschar() local
80 nvis = 0; in wwinschar()
100 nvis++; in wwinschar()
110 if ((tt.tt_inschar || tt.tt_insspace) && nvis > (wwncol - col) / 2) { in wwinschar()
HDwwscroll.c82 int nvis; in wwscroll1() local
105 nvis = 0; in wwscroll1()
107 nvis += w->ww_nvis[i]; in wwscroll1()
112 if (nvis < nvismax / 2) in wwscroll1()
151 if (nvis == nvismax) { in wwscroll1()
HDwwadd.c61 int nvis = 0; in wwadd() local
74 nvis++; in wwadd()
80 w1->ww_nvis[i] = nvis; in wwadd()
HDwwsize.c49 short *nvis = NULL; in wwsize() local
71 nvis = malloc((unsigned) nrow * sizeof (short)); in wwsize()
72 if (nvis == NULL) { in wwsize()
76 nvis -= w->ww_w.t; in wwsize()
114 w->ww_nvis = nvis; in wwsize()
HDwwmove.c83 int nvis = 0; in wwmove() local
87 nvis++; in wwmove()
88 w->ww_nvis[i] = nvis; in wwmove()
HDwwdelete.c102 int nvis = w->ww_nvis[i]; in wwdelete1() local
116 nvis++; in wwdelete1()
120 w->ww_nvis[i] = nvis; in wwdelete1()
HDwwopen.c49 short nvis; in wwopen() local
166 nvis = m ? 0 : w->ww_w.nc; in wwopen()
168 w->ww_nvis[i] = nvis; in wwopen()
/dragonfly/include/
HDvis.h95 char *nvis(char *, size_t, int, int, int);
/dragonfly/lib/libc/gen/
HDSymbol.map468 nvis;
HDMakefile.inc294 MLINKS+=vis.3 nvis.3 \
HDvis.c709 nvis(char *mbdst, size_t dlen, int c, int flags, int nextc) in nvis() function
/dragonfly/contrib/gdb-7/bfd/
HDelflink.c878 unsigned char hvis, symvis, other, nvis; in elf_merge_st_other() local
888 nvis = symvis; in elf_merge_st_other()
890 nvis = hvis; in elf_merge_st_other()
892 nvis = hvis < symvis ? hvis : symvis; in elf_merge_st_other()
894 h->other = other | nvis; in elf_merge_st_other()