Lines Matching defs:production
1599 * Parses the left hand side of a translation table production
1900 char *eol, *production, productionbuf[500];
1907 production = XtStackAlloc(len + 1, productionbuf);
1908 if (production == NULL)
1910 (void) memcpy(production, currentProduction, len);
1911 production[len] = '\0';
1913 params[0] = production;
1917 XtStackFree(production, productionbuf);
1932 String production = str;
1937 ShowProduction(production);
1943 ShowProduction(production);