HomeSort by: relevance | last modified time | path
    Searched refs:tadd (Results 1 - 3 of 3) sorted by relevancy

  /src/usr.bin/menuc/
menu_sys.def 338 int tadd;
348 tadd = hasbox;
357 mvwaddnstr(m->mw, tadd++, hasbox + 1, tp,
363 tadd++;
366 cury = tadd;
413 wmove(m->mw, tadd + m->cursel - m->topline, hasbox);
  /src/external/lgpl3/mpc/dist/tests/
Makefile.am 39 tabs tacos tacosh tadd tadd_fr tadd_si tadd_ui tagm targ \
  /src/lib/libc/time/
zic.c 313 static zic_t tadd(zic_t t1, zic_t t2);
2374 t = tadd(t, tod);
2776 ats[i] = tadd(ats[i], leap[j].corr);
3077 todo = tadd(leap[i].trans, -utoffs[j]);
3615 untiltime = tadd(untiltime,
3618 untiltime = tadd(untiltime,
3636 jtime = tadd(jtime, -offset);
3738 starttime = tadd(starttime, -save);
3740 starttime = tadd(starttime, -stdoff);
3901 leap[i].trans = tadd(prevtrans, last)
4124 tadd(zic_t t1, zic_t t2) function
    [all...]

Completed in 58 milliseconds