Searched defs:config_map_t (Results 1 – 1 of 1) sorted by relevance
2454 typedef struct config_map_t { in wl_ext_parse_config() struct2455 char name[20]; in wl_ext_parse_config()2456 char *head; in wl_ext_parse_config()2457 char *tail; in wl_ext_parse_config()2458 } config_map_t; in wl_ext_parse_config() typedef