Searched refs:lc_style (Results 1 – 2 of 2) sorted by relevance
258 free(lc->lc_style); in login_close()951 lc->lc_style = NULL; in login_getstyle()953 lc->lc_style = auths; in login_getstyle()955 if (lc->lc_style != NULL) in login_getstyle()956 lc->lc_style = strdup(lc->lc_style); in login_getstyle()958 return lc->lc_style; in login_getstyle()
73 char *lc_style; member