Home
last modified time | relevance | path

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

/dports/www/firefox-esr/firefox-91.8.0/js/src/shell/
H A Djsoptparse.cpp67 static void PrintParagraph(const char* text, unsigned startColno, in PrintParagraph() argument
69 unsigned colno = startColno; in PrintParagraph()
74 printf("%*s", int(startColno), ""); in PrintParagraph()
97 printf("\n%*s%.*s", int(startColno + indent), "", int(tokLen), it); in PrintParagraph()
98 colno = startColno + tokLen; in PrintParagraph()
117 printf("\n%*s", int(startColno), ""); in PrintParagraph()
118 colno = startColno; in PrintParagraph()
/dports/mail/thunderbird/thunderbird-91.8.0/js/src/shell/
H A Djsoptparse.cpp67 static void PrintParagraph(const char* text, unsigned startColno, in PrintParagraph() argument
69 unsigned colno = startColno; in PrintParagraph()
74 printf("%*s", int(startColno), ""); in PrintParagraph()
97 printf("\n%*s%.*s", int(startColno + indent), "", int(tokLen), it); in PrintParagraph()
98 colno = startColno + tokLen; in PrintParagraph()
117 printf("\n%*s", int(startColno), ""); in PrintParagraph()
118 colno = startColno; in PrintParagraph()
/dports/www/firefox-legacy/firefox-52.8.0esr/js/src/shell/
H A Djsoptparse.cpp84 PrintParagraph(const char* text, unsigned startColno, const unsigned limitColno, bool padFirstLine)
86 unsigned colno = startColno;
91 printf("%*s", startColno, "");
111 printf("\n%*s%.*s", startColno + indent, "", int(tokLen), it);
112 colno = startColno + tokLen;
130 printf("\n%*s", startColno, "");
131 colno = startColno;
/dports/lang/spidermonkey60/firefox-60.9.0/js/src/shell/
H A Djsoptparse.cpp67 static void PrintParagraph(const char* text, unsigned startColno, in PrintParagraph() argument
69 unsigned colno = startColno; in PrintParagraph()
73 if (padFirstLine) printf("%*s", startColno, ""); in PrintParagraph()
91 printf("\n%*s%.*s", startColno + indent, "", int(tokLen), it); in PrintParagraph()
92 colno = startColno + tokLen; in PrintParagraph()
109 printf("\n%*s", startColno, ""); in PrintParagraph()
110 colno = startColno; in PrintParagraph()
/dports/lang/spidermonkey78/firefox-78.9.0/js/src/shell/
H A Djsoptparse.cpp67 static void PrintParagraph(const char* text, unsigned startColno, in PrintParagraph() argument
69 unsigned colno = startColno; in PrintParagraph()
74 printf("%*s", int(startColno), ""); in PrintParagraph()
97 printf("\n%*s%.*s", int(startColno + indent), "", int(tokLen), it); in PrintParagraph()
98 colno = startColno + tokLen; in PrintParagraph()
117 printf("\n%*s", int(startColno), ""); in PrintParagraph()
118 colno = startColno; in PrintParagraph()
/dports/www/firefox/firefox-99.0/js/src/shell/
H A Djsoptparse.cpp67 static void PrintParagraph(const char* text, unsigned startColno, in PrintParagraph() argument
69 unsigned colno = startColno; in PrintParagraph()
74 printf("%*s", int(startColno), ""); in PrintParagraph()
97 printf("\n%*s%.*s", int(startColno + indent), "", int(tokLen), it); in PrintParagraph()
98 colno = startColno + tokLen; in PrintParagraph()
117 printf("\n%*s", int(startColno), ""); in PrintParagraph()
118 colno = startColno; in PrintParagraph()