Searched refs:currentProduction (Results 1 - 1 of 1) sorted by relevance

/xsrc/external/mit/libXt/dist/src/
H A DTMparse.c1895 ShowProduction(String currentProduction) argument
1902 eol = strchr(currentProduction, '\n');
1904 len = (size_t) (eol - currentProduction);
1906 len = strlen(currentProduction);
1910 (void) memcpy(production, currentProduction, len);

Completed in 4 milliseconds