Home
last modified time | relevance | path

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

/dragonfly/usr.bin/m4/
H A Dmdef.h98 #define LQUOTE '`' macro
H A Dmain.c76 char lquote[MAXCCHARS + 1] = {LQUOTE}; /* left quote character (`) */
H A Deval.c750 lquote[0] = LQUOTE; lquote[1] = EOS; in dochq()