HomeSort by: relevance | last modified time | path
    Searched refs:tadd (Results 1 - 2 of 2) 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/lib/libc/time/
zic.c 305 static zic_t tadd(zic_t t1, zic_t t2);
2364 t = tadd(t, tod);
2749 ats[i] = tadd(ats[i], corr[j]);
3048 todo = tadd(trans[i], -utoffs[j]);
3583 untiltime = tadd(untiltime,
3586 untiltime = tadd(untiltime,
3607 jtime = tadd(jtime, -offset);
3709 starttime = tadd(starttime, -save);
3711 starttime = tadd(starttime, -stdoff);
3869 trans[i] = tadd(trans[i], last)
4083 tadd(zic_t t1, zic_t t2) function
    [all...]

Completed in 18 milliseconds