Lines Matching refs:name
22 /* Return a windowing method by its string name.
43 Vcwmethod_t* vcwgetmeth(char* name)
45 Vcwmethod_t* vcwgetmeth(name)
46 char* name;
51 if(!name)
55 { for(k = 0; name[k] && _Vcwmethods[i]->name[k]; ++k)
56 if(name[k] != _Vcwmethods[i]->name[k])
58 if(name[k] == 0) /* match a prefix */
80 _Vcwmethods[i]->name, _Vcwmethods[i]->desc, disc);