Searched refs:locy (Results 1 – 2 of 2) sorted by relevance
181 int locy; member
144 n->locy = N_LOCY; /* Default unspcified. */ in new_node()526 if ((n->locx != N_LOCX) && (n->locy != N_LOCY)) in output_node()527 fprintf (fout, "\t\tloc { x: %d y: %d }\t\n", n->locx, n->locy); in output_node()