Searched refs:lc_style (Results 1 – 2 of 2) sorted by relevance
156 free(lc->lc_style); in login_close()231 lc->lc_cap = lc->lc_class = lc->lc_style = NULL; in login_getclassbyname()811 lc->lc_style = NULL; in login_getstyle()813 lc->lc_style = auths; in login_getstyle()815 if (lc->lc_style != NULL) in login_getstyle()816 lc->lc_style = strdup(lc->lc_style); in login_getstyle()818 return lc->lc_style; in login_getstyle()
76 char *lc_style; member