Home | History | Annotate | Download | only in openssh

Lines Matching defs:ce

1209 			struct envstring *ce = custom_environment;
1210 char *str = ce->s;
1218 custom_environment = ce->next;
1219 xfree(ce->s);
1220 xfree(ce);