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

  /src/games/tetris/
screen.c 63 static struct termios oldtt; variable in typeref:struct:termios
201 if (tcgetattr(0, &oldtt) < 0)
203 newtt = oldtt;
254 (void) tcsetattr(0, TCSADRAIN, &oldtt);
  /src/external/mpl/bind/dist/lib/dns/
gen.c 437 struct tt *tt, *oldtt; local
469 oldtt = NULL;
472 oldtt = tt;
478 oldtt = tt;
485 if (oldtt != NULL) {
486 oldtt->next = newtt;
  /src/external/mpl/dhcp/bind/dist/lib/dns/
gen.c 398 struct tt *tt, *oldtt; local
430 oldtt = NULL;
433 oldtt = tt;
441 oldtt = tt;
450 if (oldtt != NULL) {
451 oldtt->next = newtt;

Completed in 24 milliseconds