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

  /src/games/worms/
worms.c 574 bool candim = (s = tigetstr("dim")) != (char* )-1 && s != NULL; local in function:initclr
579 candim = candim || (s = tgetstr("mh", NULL)) != NULL;
594 if (!candim && attr[i] == A_DIM)
worms.c 574 bool candim = (s = tigetstr("dim")) != (char* )-1 && s != NULL; local in function:initclr
579 candim = candim || (s = tgetstr("mh", NULL)) != NULL;
594 if (!candim && attr[i] == A_DIM)

Completed in 215 milliseconds