Home
last modified time | relevance | path

Searched refs:stext (Results 1 – 25 of 599) sorted by relevance

12345678910>>...24

/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/third_party/nasm/output/
H A Doutaout.c156 stext.head = NULL; in aoutg_init()
157 stext.tail = &stext.head; in aoutg_init()
161 stext.len = stext.size = sdata.len = sdata.size = sbss.len = 0; in aoutg_init()
222 saa_free(stext.data); in aout_cleanup()
223 while (stext.head) { in aout_cleanup()
224 r = stext.head; in aout_cleanup()
225 stext.head = stext.head->next; in aout_cleanup()
249 return stext.index; in aout_section_names()
590 s = &stext; in aout_out()
598 s = &stext; in aout_out()
[all …]
H A Doutas86.c117 stext.datalen = 0L; in as86_init()
118 stext.head = stext.last = NULL; in as86_init()
119 stext.tail = &stext.head; in as86_init()
125 stext.len = stext.datalen = stext.size = in as86_init()
145 saa_free(stext.data); in as86_cleanup()
146 while (stext.head) { in as86_cleanup()
147 p = stext.head; in as86_cleanup()
148 stext.head = stext.head->next; in as86_cleanup()
172 return stext.index; in as86_section_names()
301 s = &stext; in as86_out()
[all …]
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/nasm/output/
H A Doutaout.c153 stext.head = NULL; in aoutg_init()
154 stext.tail = &stext.head; in aoutg_init()
158 stext.len = stext.size = sdata.len = sdata.size = sbss.len = 0; in aoutg_init()
219 saa_free(stext.data); in aout_cleanup()
220 while (stext.head) { in aout_cleanup()
221 r = stext.head; in aout_cleanup()
222 stext.head = stext.head->next; in aout_cleanup()
243 return stext.index; in aout_section_names()
584 s = &stext; in aout_out()
592 s = &stext; in aout_out()
[all …]
H A Doutas86.c114 stext.datalen = 0L; in as86_init()
115 stext.head = stext.last = NULL; in as86_init()
116 stext.tail = &stext.head; in as86_init()
122 stext.len = stext.datalen = stext.size = in as86_init()
142 saa_free(stext.data); in as86_cleanup()
143 while (stext.head) { in as86_cleanup()
144 p = stext.head; in as86_cleanup()
145 stext.head = stext.head->next; in as86_cleanup()
166 return stext.index; in as86_section_names()
295 s = &stext; in as86_out()
[all …]
/dports/devel/nasm/nasm-2.15.05/output/
H A Doutaout.c153 stext.head = NULL; in aoutg_init()
154 stext.tail = &stext.head; in aoutg_init()
158 stext.len = stext.size = sdata.len = sdata.size = sbss.len = 0; in aoutg_init()
219 saa_free(stext.data); in aout_cleanup()
220 while (stext.head) { in aout_cleanup()
221 r = stext.head; in aout_cleanup()
222 stext.head = stext.head->next; in aout_cleanup()
243 return stext.index; in aout_section_names()
584 s = &stext; in aout_out()
592 s = &stext; in aout_out()
[all …]
H A Doutas86.c114 stext.datalen = 0L; in as86_init()
115 stext.head = stext.last = NULL; in as86_init()
116 stext.tail = &stext.head; in as86_init()
122 stext.len = stext.datalen = stext.size = in as86_init()
142 saa_free(stext.data); in as86_cleanup()
143 while (stext.head) { in as86_cleanup()
144 p = stext.head; in as86_cleanup()
145 stext.head = stext.head->next; in as86_cleanup()
166 return stext.index; in as86_section_names()
295 s = &stext; in as86_out()
[all …]
/dports/math/octave-forge-ltfat/ltfat/inst/private/
H A Dtest_nonsepdgt.m116 test_failed=ltfatchecktest(res,stext,test_failed,testmode);
125 test_failed=ltfatchecktest(res,stext,test_failed,testmode);
136 test_failed=ltfatchecktest(res,stext,test_failed,testmode);
189 stext=sprintf(['REFREAL L:%3i W:%2i LW:%3i a:%3i ' ...
215 test_failed=ltfatchecktest(res,stext,test_failed,testmode);
222 test_failed=ltfatchecktest(res,stext,test_failed,testmode);
229 test_failed=ltfatchecktest(res,stext,test_failed,testmode);
236 test_failed=ltfatchecktest(res,stext,test_failed,testmode);
243 test_failed=ltfatchecktest(res,stext,test_failed,testmode);
249 test_failed=ltfatchecktest(res,stext,test_failed,testmode);
[all …]
/dports/graphics/blender/blender-2.91.0/source/blender/editors/space_text/
H A Dspace_text.c59 SpaceText *stext; in text_create() local
62 stext->spacetype = SPACE_TEXT; in text_create()
64 stext->lheight = 12; in text_create()
65 stext->tabnumber = 4; in text_create()
66 stext->margin_column = 80; in text_create()
67 stext->showsyntax = true; in text_create()
68 stext->showlinenrs = true; in text_create()
97 return (SpaceLink *)stext; in text_create()
105 stext->text = NULL; in text_free()
106 text_free_caches(stext); in text_free()
[all …]
/dports/misc/openmvg/openMVG-2.0/src/software/opencv/accv12_demo/
H A Dmain.cpp288 std::stringstream stext; in main() local
319 std::stringstream stext; in main() local
320 stext << "T = :" << thresholdH; in main()
339 stext.str(""); in main()
343 textSize = getTextSize(stext.str().c_str(), fontFace, in main()
348 stext.str(""); in main()
351 textSize = getTextSize(stext.str().c_str(), fontFace, in main()
370 stext.str(""); in main()
371 stext << "AC Inlier"; in main()
373 textSize = getTextSize(stext.str().c_str(), fontFace, in main()
[all …]
/dports/math/R/R-4.1.2/src/library/tools/src/
H A DgramLatex.y706 bp = stext+nc; } \
785 PRESERVE_SV(yylval = mkString2(stext, bp - stext)); in mkText()
786 if(stext != st0) free(stext); in mkText()
802 PRESERVE_SV(yylval = mkString2(stext, bp - stext)); in mkComment()
803 if(stext != st0) free(stext); in mkComment()
818 if (bp - stext == 1) { in mkMarkup()
832 if(stext != st0) free(stext); in mkMarkup()
848 PRESERVE_SV(yylval = mkString2(stext, bp - stext)); in mkVerb()
849 if(stext != st0) free(stext); in mkVerb()
875 PRESERVE_SV(yylval = mkString2(stext, bp - stext)); in mkVerbEnv()
[all …]
/dports/math/libRmath/R-4.1.1/src/library/tools/src/
H A DgramLatex.y706 bp = stext+nc; } \
785 PRESERVE_SV(yylval = mkString2(stext, bp - stext)); in mkText()
786 if(stext != st0) free(stext); in mkText()
802 PRESERVE_SV(yylval = mkString2(stext, bp - stext)); in mkComment()
803 if(stext != st0) free(stext); in mkComment()
818 if (bp - stext == 1) { in mkMarkup()
832 if(stext != st0) free(stext); in mkMarkup()
848 PRESERVE_SV(yylval = mkString2(stext, bp - stext)); in mkVerb()
849 if(stext != st0) free(stext); in mkVerb()
875 PRESERVE_SV(yylval = mkString2(stext, bp - stext)); in mkVerbEnv()
[all …]
/dports/ftp/R-cran-RCurl/RCurl/src/
H A DmyUTF8.c29 unsigned long nc = bp - stext; \
31 char *old = stext; \
33 stext = malloc(nstext); \
34 if(!stext) \
36 memmove(stext, old, nc); \
38 bp = stext+nc; } \
55 char *stext = st0, *bp = st0; in StringValue() local
225 if(stext != st0) free(stext); in StringValue()
/dports/databases/py-gdbm/Python-3.8.12/Lib/tkinter/
H A Dscrolledtext.py48 stext = ScrolledText(bg='white', height=10)
49 stext.insert(END, __doc__)
50 stext.pack(fill=BOTH, side=LEFT, expand=True)
51 stext.focus_set()
52 stext.mainloop()
/dports/lang/python310/Python-3.10.1/Lib/tkinter/
H A Dscrolledtext.py48 stext = ScrolledText(bg='white', height=10)
49 stext.insert(END, __doc__)
50 stext.pack(fill=BOTH, side=LEFT, expand=True)
51 stext.focus_set()
52 stext.mainloop()
/dports/lang/python-legacy/Python-2.7.18/Lib/lib-tk/
H A DScrolledText.py48 stext = ScrolledText(bg='white', height=10)
49 stext.insert(END, __main__.__doc__)
50 stext.pack(fill=BOTH, side=LEFT, expand=True)
51 stext.focus_set()
52 stext.mainloop()
/dports/lang/python37/Python-3.7.12/Lib/tkinter/
H A Dscrolledtext.py47 stext = ScrolledText(bg='white', height=10)
48 stext.insert(END, __doc__)
49 stext.pack(fill=BOTH, side=LEFT, expand=True)
50 stext.focus_set()
51 stext.mainloop()
/dports/lang/python-tools/Python-3.8.12/Lib/tkinter/
H A Dscrolledtext.py48 stext = ScrolledText(bg='white', height=10)
49 stext.insert(END, __doc__)
50 stext.pack(fill=BOTH, side=LEFT, expand=True)
51 stext.focus_set()
52 stext.mainloop()
/dports/lang/python27/Python-2.7.18/Lib/lib-tk/
H A DScrolledText.py48 stext = ScrolledText(bg='white', height=10)
49 stext.insert(END, __main__.__doc__)
50 stext.pack(fill=BOTH, side=LEFT, expand=True)
51 stext.focus_set()
52 stext.mainloop()
/dports/lang/python39/Python-3.9.9/Lib/tkinter/
H A Dscrolledtext.py48 stext = ScrolledText(bg='white', height=10)
49 stext.insert(END, __doc__)
50 stext.pack(fill=BOTH, side=LEFT, expand=True)
51 stext.focus_set()
52 stext.mainloop()
/dports/lang/python38/Python-3.8.12/Lib/tkinter/
H A Dscrolledtext.py48 stext = ScrolledText(bg='white', height=10)
49 stext.insert(END, __doc__)
50 stext.pack(fill=BOTH, side=LEFT, expand=True)
51 stext.focus_set()
52 stext.mainloop()
/dports/lang/python311/Python-3.11.0a3/Lib/tkinter/
H A Dscrolledtext.py48 stext = ScrolledText(bg='white', height=10)
49 stext.insert(END, __doc__)
50 stext.pack(fill=BOTH, side=LEFT, expand=True)
51 stext.focus_set()
52 stext.mainloop()
/dports/databases/py-sqlite3/Python-3.8.12/Lib/tkinter/
H A Dscrolledtext.py48 stext = ScrolledText(bg='white', height=10)
49 stext.insert(END, __doc__)
50 stext.pack(fill=BOTH, side=LEFT, expand=True)
51 stext.focus_set()
52 stext.mainloop()
/dports/x11-toolkits/py-tkinter/Python-3.8.12/Lib/tkinter/
H A Dscrolledtext.py48 stext = ScrolledText(bg='white', height=10)
49 stext.insert(END, __doc__)
50 stext.pack(fill=BOTH, side=LEFT, expand=True)
51 stext.focus_set()
52 stext.mainloop()
/dports/mail/crm114/crm114-20100106-BlameMichelson.src/
H A Dcrm_correlate.c276 stext[0] = '\000'; in crm_expr_correlate_classify()
678 if (strlen (stext) + strlen(buf) <= stext_maxlen) in crm_expr_correlate_classify()
679 strcat (stext, buf); in crm_expr_correlate_classify()
695 if (strlen (stext) + strlen(buf) <= stext_maxlen) in crm_expr_correlate_classify()
696 strcat (stext, buf); in crm_expr_correlate_classify()
698 if (strlen (stext) + strlen(buf) <= stext_maxlen) in crm_expr_correlate_classify()
699 strcat (stext, buf); in crm_expr_correlate_classify()
722 if (strlen(stext)+strlen(buf) <= stext_maxlen) in crm_expr_correlate_classify()
723 strcat (stext, buf); in crm_expr_correlate_classify()
728 if (strcmp(&(stext[strlen(stext)-strlen(buf)]), buf) != 0) in crm_expr_correlate_classify()
[all …]
/dports/net-mgmt/glpi-plugins-fusioninventory-server/fusioninventory-for-glpi-glpi090-1.5/tools/
H A Dcreate_pofile.pl40 @stext = split /;/ , @split[1];
41 $text = @stext[0];
77 @stext = split /;/ , @split[1];
78 $text = @stext[0];

12345678910>>...24