Searched refs:lquote (Results 1 – 6 of 6) sorted by relevance
320 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()
166 (trace_flags & TRACE_QUOTE) ? lquote : "", in trace()193 fprintf(traceout, "%s", lquote); in finish_trace()
75 char lquote[MAXCCHARS+1] = {LQUOTE}; /* left quote character (`) */ variable333 if (LOOK_AHEAD(t,lquote)) { /* strip quotes */ in macro()346 } else if (LOOK_AHEAD(l,lquote)) { in macro()348 outputstr(lquote); in macro()
165 extern char lquote[MAXCCHARS+1];/* left quote character (`) */
405 pbstr(lquote); in doprintfilename()
616 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 left665 (@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} and716 (@value{GDBP}) @b{p len_lquote=strlen(lquote)}[all …]