Searched refs:ye (Results 1 - 6 of 6) sorted by relevance

/freebsd-current/usr.sbin/ypldap/
H A Dyp.c72 struct yp_event *ye; local
74 while ((ye = TAILQ_FIRST(&env->sc_yp->yd_events)) != NULL) {
75 TAILQ_REMOVE(&env->sc_yp->yd_events, ye, ye_entry);
76 event_del(&ye->ye_event);
77 free(ye);
85 struct yp_event *ye; local
88 if ((ye = calloc(1, sizeof(*ye))) == NULL)
90 event_set(&ye->ye_event, i, EV_READ, yp_fd_event, NULL);
91 event_add(&ye
[all...]
/freebsd-current/contrib/bsddialog/lib/
H A Dtextbox.c39 int ye; member in struct:scrolltext
119 st->ye = st->ys + d->h - 5;
187 * pnoutrefresh(pad, ypad, xpad, ys, xs, ye, xe);
191 prefresh(st.pad, st.ypad, st.xpad, st.ys, st.xs, st.ye, st.xe);
H A Dmenubox.c60 int ys, ye, xs, xe; /* pad pos */ member in struct:privatemenu
487 m->ye = d->y + d->h - 5 ;
496 pnoutrefresh(m->pad, m->ypad, 0, m->ys, m->xs, m->ye, m->xe);
639 pnoutrefresh(m.pad, m.ypad, 0, m.ys, m.xs, m.ye, m.xe);
670 pnoutrefresh(m.pad, m.ypad, 0, m.ys, m.xs, m.ye, m.xe);
H A Dformbox.c77 unsigned int ye; /* to refresh */ member in struct:privateform
523 prefresh((f)->pad, (f)->y, 0, (f)->ys, (f)->xs, (f)->ye, (f)->xe); \
525 prefresh((f)->pad, (f)->y, 0, (f)->ys, (f)->xs, (f)->ye, (f)->xe); \
640 f->ye = d->y + d->h - 5 ;
/freebsd-current/contrib/netbsd-tests/dev/clock_subr/
H A Dt_clock_subr.c45 #define FILL(ti,ye,mo,da,wd,ho,mi,se) \
46 { .time = (ti), .clock = { .dt_year = (ye), .dt_mon = (mo), .dt_day = (da), \
/freebsd-current/contrib/llvm-project/llvm/lib/Analysis/
H A DScalarEvolution.cpp3344 for (int y = x, ye = 2*x+1; y != ye && !Overflow; ++y) {

Completed in 160 milliseconds