Searched refs:keyword_table (Results 1 – 2 of 2) sorted by relevance
49 } keyword_table[] = { variable124 for(i=0; i < sizeof(keyword_table)/sizeof(keyword_table[0]); i++) { in nscolor_to_str()125 if(!strcmpiW(color, keyword_table[i].keyword)) in nscolor_to_str()126 rgb = keyword_table[i].rgb; in nscolor_to_str()
655 static const struct wql_keyword keyword_table[] =694 …ret = bsearch( &key, keyword_table, ARRAY_SIZE(keyword_table), sizeof(struct wql_keyword), cmp_key…