Searched refs:tailp (Results 1 – 5 of 5) sorted by relevance
155 nltype *tailp; in dfn_findcycle() local191 for ( tailp = cycleheadp ; tailp -> cnext ; tailp = tailp -> cnext ) { in dfn_findcycle()196 printname( tailp ); in dfn_findcycle()223 tailp -> cnext = childp; in dfn_findcycle()234 for ( tailp = childp ; tailp->cnext ; tailp = tailp->cnext ) { in dfn_findcycle()235 tailp -> cnext -> cyclehead = cycleheadp; in dfn_findcycle()239 printname( tailp -> cnext ); in dfn_findcycle()
108 decl_list **tailp; in def_struct() local115 tailp = &defp->def.st.decls; in def_struct()120 *tailp = decls; in def_struct()121 tailp = &decls->next; in def_struct()126 *tailp = NULL; in def_struct()135 decl_list **tailp; in def_program() local147 tailp = &defp->def.st.decls; in def_program()180 tailp = &decls->next; in def_program()188 *tailp = decls; in def_program()191 tailp = &decls->next; in def_program()[all …]
288 uint16_t *tailp = &hdr->lh_freelist; in zap_leaf_array_free() local289 uint16_t oldfree = *tailp; in zap_leaf_array_free()296 *tailp = chunk; in zap_leaf_array_free()301 tailp = &c->l_free.lf_next; in zap_leaf_array_free()307 *tailp = oldfree; in zap_leaf_array_free()
472 dsl_dir_t **ddp, const char **tailp) in dsl_dir_hold() argument537 (tailp == NULL || (nextnext && nextnext[0] != '\0'))) { in dsl_dir_hold()540 dprintf("next=%p (%s) tail=%p\n", next, next?next:"", tailp); in dsl_dir_hold()543 if (tailp != NULL) in dsl_dir_hold()544 *tailp = next; in dsl_dir_hold()
690 FILEDESC *tailp; in add_dir() local699 tailp = NULL; in add_dir()706 if (add_file(NO_PROB, name, fp->path, &fp->child, &tailp, fp)) in add_dir()