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 212 static zic_t tadd(zic_t t1, zic_t t2);
2117 t = tadd(t, tod);
2502 ats[i] = tadd(ats[i], corr[j]);
2801 todo = tadd(trans[i], -utoffs[j]);
3336 untiltime = tadd(untiltime,
3339 untiltime = tadd(untiltime,
3360 jtime = tadd(jtime, -offset);
3462 starttime = tadd(starttime, -save);
3464 starttime = tadd(starttime, -stdoff);
3622 trans[i] = tadd(trans[i], last)
3836 tadd(zic_t t1, zic_t t2) function in typeref:typename:ATTRIBUTE_PURE_114833 zic_t
    [all...]

Completed in 16 milliseconds