Lines Matching defs:node

131  *	    	  	    	bottom-most node added to the graph or NULL
135 * order to find the node.
188 GNode *node; /* The node describing the file */
381 * See if the graph node has the desired name
384 * gn current node we're looking at
691 * The node created for the transformation in the transforms list
694 * The node is placed on the end of the transforms Lst and links are
709 * Make a new graph node for the transformation. It will be filled in
761 * If the node has no commands or children, the children and parents
1211 s2->node = NULL;
1229 s2->node = NULL;
1372 * A file is considered to exist if either a node exists in the
1427 LstNode ln; /* General-purpose list node */
1435 t = targ->node;
1467 * The node matches the prefix ok, see if it has a known
1475 * defined between the node's suffix and the target's suffix.
1488 * source node's name so Suff_FindDeps can free it
1497 ret->node = s;
1515 * Expand the names of any children of a given node that contain
1520 * pgn Parent node being processed
1526 * The expanded node is removed from the parent's list of children,
1591 * White-space -- terminate element, find the node,
1644 * Add all elements of the members list to the parent node.
1656 /* Expand wildcards on new node */
1734 * Find a path along which to expand the node.
1791 * tGn Target node
1792 * sGn Source node
1801 * transformation are added to the target node's commands list.
1811 LstNode ln, nln; /* General node */
1832 * called to link an OP_MEMBER and OP_ARCHV node), so return
1875 * Locate dependencies for an OP_ARCHV node.
1895 /* Variables to be copied from the member node */
1899 LstNode ln, nln; /* Next suffix node to check */
1905 * The node is an archive(member) pair. so we must find a
1941 * Copy in the variables from the member node to this one.
2055 LstNode ln, nln; /* Next suffix node to check */
2118 targ->node = gn;
2164 targ->node = gn;
2239 * always do that, not only if the node is only a source (not
2300 * the node's type field.
2315 * up to, but not including, the parent node.
2342 * node, gn, to be replaced by the commands of the final
2346 if (bottom->node == NULL) {
2347 bottom->node = Targ_FindNode(bottom->file, TARG_CREATE);
2353 if (src->node->suffix)
2354 src->node->suffix->refCount--;
2355 src->node->suffix = src->suff;
2356 src->node->suffix->refCount++;
2358 if (targ->node == NULL) {
2359 targ->node = Targ_FindNode(targ->file, TARG_CREATE);
2362 SuffApplyTransform(targ->node, src->node,
2365 if (targ->node != gn) {
2370 * known). Note that the node can't have any sources that
2372 * node, so all we need to do is set the standard and System V
2375 targ->node->type |= OP_DEPS_FOUND;
2377 Var_Set(PREFIX, targ->pref, targ->node, 0);
2379 Var_Set(TARGET, targ->node->name, targ->node, 0);
2408 * Find implicit sources for the target described by the graph node
2415 * Nodes are added to the graph below the passed-in node. The nodes
2417 * PREFIX variable is set for the given node and all its
2428 * next level until the .l,v node is encountered.
2445 * gn node we're dealing with
2473 * If the node is a library, it is the arch module's job to find it
2477 * set the TARGET variable to the node's name in order to give it a