Home
last modified time | relevance | path

Searched defs:CADD (Results 1 – 4 of 4) sorted by relevance

/csrg-svn/old/awk/
H A Dawk.lx.l44 #define CADD cbuf[clen++]=yytext[0]; if(clen>=CBUFLEN-1) {yyerror("string too long", cbuf); BEGIN I… macro
/csrg-svn/local/ditroff/ditroff.okeeffe/pic/
H A Dpicl.l21 #define CADD cbuf[clen++]=yytext[0]; if(clen>=CBUFLEN-1) {yyerror("string too long", cbuf); BEGIN A… macro
/csrg-svn/contrib/awk.research/
H A Dawk.lx.l47 #define CADD cbuf[clen++] = yytext[0]; \ macro
/csrg-svn/local/ditroff/ditroff.okeeffe/grap/
H A Dgrapl.l13 #define CADD cbuf[clen++]=yytext[0]; if(clen>=CBUFLEN-1) {yyerror("string too long", cbuf); BEGIN A… macro