Home
last modified time | relevance | path

Searched refs:VERTICES (Results 1 – 4 of 4) sorted by relevance

/external/bison/src/
Drelation.c56 static relation_nodes VERTICES; variable
67 VERTICES[++top] = i; in traverse()
85 j = VERTICES[top--]; in traverse()
103 VERTICES = xnmalloc (size + 1, sizeof *VERTICES); in relation_digraph()
114 free (VERTICES); in relation_digraph()
/external/collada/include/1.4/dom/
DdomVertices.h29 virtual COLLADA_TYPE::TypeEnum getElementType() const { return COLLADA_TYPE::VERTICES; } in getElementType()
DdomTypes.h1092 VERTICES = 374, variable
/external/bison/
DChangeLog3297 * src/relation.c (relation_digraph): Likewise for VERTICES.