Searched defs:YYLMAX (Results 1 - 2 of 2) sorted by relevance

/illumos-gate/usr/src/cmd/mdb/common/mdb/
H A Dmdb_lex.h85 #define YYLMAX BUFSIZ macro
/illumos-gate/usr/src/tools/cscope-fast/
H A DMakefile41 # these three are because we cannot seem to redefine the size of YYLMAX,
43 # is seen. YYLMAX is supposed to be STMTMAX+PATLEN+1.
46 YYLMAX= 10251 macro
47 CFLAGS += -DPATLEN=$(PATLEN) -DSTMTMAX=$(STMTMAX) -DYYLMAX=$(YYLMAX)

Completed in 55 milliseconds