Home
last modified time | relevance | path

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

/dragonfly/usr.bin/window/
H A Dwwupdate.c45 char *touched; in wwupdate1() local
85 for (i = scan_top, touched = &wwtouched[i], upd = &wwupd[i]; in wwupdate1()
87 i++, touched++, upd++) { in wwupdate1()
95 if (!check_clreos && !*touched) in wwupdate1()
185 for (i = top, touched = &wwtouched[i], upd = &wwupd[i]; i < bot; in wwupdate1()
186 i++, touched++, upd++) { in wwupdate1()
190 if (!*touched) in wwupdate1()
192 *touched = 0; in wwupdate1()
261 *touched = WWU_TOUCHED; in wwupdate1()
H A Dwwlabel.c55 char touched; in wwlabel() local
69 touched = wwtouched[row]; in wwlabel()
84 touched |= WWU_TOUCHED; in wwlabel()
88 wwtouched[row] = touched; in wwlabel()
H A Dwwdelchar.c77 char touched; in wwdelchar() local
90 touched = wwtouched[row]; in wwdelchar()
94 touched |= WWU_TOUCHED; in wwdelchar()
103 wwtouched[row] = touched; in wwdelchar()
H A Dwwinschar.c78 char touched; in wwinschar() local
91 touched = wwtouched[row]; in wwinschar()
95 touched |= WWU_TOUCHED; in wwinschar()
104 wwtouched[row] = touched; in wwinschar()
/dragonfly/contrib/ncurses/ncurses/base/
H A Dlib_overlay.c177 bool touched; in copywin() local
182 touched = FALSE; in copywin()
200 touched = TRUE; in copywin()
207 touched = TRUE; in copywin()
211 if (touched) { in copywin()
/dragonfly/usr.bin/finger/
H A Dutil.c288 time_t touched; in find_idle_and_ttywrite() local
295 touched = sb.st_atime; in find_idle_and_ttywrite()
296 if (touched < w->loginat) { in find_idle_and_ttywrite()
298 touched = w->loginat; in find_idle_and_ttywrite()
300 w->idletime = now < touched ? 0 : now - touched; in find_idle_and_ttywrite()
/dragonfly/contrib/gcc-4.7/gcc/
H A Domega.h64 int touched; member
194 e1->touched = e2->touched; in omega_copy_eqn()
206 e->touched = 0; in omega_init_eqn_zero()
276 pb->geqs[idx].touched = 1; in omega_add_zero_geq()
H A Domega.c214 if (e->touched) in omega_print_eqn()
831 pb->geqs[e].touched = 1; in omega_delete_variable()
964 eqn->touched = 1; in omega_substitute_red()
1116 eqn->touched = 1; in omega_substitute()
1245 pb->geqs[e].touched = 1; in omega_negate_geq()
1543 proto->touched = g2; in normalize_omega_problem()
1821 eqn->touched = 1; in cleanout_wildcards()
2419 && !pb->geqs[e].touched) in coalesce()
3015 eqn->touched = 1; in omega_do_elimination()
4452 rS->geqs[e2].touched = iS->geqs[e2].touched = 1; in omega_solve_geq()
[all …]
/dragonfly/usr.bin/w/
H A Dw.c549 time_t touched; in process() local
582 touched = stp->st_atime; in process()
583 if (touched < ep->tv.tv_sec) { in process()
585 touched = ep->tv.tv_sec; in process()
587 if ((ep->idle = now - touched) < 0) in process()
/dragonfly/contrib/lvm2/dist/daemons/cmirrord/
H A Dfunctions.c69 int touched; member
128 lc->touched = 1; in log_set_bit()
134 lc->touched = 1; in log_clear_bit()
658 if (lc->touched) in clog_presuspend()
812 lc->touched = 0; in clog_resume()
993 if (!lc->touched) in clog_flush()
1009 lc->touched = 0; in clog_flush()
/dragonfly/contrib/cryptsetup/po/
H A DMakefile.in.in121 # Note that $(DOMAIN).pot is not touched if it doesn't need to be changed.
155 # Note that a PO file is not touched if it doesn't need to be changed.
/dragonfly/contrib/openpam/
H A DHISTORY364 so we can detect whether the conversation function touched it.
/dragonfly/contrib/flex/src/
H A Dflex.skl709 /* User-defined. Not touched by flex. */
2602 /** Set the user-defined data. This data is never touched by the scanner.
/dragonfly/games/fortune/datfiles/
H A Dlimerick1840 When you touched them they shrunk,
3180 Just touched her clitoris
H A Dfortunes-o4451 Monday I touched her on the ankle,
4452 Tuesday I touched her on the knee,
13117 supper, and as I reached for the salt -- so did she! Our hands touched... It
13276 Wednesday, and then he met that bitch Roy and he hasn't touched me since."
H A Dfortunes759 program for my department manager. My program touched him so deeply that he
1891 was still calling her crazy or touched `cause she had hopped up in the
2356 "If she had touched me," he said very softly, "I would have been
5689 beginning to avoid people? Have you touched so many people that
10998 And yet I should have dearly liked, I own, to have touched her lips; to
36863 Put out my hand, and touched the face of God.
41884 Say the devil touched my tongue,
52146 To be a kind of moral Unix, he touched the hem of Nature's shift.
56219 touched, the majority of men live content.
/dragonfly/share/dict/
H A Dweb2a24036 fur-touched
28215 heaven-touched
33982 love-touched
35932 moon-touched
45983 rapture-touched
58382 spring-touched
61772 sweet-touched
68350 twice-touched
H A Dweb2205012 touched
/dragonfly/contrib/bmake/
H A DChangeLog3970 * Added RCSid's for the files we've touched.