Home
last modified time | relevance | path

Searched refs:lquote (Results 1 – 5 of 5) sorted by relevance

/dragonfly/usr.bin/m4/
H A Deval.c328 pbstr(lquote); in expand_builtin()
333 pbstr(lquote); in expand_builtin()
501 pbstr(lquote); in expand_builtin()
561 pbstr(lquote); in expand_macro()
566 pbstr(lquote); in expand_macro()
608 pbstr(lquote); in dodefn()
750 lquote[0] = LQUOTE; lquote[1] = EOS; in dochq()
753 strlcpy(lquote, argv[2], sizeof(lquote)); in dochq()
H A Dmain.c76 char lquote[MAXCCHARS + 1] = {LQUOTE}; /* left quote character (`) */ variable
327 if (LOOK_AHEAD(t, lquote)) { /* strip quotes */ in macro()
339 } else if (LOOK_AHEAD(l,lquote)) { in macro()
341 outputstr(lquote); in macro()
H A Dtrace.c166 (trace_flags & TRACE_QUOTE) ? lquote : "", in trace()
193 fprintf(traceout, "%s", lquote); in finish_trace()
H A Dextern.h167 extern char lquote[MAXCCHARS+1];/* left quote character (`) */
H A Dmisc.c406 pbstr(lquote); in doprintfilename()