Searched refs:newroot (Results 1 – 4 of 4) sorted by relevance
304 cvsroot_t *newroot; in new_cvsroot_t() local307 newroot = xmalloc(sizeof(cvsroot_t)); in new_cvsroot_t()309 newroot->original = NULL; in new_cvsroot_t()310 newroot->method = null_method; in new_cvsroot_t()311 newroot->username = NULL; in new_cvsroot_t()312 newroot->password = NULL; in new_cvsroot_t()313 newroot->hostname = NULL; in new_cvsroot_t()314 newroot->port = 0; in new_cvsroot_t()315 newroot->directory = NULL; in new_cvsroot_t()317 newroot->isremote = 0; in new_cvsroot_t()[all …]
74 Keymap newroot);
134 keymap_copy_keymap (Keymap map, Keymap rootmap, Keymap newroot) in keymap_copy_keymap() argument143 if (!newroot) in keymap_copy_keymap()144 newroot = keymap; in keymap_copy_keymap()156 add_function_keyseq(map[i].function, ks->keyseq, newroot); in keymap_copy_keymap()
886 struct arena_set *newroot; in Perl_more_bodies() 887 Newxz(newroot, 1, struct arena_set); in Perl_more_bodies() 888 newroot->set_size = ARENAS_PER_SET; in Perl_more_bodies() 889 newroot->next = aroot; in Perl_more_bodies() 890 aroot = newroot; in Perl_more_bodies() 891 PL_body_arenas = (void *) newroot; in Perl_more_bodies() 834 struct arena_set *newroot; Perl_more_bodies() local