OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:canbold
(Results
1 - 2
of
2
) sorted by relevancy
/src/games/worms/
worms.c
573
bool
canbold
= (s = tigetstr("bold")) != (char* )-1 && s != NULL;
local in function:initclr
578
canbold
=
canbold
|| (s = tgetstr("md", NULL)) != NULL;
592
if (!
canbold
&& attr[i] == A_BOLD)
worms.c
573
bool
canbold
= (s = tigetstr("bold")) != (char* )-1 && s != NULL;
local in function:initclr
578
canbold
=
canbold
|| (s = tgetstr("md", NULL)) != NULL;
592
if (!
canbold
&& attr[i] == A_BOLD)
Completed in 53 milliseconds
Indexes created Tue Sep 30 10:09:55 GMT 2025