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

/illumos-gate/usr/src/cmd/sgs/m4/common/
H A Dm4ext.c80 wchar_t lcom[MAXSYM+1] = L"#";
81 wchar_t rcom[MAXSYM+1] = L"\n";
85 wchar_t lquote[MAXSYM+1] = L"`";
86 wchar_t rquote[MAXSYM+1] = L"\'";
H A Dm4macs.c52 if (wcslen(l) > MAXSYM || wcslen(r) > MAXSYM)
54 "comment marker longer than %d chars"), MAXSYM);
65 if (wcslen(l) > MAXSYM || wcslen(r) > MAXSYM)
67 "quote marker longer than %d chars"), MAXSYM);
H A Dm4.h48 #define MAXSYM 5 macro
/illumos-gate/usr/src/cmd/oawk/
H A Dtran.c38 CELL *symtab[MAXSYM]; /* symbol table pointers */
104 cp = (CELL **) malloc(MAXSYM * sizeof (CELL *));
107 for (i = 0; i < MAXSYM; i++)
123 for (i = 0; i < MAXSYM; i++) {
173 return (hashval % MAXSYM);
H A Dawk.def160 #define MAXSYM 50
H A Drun.c1008 for (i = 0; i < MAXSYM; i++) { /* this routine knows too much */

Completed in 48 milliseconds