Home
last modified time | relevance | path

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

/mirbsd/src/usr.bin/m4/
Deval.c320 pbstr(lquote); in expand_builtin()
325 pbstr(lquote); in expand_builtin()
496 pbstr(lquote); in expand_builtin()
556 pbstr(lquote); in expand_macro()
561 pbstr(lquote); in expand_macro()
603 pbstr(lquote); in dodefn()
746 lquote[0] = LQUOTE; lquote[1] = EOS; in dochq()
749 strlcpy(lquote, argv[2], sizeof(lquote)); in dochq()
Dtrace.c166 (trace_flags & TRACE_QUOTE) ? lquote : "", in trace()
193 fprintf(traceout, "%s", lquote); in finish_trace()
Dmain.c75 char lquote[MAXCCHARS+1] = {LQUOTE}; /* left quote character (`) */ variable
333 if (LOOK_AHEAD(t,lquote)) { /* strip quotes */ in macro()
346 } else if (LOOK_AHEAD(l,lquote)) { in macro()
348 outputstr(lquote); in macro()
Dextern.h165 extern char lquote[MAXCCHARS+1];/* left quote character (`) */
Dmisc.c405 pbstr(lquote); in doprintfilename()
/mirbsd/src/gnu/usr.bin/binutils/gdb/doc/
Dgdb.texinfo616 530 if (lquote != def_lquote)
649 0x3b80 535 lquote = (lq == nil || *lq == '\0') ? \
660 @code{lquote} and @code{rquote} to see if they are in fact the new left
665 (@value{GDBP}) @b{p lquote}
672 @code{lquote} and @code{rquote} are indeed the new left and right quotes.
680 535 lquote = (lq == nil || *lq == '\0') ? def_lquote\
686 539 len_rquote = strlen(lquote);
698 539 len_rquote = strlen(lquote);
709 @code{len_rquote} are meant to be the lengths of @code{lquote} and
716 (@value{GDBP}) @b{p len_lquote=strlen(lquote)}
[all …]