Searched refs:next (Results 1 – 2 of 2) sorted by relevance
36 struct temp_name_list *next; member54 newp->next = temp_name_list; in add_temp_file()132 struct temp_name_list *next = temp_name_list->next; in support_delete_temp_files() local134 temp_name_list = next; in support_delete_temp_files()145 for (n = temp_name_list; n != NULL; n = n->next) in support_print_temp_files()
192 char *next; in concat() local201 while ((next = va_arg (ap, char *)) != NULL) in concat()202 len = len + strlen (next); in concat()219 while ((next = va_arg (ap2, char *)) != NULL) in concat()221 strcpy (cp, next); in concat()
Completed in 6 milliseconds