Home
last modified time | relevance | path

Searched refs:MAXCCHARS (Results 1 – 3 of 3) sorted by relevance

/NextBSD/usr.bin/m4/
HDextern.h165 extern char ecommt[MAXCCHARS+1];/* end character for comment */
167 extern char lquote[MAXCCHARS+1];/* left quote character (`) */
173 extern char rquote[MAXCCHARS+1];/* right quote character (') */
174 extern char scommt[MAXCCHARS+1];/* start character for comment */
HDmain.c76 char lquote[MAXCCHARS+1] = {LQUOTE}; /* left quote character (`) */
77 char rquote[MAXCCHARS+1] = {RQUOTE}; /* right quote character (') */
78 char scommt[MAXCCHARS+1] = {SCOMMT}; /* start character for comment */
79 char ecommt[MAXCCHARS+1] = {ECOMMT}; /* end character for comment */
HDmdef.h121 #define MAXCCHARS 5 /* max size of comment/quote delim */ macro