Searched refs:ttp (Results 1 - 2 of 2) sorted by relevance

/freebsd-11-stable/sys/dev/speaker/
H A Dspkr.c505 tone_t ttp; local
509 error = copyin(tp, &ttp, sizeof(tone_t));
513 if (ttp.duration == 0)
516 if (ttp.frequency == 0)
517 rest(ttp.duration);
519 tone(ttp.frequency, ttp.duration);
/freebsd-11-stable/contrib/nvi/vi/
H A Dv_txt.c2867 TEXT *ttp; local
2882 for (ttp = TAILQ_FIRST(tiqh), input_len = 0;;) {
2883 input_len += ttp == tp ? tp->cno : ttp->len + ttp->R_erase;
2884 if ((ttp = TAILQ_NEXT(ttp, q)) == NULL)

Completed in 133 milliseconds