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

/macosx-10.10/screen-22/screen/
H A Dbraille.c60 static struct bd_type bd_typelist[] = variable in typeref:struct:bd_type
151 for (i = 0; i < sizeof(bd_typelist)/sizeof(*bd_typelist); i++)
152 if (!strcmp(s, bd_typelist[i].name))
154 if (i == sizeof(bd_typelist)/sizeof(*bd_typelist))
159 bd.bd_type = bd_typelist[i].name;
160 if ((*bd_typelist[i].init)())

Completed in 122 milliseconds