Home
last modified time | relevance | path

Searched refs:rquote (Results 1 – 7 of 7) sorted by relevance

/NextBSD/usr.bin/m4/
HDeval.c328 pbstr(rquote); in expand_builtin()
333 pbstr(rquote); in expand_builtin()
501 pbstr(rquote); in expand_builtin()
561 pbstr(rquote); in expand_macro()
566 pbstr(rquote); in expand_macro()
608 pbstr(rquote); in dodefn()
754 rquote[0] = RQUOTE; rquote[1] = EOS; in dochq()
758 strlcpy(rquote, argv[3], sizeof(rquote)); in dochq()
760 rquote[0] = ECOMMT; rquote[1] = EOS; in dochq()
HDtrace.c168 (trace_flags & TRACE_QUOTE) ? rquote : ""); in trace()
196 fprintf(traceout, "%s", rquote); in finish_trace()
HDmain.c77 char rquote[MAXCCHARS+1] = {RQUOTE}; /* right quote character (') */ variable
341 if (LOOK_AHEAD(l,rquote)) { in macro()
343 outputstr(rquote); in macro()
HDextern.h173 extern char rquote[MAXCCHARS+1];/* right quote character (') */
HDmisc.c445 pbstr(rquote); in doprintfilename()
/NextBSD/contrib/gdb/gdb/doc/
HDgdb.info-1503 0x3b5c 532 if (rquote != def_rquote)
508 536 rquote = (rq == nil || *rq == '\0') ? def_rquote\
511 538 len_lquote = strlen(rquote);
514 `lquote' and `rquote' to see if they are in fact the new left and right
520 (gdb) p rquote
523 `lquote' and `rquote' are indeed the new left and right quotes. To
528 533 xfree(rquote);
532 536 rquote = (rq == nil || *rq == '\0') ? def_rquote\
535 538 len_lquote = strlen(rquote);
554 meant to be the lengths of `lquote' and `rquote' respectively. We can
[all …]
HDgdb.texinfo635 0x3b5c 532 if (rquote != def_rquote)
640 536 rquote = (rq == nil || *rq == '\0') ? def_rquote\
643 538 len_lquote = strlen(rquote);
648 @code{lquote} and @code{rquote} to see if they are in fact the new left
655 (@value{GDBP}) @b{p rquote}
660 @code{lquote} and @code{rquote} are indeed the new left and right quotes.
666 533 xfree(rquote);
670 536 rquote = (rq == nil || *rq == '\0') ? def_rquote\
673 538 len_lquote = strlen(rquote);
698 @code{rquote} respectively. We can set them to better values using
[all …]