HomeSort by: relevance | last modified time | path
    Searched defs:tmp_node (Results 1 - 6 of 6) sorted by relevancy

  /src/external/gpl2/texinfo/dist/info/
man.c 124 NODE *tmp_node = info_win->nodes[in]; local
130 if (tmp_node && tmp_node->filename
131 && tmp_node->contents
132 && strcmp (tmp_node->filename,
134 && tmp_node->contents >= old_contents
135 && tmp_node->contents + tmp_node->nodelen
140 tmp_node->nodename);
141 free (tmp_node->nodename)
    [all...]
  /src/external/bsd/openldap/dist/servers/slapd/overlays/
sssvlv.c 454 TAvlnode *cur_node, *tmp_node; local
555 tmp_node = ldap_tavl_end(so->so_tree, TAVL_DIR_RIGHT);
558 tmp_node = ldap_tavl_end(so->so_tree, TAVL_DIR_LEFT);
561 for (i=0; tmp_node != cur_node;
562 tmp_node = ldap_tavl_next( tmp_node, dir ), i++);
575 tmp_node = ldap_tavl_next( cur_node, TAVL_DIR_LEFT );
576 if ( !tmp_node ) break;
577 cur_node = tmp_node;
  /src/external/bsd/tre/dist/lib/
tre-compile.c 987 tre_ast_node_t *tmp_l, *tmp_r, *tmp_node, *node_copy; local
1013 tmp_node = tre_ast_new_catenation(mem, tmp_l, node_copy);
1014 if (!tmp_node)
1016 tmp_node = tre_ast_new_catenation(mem, tmp_node, tmp_r);
1017 if (!tmp_node)
1019 /* Replace the contents of `node' with `tmp_node'. */
1020 memcpy(node, tmp_node, sizeof(*node));
1021 node->obj = tmp_node->obj;
1022 node->type = tmp_node->type
    [all...]
tre-parse.c 1062 tre_ast_node_t *tmp_node; local
1063 tmp_node = tre_ast_new_catenation(ctx->mem, tree, result);
1064 if (!tmp_node)
1066 result = tmp_node;
1100 tre_ast_node_t *tmp_node; local
1102 tmp_node = tre_ast_new_union(ctx->mem, tree, result);
1103 if (!tmp_node)
1105 result = tmp_node;
1126 tre_ast_node_t *tmp_node; local
1160 tmp_node = tre_ast_new_iter(ctx->mem, result, rep_min, rep_max
1718 tre_ast_node_t *n, *tmp_node; local
    [all...]
  /src/external/gpl3/gcc/dist/gcc/
graphite-isl-ast-to-gimple.cc 849 isl_ast_node *tmp_node = isl_ast_node_list_get_ast_node (node_list, i); local
850 next_e = translate_isl_ast (context_loop, tmp_node, next_e, ip);
851 isl_ast_node_free (tmp_node);
  /src/external/gpl3/gcc.old/dist/gcc/
graphite-isl-ast-to-gimple.cc 849 isl_ast_node *tmp_node = isl_ast_node_list_get_ast_node (node_list, i); local
850 next_e = translate_isl_ast (context_loop, tmp_node, next_e, ip);
851 isl_ast_node_free (tmp_node);

Completed in 22 milliseconds