Lines Matching defs:node

131  *	    	  	    	bottom-most node added to the graph or NULL
135 * order to find the node.
187 GNode *node; /* The node describing the file */
380 * See if the graph node has the desired name
383 * gn current node we're looking at
677 * The node created for the transformation in the transforms list
680 * The node is placed on the end of the transforms Lst and links are
695 * Make a new graph node for the transformation. It will be filled in
747 * If the node has no commands or children, the children and parents
1197 s2->node = NULL;
1215 s2->node = NULL;
1358 * A file is considered to exist if either a node exists in the
1413 LstNode ln; /* General-purpose list node */
1421 t = targ->node;
1453 * The node matches the prefix ok, see if it has a known
1461 * defined between the node's suffix and the target's suffix.
1474 * source node's name so Suff_FindDeps can free it
1483 ret->node = s;
1501 * Expand the names of any children of a given node that contain
1506 * pgn Parent node being processed
1512 * The expanded node is removed from the parent's list of children,
1577 * White-space -- terminate element, find the node,
1630 * Add all elements of the members list to the parent node.
1642 /* Expand wildcards on new node */
1720 * Find a path along which to expand the node.
1777 * tGn Target node
1778 * sGn Source node
1787 * transformation are added to the target node's commands list.
1797 LstNode ln, nln; /* General node */
1818 * called to link an OP_MEMBER and OP_ARCHV node), so return
1861 * Locate dependencies for an OP_ARCHV node.
1881 /* Variables to be copied from the member node */
1890 * The node is an archive(member) pair. so we must find a
1919 * Copy in the variables from the member node to this one.
2020 LstNode ln, nln; /* Next suffix node to check */
2083 targ->node = gn;
2129 targ->node = gn;
2204 * always do that, not only if the node is only a source (not
2265 * the node's type field.
2280 * up to, but not including, the parent node.
2307 * node, gn, to be replaced by the commands of the final
2311 if (bottom->node == NULL) {
2312 bottom->node = Targ_FindNode(bottom->file, TARG_CREATE);
2318 if (src->node->suffix)
2319 src->node->suffix->refCount--;
2320 src->node->suffix = src->suff;
2321 src->node->suffix->refCount++;
2323 if (targ->node == NULL) {
2324 targ->node = Targ_FindNode(targ->file, TARG_CREATE);
2327 SuffApplyTransform(targ->node, src->node,
2330 if (targ->node != gn) {
2335 * known). Note that the node can't have any sources that
2337 * node, so all we need to do is set the standard and System V
2340 targ->node->type |= OP_DEPS_FOUND;
2342 Var_Set(PREFIX, targ->pref, targ->node, 0);
2344 Var_Set(TARGET, targ->node->name, targ->node, 0);
2373 * Find implicit sources for the target described by the graph node
2380 * Nodes are added to the graph below the passed-in node. The nodes
2382 * PREFIX variable is set for the given node and all its
2393 * next level until the .l,v node is encountered.
2410 * gn node we're dealing with
2438 * If the node is a library, it is the arch module's job to find it
2442 * set the TARGET variable to the node's name in order to give it a