Home
last modified time | relevance | path

Searched refs:touched (Results 1 – 21 of 21) sorted by relevance

/mirbsd/src/usr.bin/window/
Dwwupdate.c51 char *touched; in wwupdate1() local
91 for (i = scan_top, touched = &wwtouched[i], upd = &wwupd[i]; in wwupdate1()
93 i++, touched++, upd++) { in wwupdate1()
101 if (!check_clreos && !*touched) in wwupdate1()
191 for (i = top, touched = &wwtouched[i], upd = &wwupd[i]; i < bot; in wwupdate1()
192 i++, touched++, upd++) { in wwupdate1()
196 if (!*touched) in wwupdate1()
198 *touched = 0; in wwupdate1()
267 *touched = WWU_TOUCHED; in wwupdate1()
Dwwlabel.c60 char touched; variable
74 touched = wwtouched[row];
89 touched |= WWU_TOUCHED;
93 wwtouched[row] = touched;
Dwwdelchar.c84 char touched; variable
97 touched = wwtouched[row];
101 touched |= WWU_TOUCHED;
110 wwtouched[row] = touched;
Dwwinschar.c86 char touched; variable
99 touched = wwtouched[row];
103 touched |= WWU_TOUCHED;
112 wwtouched[row] = touched;
/mirbsd/src/lib/libncurses/src/ncurses/base/
Dlib_overlay.c135 bool touched; in copywin() local
161 touched = FALSE; in copywin()
169 touched = TRUE; in copywin()
174 touched = TRUE; in copywin()
178 if (touched) { in copywin()
/mirbsd/src/gnu/usr.bin/texinfo/makeinfo/
Dnode.h39 int touched; /* Nonzero means this node has been referenced. */ member
Dnode.c304 new->touched = 0; in remember_node()
1350 result->touched++; in validate()
1615 if (tags->touched > reference_warning_limit) in validate_file()
1620 tags->node, tags->touched); in validate_file()
1623 if (tags->touched == 0) in validate_file()
/mirbsd/src/gnu/usr.bin/perl/pod/
Dperlref.pod618 print exists $phash->{pants}; # true, your 'pants' have been touched
Dperldebguts.pod866 never touched.
Dperldata.pod277 of sixteen buckets has been touched, and presumably contains all
Dperl5004delta.pod724 a chunk is not going to be touched (and thus will not require real
/mirbsd/src/lib/libssl/src/crypto/bn/asm/
Dvms.mar377 adwc (r4)+,r6 ; carry used and touched
417 sbwc (r4)+,r6 ; carry used and touched
/mirbsd/src/lib/libncurses/src/doc/
Dncurses-intro.doc1190 The outer or frame window is not otherwise touched by the menu
1874 The outer or frame window is not otherwise touched by the form
/mirbsd/src/lib/libncurses/src/
DNEWS1631 actually overlap, and in copywin(), limit the area to be touched
3813 window is touched to force a copy to newscr. This is an unwanted
5703 + restore logic in _nc_scroll_optimize() which marks as touched the
6438 + modify newwin to set initial state of each line to 'touched'
/mirbsd/src/gnu/usr.bin/cvs/
DNEWS1606 Attic) that may not have been touched by this tag operation. This
DFAQ3435 touched the file -- where I was just using the latest on the vendor
/mirbsd/src/gnu/usr.bin/perl/
DINSTALL2414 perl4.036. That will not be touched by the perl5 installation
DChanges5.0054795 Log: fix small memory leak when mess_sv happens to be touched by magic
15954 - hv.c touched, but changes are fully conditional on -DENV_IS_CASELESS,
/mirbsd/src/share/dict/
Dweb2a24036 fur-touched
28215 heaven-touched
33982 love-touched
35932 moon-touched
45983 rapture-touched
58382 spring-touched
61772 sweet-touched
68350 twice-touched
Dweb2204172 touched
/mirbsd/src/gnu/usr.bin/binutils/gdb/doc/
Dgdbint.texinfo5316 is added, only one module needs to be touched---the one that actually
6682 should be removed as those parts of the debugger are otherwise touched.