Lines Matching defs:csp
965 struct cond_stack_s *csp;966 csp = emalloc(sizeof(*csp));967 csp->c_cond = c_cond;968 csp->c_next = cond_stack;969 cond_stack = csp;976 struct cond_stack_s *csp;978 if ((csp = cond_stack) == NULL)981 c_cond = csp->c_cond;982 cond_stack = csp->c_next;983 free(csp);
Indexes created Fri Sep 26 20:09:58 GMT 2025