Home
last modified time | relevance | path

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

/openbsd/src/usr.bin/m4/
Deval.c341 pbstr(lquote); in expand_builtin()
346 pbstr(lquote); in expand_builtin()
520 pbstr(lquote); in expand_builtin()
580 pbstr(lquote); in expand_macro()
585 pbstr(lquote); in expand_macro()
627 pbstr(lquote); in dodefn()
770 lquote[0] = LQUOTE; lquote[1] = EOS; in dochq()
773 strlcpy(lquote, argv[2], sizeof(lquote)); in dochq()
Dtrace.c164 (trace_flags & TRACE_QUOTE) ? lquote : "", in trace()
191 fprintf(traceout, "%s", lquote); in finish_trace()
Dmain.c74 char lquote[MAXCCHARS+1] = {LQUOTE}; /* left quote character (`) */ variable
340 if (LOOK_AHEAD(t,lquote)) { /* strip quotes */ in macro()
353 } else if (LOOK_AHEAD(l,lquote)) { in macro()
355 outputstr(lquote); in macro()
Dextern.h167 extern char lquote[MAXCCHARS+1];/* left quote character (`) */
Dmisc.c446 pbstr(lquote); in doprintfilename()
/openbsd/src/gnu/usr.bin/perl/cpan/podlators/t/data/snippets/man/
Dlquote-and-quote2 lquote and quotes both used
5 lquote ``
Dname-quotes5 lquote '
Dlquote-rquote5 lquote ``
/openbsd/src/gnu/usr.bin/perl/cpan/podlators/lib/Pod/
DMan.pm1082 my $lquote = $self->{LQUOTE};
1084 $lquote =~ s{ \A \" }{""}xms;
1086 $preamble =~ s{ [@] LQUOTE [@] }{$lquote}xms;
/openbsd/src/gnu/usr.bin/binutils/gdb/doc/
Dgdb.texinfo604 530 if (lquote != def_lquote)
637 0x3b80 535 lquote = (lq == nil || *lq == '\0') ? \
648 @code{lquote} and @code{rquote} to see if they are in fact the new left
653 (@value{GDBP}) @b{p lquote}
660 @code{lquote} and @code{rquote} are indeed the new left and right quotes.
668 535 lquote = (lq == nil || *lq == '\0') ? def_lquote\
674 539 len_rquote = strlen(lquote);
686 539 len_rquote = strlen(lquote);
697 @code{len_rquote} are meant to be the lengths of @code{lquote} and
704 (@value{GDBP}) @b{p len_lquote=strlen(lquote)}
[all …]
/openbsd/src/gnu/usr.bin/perl/
DMANIFEST2109 cpan/podlators/t/data/snippets/man/lquote-and-quote
2110 cpan/podlators/t/data/snippets/man/lquote-rquote