Searched refs:p_new (Results 1 – 1 of 1) sorted by relevance
130 ATLine *p_new; in addIntermediate() local132 p_new = (ATLine *) malloc(sizeof(ATLine)); in addIntermediate()134 p_new->line = strdup(line); in addIntermediate()139 p_new->p_next = sp_response->p_intermediates; in addIntermediate()140 sp_response->p_intermediates = p_new; in addIntermediate()