Searched refs:touched (Results 1 - 15 of 15) sorted by relevance

/netbsd-6-1-5-RELEASE/usr.bin/window/
H A Dwwlabel.c63 char touched; local
77 touched = wwtouched[row];
92 touched |= WWU_TOUCHED;
96 wwtouched[row] = touched;
H A Dwwdelchar.c85 char touched; local
98 touched = wwtouched[row];
102 touched |= WWU_TOUCHED;
111 wwtouched[row] = touched;
H A Dwwinschar.c86 char touched; local
99 touched = wwtouched[row];
103 touched |= WWU_TOUCHED;
112 wwtouched[row] = touched;
H A Dwwupdate.c53 char *touched; local
75 * t1 is one past the first touched row,
76 * t2 is on the last touched row.
93 for (i = scan_top, touched = &wwtouched[i], upd = &wwupd[i];
95 i++, touched++, upd++) {
103 if (!check_clreos && !*touched)
193 for (i = top, touched = &wwtouched[i], upd = &wwupd[i]; i < bot;
194 i++, touched++, upd++) {
198 if (!*touched)
200 *touched
[all...]
/netbsd-6-1-5-RELEASE/gnu/dist/texinfo/makeinfo/
H A Dnode.h41 int touched; /* Nonzero means this node has been referenced. */ member in struct:tentry
H A Dnode.c309 new->touched = 0;
1358 result->touched++;
1623 if (tags->touched > reference_warning_limit)
1628 tags->node, tags->touched);
1631 if (tags->touched == 0)
/netbsd-6-1-5-RELEASE/external/gpl3/gcc/dist/gcc/
H A Domega.h64 int touched; member in struct:eqn_d
194 e1->touched = e2->touched;
206 e->touched = 0;
276 pb->geqs[idx].touched = 1;
H A Domega.c266 if (e->touched)
799 pb->geqs[e].touched = 1;
883 pb->geqs[e].touched = 1;
909 pb->geqs[e].touched = 1;
1016 eqn->touched = 1;
1071 pb->geqs[e].touched = 1;
1105 pb->geqs[e].touched = 1;
1168 eqn->touched = 1;
1297 pb->geqs[e].touched = 1;
1420 if (!pb->geqs[e].touched)
[all...]
/netbsd-6-1-5-RELEASE/sys/arch/hpcsh/dev/
H A Dpsh3tp.c281 uint8_t phdr, touched; local
299 * Number of times the "touched" bit should be read
305 touched = true; /* we start with "touched" state */
313 if (state == touched)
317 touched = state;
327 if (touched) {
H A Dj6x0tp.c372 uint8_t phdr, touched; local
392 * Number of times the "touched" bit should be read
399 touched = PHDR_TP_PEN_DOWN; /* we start with "touched" state */
404 if ((phdr & PHDR_TP_PEN_DOWN) == touched)
408 touched = phdr & PHDR_TP_PEN_DOWN;
418 if (touched) {
/netbsd-6-1-5-RELEASE/usr.bin/w/
H A Dw.c564 time_t touched; local
610 touched = st.st_atime;
611 if (touched < ep->tv.tv_sec) {
613 touched = ep->tv.tv_sec;
615 if ((ep->idle = now - touched) < 0)
/netbsd-6-1-5-RELEASE/external/gpl2/lvm2/dist/daemons/cmirrord/
H A Dfunctions.c69 int touched; member in struct:log_c
128 lc->touched = 1;
134 lc->touched = 1;
664 if (lc->touched)
665 LOG_DBG("WARNING: log still marked as 'touched' during suspend");
818 lc->touched = 0;
999 if (!lc->touched)
1015 lc->touched = 0;
/netbsd-6-1-5-RELEASE/gnu/dist/gmake/
H A Dremake.c734 int touched = 0;
775 touched = 1;
783 if ((ran && !file->phony) || touched)
730 int touched = 0; local
/netbsd-6-1-5-RELEASE/crypto/external/bsd/openssl/dist/util/
H A Dmkerr.pl66 files will be touched!)
/netbsd-6-1-5-RELEASE/distrib/syspkg/mk/
H A Dbsd.syspkg.mk489 # shouldn't be touched by anybody but the release engineers.

Completed in 134 milliseconds