Home
last modified time | relevance | path

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

/aoo41x/main/rsc/source/rscpp/
H A Dcppdef.h309 #define NWORK 128000 macro
310 #define NBUFF NWORK
314 #define NPARMWORK (NWORK * 2)
H A Dcpp6.c290 if (strlen(token1) + strlen(token) >= NWORK) in catenate()
504 if (workp >= &work[NWORK]) { in save()
505 work[NWORK-1] = '\0'; in save()
H A Dcpp1.c114 char work[NWORK + 1]; /* Work buffer */
202 for( i = 0; i < NWORK; i++ ) in InitCpp1()
H A Dcpp.h271 extern char work[NWORK + 1]; /* #define scratch */

Completed in 23 milliseconds