Home | History | Annotate | Download | only in tests

Lines Matching refs:child1

59983 new_nterm (char const *form, Node *child0, Node *child1, Node *child2)
59992 node->nterm.children[1] = child1;
59993 if (child1)
59994 child1->nodeInfo.parents += 1;
60035 char *child1;
60046 child1 = node_to_string (node->nterm.children[1]);
60049 + strlen (child1) + strlen (child2) + 1);
60050 sprintf (buffer, node->nterm.form, child0, child1, child2);
60052 free (child1);
60461 new_nterm (char const *form, Node *child0, Node *child1, Node *child2)
60470 node->nterm.children[1] = child1;
60471 if (child1)
60472 child1->nodeInfo.parents += 1;
60513 char *child1;
60524 child1 = node_to_string (node->nterm.children[1]);
60527 + strlen (child1) + strlen (child2) + 1);
60528 sprintf (buffer, node->nterm.form, child0, child1, child2);
60530 free (child1);
60936 new_nterm (char const *form, Node *child0, Node *child1, Node *child2)
60945 node->nterm.children[1] = child1;
60946 if (child1)
60947 child1->nodeInfo.parents += 1;
60988 char *child1;
60999 child1 = node_to_string (node->nterm.children[1]);
61002 + strlen (child1) + strlen (child2) + 1);
61003 sprintf (buffer, node->nterm.form, child0, child1, child2);
61005 free (child1);
61414 new_nterm (char const *form, Node *child0, Node *child1, Node *child2)
61423 node->nterm.children[1] = child1;
61424 if (child1)
61425 child1->nodeInfo.parents += 1;
61466 char *child1;
61477 child1 = node_to_string (node->nterm.children[1]);
61480 + strlen (child1) + strlen (child2) + 1);
61481 sprintf (buffer, node->nterm.form, child0, child1, child2);
61483 free (child1);
61889 new_nterm (char const *form, Node *child0, Node *child1, Node *child2)
61898 node->nterm.children[1] = child1;
61899 if (child1)
61900 child1->nodeInfo.parents += 1;
61941 char *child1;
61952 child1 = node_to_string (node->nterm.children[1]);
61955 + strlen (child1) + strlen (child2) + 1);
61956 sprintf (buffer, node->nterm.form, child0, child1, child2);
61958 free (child1);
62372 new_nterm (char const *form, Node *child0, Node *child1, Node *child2)
62381 node->nterm.children[1] = child1;
62382 if (child1)
62383 child1->nodeInfo.parents += 1;
62424 char *child1;
62435 child1 = node_to_string (node->nterm.children[1]);
62438 + strlen (child1) + strlen (child2) + 1);
62439 sprintf (buffer, node->nterm.form, child0, child1, child2);
62441 free (child1);
62852 new_nterm (char const *form, Node *child0, Node *child1, Node *child2)
62861 node->nterm.children[1] = child1;
62862 if (child1)
62863 child1->nodeInfo.parents += 1;
62904 char *child1;
62915 child1 = node_to_string (node->nterm.children[1]);
62918 + strlen (child1) + strlen (child2) + 1);
62919 sprintf (buffer, node->nterm.form, child0, child1, child2);
62921 free (child1);
63335 new_nterm (char const *form, Node *child0, Node *child1, Node *child2)
63344 node->nterm.children[1] = child1;
63345 if (child1)
63346 child1->nodeInfo.parents += 1;
63387 char *child1;
63398 child1 = node_to_string (node->nterm.children[1]);
63401 + strlen (child1) + strlen (child2) + 1);
63402 sprintf (buffer, node->nterm.form, child0, child1, child2);
63404 free (child1);
63815 new_nterm (char const *form, Node *child0, Node *child1, Node *child2)
63824 node->nterm.children[1] = child1;
63825 if (child1)
63826 child1->nodeInfo.parents += 1;
63867 char *child1;
63878 child1 = node_to_string (node->nterm.children[1]);
63881 + strlen (child1) + strlen (child2) + 1);
63882 sprintf (buffer, node->nterm.form, child0, child1, child2);
63884 free (child1);