Searched refs:lead_str (Results 1 – 2 of 2) sorted by relevance
147 const char **lead_str; in cef_setup() local163 lead_str = arg->lead_str; in cef_setup()164 if (lead_str) { in cef_setup()165 while (*lead_str) { in cef_setup()166 if (!cef_cp(arg, state, TRUE, *lead_str++)) in cef_setup()
725 const char **lead_str; /* NULL, or array of pointers to strings to */ member