HomeSort by relevance Sort by last modified time
    Searched refs:locx (Results 1 - 2 of 2) sorted by null

  /external/bison/src/
vcg.h 180 int locx; member in struct:node
    [all...]
vcg.c 143 n->locx = N_LOCX; /* Default unspcified. */
526 if ((n->locx != N_LOCX) && (n->locy != N_LOCY))
527 fprintf (fout, "\t\tloc { x: %d y: %d }\t\n", n->locx, n->locy);

Completed in 51 milliseconds