search_pwstatus
&& (prs->pwheel = search_pwstatus(name))
if (ppws = search_pwstatus(pwheel_name)) {
} else if ((ppws = search_pwstatus(pwheel_name))) {
} else if (!(ppws = search_pwstatus(pwheel_name)))
if (!(ppws = search_pwstatus(name)))
extern PWSTATUS *search_pwstatus ( char * );
ppws = search_pwstatus(buf);