Searched refs:MAX_ENTITIES (Results 1 – 1 of 1) sorted by relevance
95 #define MAX_ENTITIES 20 macro96 static char *testEntitiesName[MAX_ENTITIES];97 static char *testEntitiesValue[MAX_ENTITIES];111 if (nb_entities >= MAX_ENTITIES) { in addEntity()