Lines Matching refs:child0
59983 new_nterm (char const *form, Node *child0, Node *child1, Node *child2)
59989 node->nterm.children[0] = child0;
59990 if (child0)
59991 child0->nodeInfo.parents += 1;
60034 char *child0;
60045 child0 = node_to_string (node->nterm.children[0]);
60048 buffer = (char *) malloc (strlen (node->nterm.form) + strlen (child0)
60050 sprintf (buffer, node->nterm.form, child0, child1, child2);
60051 free (child0);
60461 new_nterm (char const *form, Node *child0, Node *child1, Node *child2)
60467 node->nterm.children[0] = child0;
60468 if (child0)
60469 child0->nodeInfo.parents += 1;
60512 char *child0;
60523 child0 = node_to_string (node->nterm.children[0]);
60526 buffer = (char *) malloc (strlen (node->nterm.form) + strlen (child0)
60528 sprintf (buffer, node->nterm.form, child0, child1, child2);
60529 free (child0);
60936 new_nterm (char const *form, Node *child0, Node *child1, Node *child2)
60942 node->nterm.children[0] = child0;
60943 if (child0)
60944 child0->nodeInfo.parents += 1;
60987 char *child0;
60998 child0 = node_to_string (node->nterm.children[0]);
61001 buffer = (char *) malloc (strlen (node->nterm.form) + strlen (child0)
61003 sprintf (buffer, node->nterm.form, child0, child1, child2);
61004 free (child0);
61414 new_nterm (char const *form, Node *child0, Node *child1, Node *child2)
61420 node->nterm.children[0] = child0;
61421 if (child0)
61422 child0->nodeInfo.parents += 1;
61465 char *child0;
61476 child0 = node_to_string (node->nterm.children[0]);
61479 buffer = (char *) malloc (strlen (node->nterm.form) + strlen (child0)
61481 sprintf (buffer, node->nterm.form, child0, child1, child2);
61482 free (child0);
61889 new_nterm (char const *form, Node *child0, Node *child1, Node *child2)
61895 node->nterm.children[0] = child0;
61896 if (child0)
61897 child0->nodeInfo.parents += 1;
61940 char *child0;
61951 child0 = node_to_string (node->nterm.children[0]);
61954 buffer = (char *) malloc (strlen (node->nterm.form) + strlen (child0)
61956 sprintf (buffer, node->nterm.form, child0, child1, child2);
61957 free (child0);
62372 new_nterm (char const *form, Node *child0, Node *child1, Node *child2)
62378 node->nterm.children[0] = child0;
62379 if (child0)
62380 child0->nodeInfo.parents += 1;
62423 char *child0;
62434 child0 = node_to_string (node->nterm.children[0]);
62437 buffer = (char *) malloc (strlen (node->nterm.form) + strlen (child0)
62439 sprintf (buffer, node->nterm.form, child0, child1, child2);
62440 free (child0);
62852 new_nterm (char const *form, Node *child0, Node *child1, Node *child2)
62858 node->nterm.children[0] = child0;
62859 if (child0)
62860 child0->nodeInfo.parents += 1;
62903 char *child0;
62914 child0 = node_to_string (node->nterm.children[0]);
62917 buffer = (char *) malloc (strlen (node->nterm.form) + strlen (child0)
62919 sprintf (buffer, node->nterm.form, child0, child1, child2);
62920 free (child0);
63335 new_nterm (char const *form, Node *child0, Node *child1, Node *child2)
63341 node->nterm.children[0] = child0;
63342 if (child0)
63343 child0->nodeInfo.parents += 1;
63386 char *child0;
63397 child0 = node_to_string (node->nterm.children[0]);
63400 buffer = (char *) malloc (strlen (node->nterm.form) + strlen (child0)
63402 sprintf (buffer, node->nterm.form, child0, child1, child2);
63403 free (child0);
63815 new_nterm (char const *form, Node *child0, Node *child1, Node *child2)
63821 node->nterm.children[0] = child0;
63822 if (child0)
63823 child0->nodeInfo.parents += 1;
63866 char *child0;
63877 child0 = node_to_string (node->nterm.children[0]);
63880 buffer = (char *) malloc (strlen (node->nterm.form) + strlen (child0)
63882 sprintf (buffer, node->nterm.form, child0, child1, child2);
63883 free (child0);