Home
last modified time | relevance | path

Searched refs:tw (Results 226 – 250 of 17739) sorted by relevance

12345678910>>...710

/dports/net/tshark-lite/wireshark-3.6.1/ui/cli/
H A Dtap-funnel.c36 tw->title = g_strdup(title); in new_text_window()
37 tw->text = g_string_new(""); in new_text_window()
44 return tw; in new_text_window()
48 g_string_free(tw->text, TRUE); in text_window_clear()
49 tw->text = g_string_new(""); in text_window_clear()
57 g_string_free(tw->text, TRUE); in text_window_set_text()
58 tw->text = g_string_new(text); in text_window_set_text()
66 return tw->text->str; in text_window_get_text()
126 "==========================\n%s\n", tw->title, tw->text->str); in funnel_dump_all_text_windows()
129 g_free(tw->title); in funnel_dump_all_text_windows()
[all …]
/dports/net/tshark/wireshark-3.6.1/ui/cli/
H A Dtap-funnel.c36 tw->title = g_strdup(title); in new_text_window()
37 tw->text = g_string_new(""); in new_text_window()
44 return tw; in new_text_window()
48 g_string_free(tw->text, TRUE); in text_window_clear()
49 tw->text = g_string_new(""); in text_window_clear()
57 g_string_free(tw->text, TRUE); in text_window_set_text()
58 tw->text = g_string_new(text); in text_window_set_text()
66 return tw->text->str; in text_window_get_text()
126 "==========================\n%s\n", tw->title, tw->text->str); in funnel_dump_all_text_windows()
129 g_free(tw->title); in funnel_dump_all_text_windows()
[all …]
/dports/x11-toolkits/open-motif/motif-2.3.8/lib/Xm/
H A DTextFunc.c88 source = GetSrc(tw); in _XmTextReplace()
90 (*tw->text.output->DrawInsertionPoint)(tw, tw->text.cursor_position, off); in _XmTextReplace()
96 (*source->SetSelection)(tw->text.source, tw->text.cursor_position, in _XmTextReplace()
168 (*tw->text.output->DrawInsertionPoint)(tw, tw->text.cursor_position, on); in _XmTextReplace()
244 (*tw->text.output->DrawInsertionPoint)(tw, tw->text.cursor_position, off); in XmTextSetAddMode()
246 (*tw->text.output->DrawInsertionPoint)(tw, tw->text.cursor_position, on); in XmTextSetAddMode()
400 tw->text.input->data->anchor = tw->text.cursor_position; in XmTextRemove()
410 tw->text.input->data->anchor = tw->text.cursor_position; in XmTextRemove()
670 ret_val = (*tw->text.output->XYToPos)(tw, x, y); in XmTextXYToPos()
690 ret_val = (*tw->text.output->PosToXY)(tw, position, x, y); in XmTextPosToXY()
[all …]
/dports/textproc/docbook2X/docbook2X-0.8.8/perl/
H A Ddb2x_texixml.pl324 $self->{tw}->output("\n\n")
500 $self->{tw} = undef;
667 $self->{tw}->output("\n");
686 $self->{tw}->output("\n");
696 $self->{tw}->output("\n");
706 $self->{tw}->output("\n");
759 $self->{tw}->output(
804 $self->{tw}->output("\n");
843 $self->{tw}->output("\n");
855 $self->{tw}->output($s);
[all …]
/dports/devel/transwarp/transwarp-2.2.2/test/
H A Dtest_consume_type.cpp5 auto task1 = tw::make_task(tw::root, [&cont] { in __anonb75bb3a40102()
9 auto task2 = tw::make_task(tw::root, [] { in __anonb75bb3a40202()
12 auto task3 = tw::make_task(tw::consume_any, [](int x) { return x; }, task1, task2); in __anonb75bb3a40302()
13 tw::parallel exec{2};
22 auto task1 = tw::make_task(tw::root, [&cont] { in __anonb75bb3a40402()
26 auto task2 = tw::make_task(tw::root, [] { in __anonb75bb3a40502()
29 std::vector<std::shared_ptr<tw::task<int>>> parents = {task1, task2};
30 auto task3 = tw::make_task(tw::consume_any, [](int x) { return x; }, parents); in __anonb75bb3a40602()
31 tw::parallel exec{2};
/dports/net-im/tkabber/tkabber-1.1.2/plugins/general/
H A Dheadlines.tcl125 lappend trees $tw
129 -raisecmd [list focus $tw] \
190 Tree $tw \
193 $sw setwidget $tw
324 $tw delete $anode
343 update $tw $anode
557 update $tw $node
586 update $tw $node
622 $tw selection set $next
785 foreach tw $trees {
[all …]
/dports/www/chromium-legacy/chromium-88.0.4324.182/components/policy/tools/template_writers/writers/
H A Dtemplate_writer_unittest.py141 tw.IsPolicySupported(policy),
143 return tw.IsPolicySupported(policy)
146 tw = template_writer.TemplateWriter(None, None)
151 tw = template_writer.TemplateWriter(None, None)
156 tw = template_writer.TemplateWriter(None, None)
253 tw = template_writer.TemplateWriter(None, None)
258 tw = template_writer.TemplateWriter(None, None)
263 tw = template_writer.TemplateWriter(None, None)
264 tw.messages = {
274 tw = template_writer.TemplateWriter(None, None)
[all …]
/dports/x11-toolkits/mowitz/Mowitz-0.2.1/Mowitz/
H A DMwNotebook.c150 for (j = tw->notebook.top; j < tw->notebook.ntext; j++) { in MwNotebookAction()
155 if (tw->notebook.select) in MwNotebookAction()
186 tw->notebook.text = NULL; in Realize()
187 tw->notebook.ntext = 0; in Realize()
302 tw->notebook.ntext++; in MwNotebookInsert()
305 tw->notebook.text = p; in MwNotebookInsert()
319 tw->notebook.text[i-1] = tw->notebook.text[i]; in MwNotebookRemove()
320 tw->notebook.ntext--; in MwNotebookRemove()
321 if (tw->notebook.top > tw->notebook.ntext-1) in MwNotebookRemove()
322 tw->notebook.top = tw->notebook.ntext-1; in MwNotebookRemove()
[all …]
/dports/math/fftw-float/fftw-2.1.5/fftw/
H A Dtwiddle.c180 for (tw = twlist; tw; tw = tw->next) in fftw_create_twiddle()
181 if (n == tw->n && compatible(d, tw->cdesc)) { in fftw_create_twiddle()
183 return tw; in fftw_create_twiddle()
189 tw->n = n; in fftw_create_twiddle()
190 tw->cdesc = d; in fftw_create_twiddle()
192 tw->refcnt = 1; in fftw_create_twiddle()
196 twlist = tw; in fftw_create_twiddle()
198 return tw; in fftw_create_twiddle()
204 --tw->refcnt; in fftw_destroy_twiddle()
210 *p = tw->next; in fftw_destroy_twiddle()
[all …]
/dports/math/fftw/fftw-2.1.5/fftw/
H A Dtwiddle.c180 for (tw = twlist; tw; tw = tw->next) in fftw_create_twiddle()
181 if (n == tw->n && compatible(d, tw->cdesc)) { in fftw_create_twiddle()
183 return tw; in fftw_create_twiddle()
189 tw->n = n; in fftw_create_twiddle()
190 tw->cdesc = d; in fftw_create_twiddle()
192 tw->refcnt = 1; in fftw_create_twiddle()
196 twlist = tw; in fftw_create_twiddle()
198 return tw; in fftw_create_twiddle()
204 --tw->refcnt; in fftw_destroy_twiddle()
210 *p = tw->next; in fftw_destroy_twiddle()
[all …]
/dports/textproc/xerces-c3/xerces-c-3.2.3/tests/src/DOM/Traversal/
H A DTraversal.cpp456 TASSERT(tw->firstChild() == 0); in main()
457 TASSERT(tw->lastChild() == 0); in main()
459 TASSERT(tw->nextNode() == 0); in main()
472 TASSERT(tw->parentNode() == 0); in main()
486 TASSERT(tw->nextNode() == E11); in main()
488 tw->setCurrentNode(E12); in main()
501 tw->setCurrentNode(E12); in main()
514 TASSERT(tw->firstChild() == 0); in main()
519 tw->setCurrentNode(root); in main()
522 tw->setCurrentNode(E12); in main()
[all …]
/dports/shells/ksh93-devel/ast-cc1bca27/src/cmd/tw/
H A DRELEASE10 10-08-18 tw.tst: add expr scope tests
12 10-08-15 tw.h,tw.c,expr.c: add file arg to compile() for --file=expr-file
19 07-08-17 tw.c: add --snapshot
36 04-12-24 tw.c: cmd non-zero exit status causes tw to terminate
42 04-02-26 tw.tst: add scanf tests
53 tw: add FTW_DELAY logic
62 00-08-11 tw: add --recursive
72 find.tst,tw.tst: add
73 99-05-21 tw: fix print --man
98 tw: add -I for -f ignorecase
[all …]
/dports/shells/ksh93/ast-93u/src/cmd/tw/
H A DRELEASE10 10-08-18 tw.tst: add expr scope tests
12 10-08-15 tw.h,tw.c,expr.c: add file arg to compile() for --file=expr-file
19 07-08-17 tw.c: add --snapshot
36 04-12-24 tw.c: cmd non-zero exit status causes tw to terminate
42 04-02-26 tw.tst: add scanf tests
53 tw: add FTW_DELAY logic
62 00-08-11 tw: add --recursive
72 find.tst,tw.tst: add
73 99-05-21 tw: fix print --man
98 tw: add -I for -f ignorecase
[all …]
/dports/shells/ast-ksh/ast-ksh93v/src/cmd/tw/
H A DRELEASE13 10-08-18 tw.tst: add expr scope tests
15 10-08-15 tw.h,tw.c,expr.c: add file arg to compile() for --file=expr-file
22 07-08-17 tw.c: add --snapshot
39 04-12-24 tw.c: cmd non-zero exit status causes tw to terminate
45 04-02-26 tw.tst: add scanf tests
56 tw: add FTW_DELAY logic
65 00-08-11 tw: add --recursive
75 find.tst,tw.tst: add
76 99-05-21 tw: fix print --man
101 tw: add -I for -f ignorecase
[all …]
/dports/graphics/geomorph/geomorph-0.60.1/src/app/
H A Ddoctype.c32 types_wrapper *tw; in types_wrapper_new() local
37 tw->nbtypes = nbitems; in types_wrapper_new()
43 tw->tooltips = NULL; in types_wrapper_new()
45 tw->tools_tooltips = NULL; in types_wrapper_new()
57 return tw; in types_wrapper_new()
76 tw->tooltips, in create_type_dialogs()
90 (tw->main_window, tw->tools_tooltips, in create_type_dialogs()
101 (tw->main_window, in create_type_dialogs()
102 tw->tooltips, in create_type_dialogs()
133 x_free(tw); in types_wrapper_free()
[all …]
/dports/devel/guile-lib/guile-lib-0.2.6.1/unit-tests/
H A Dstring.wrap.scm31 (define-method (set-up-test (tw <test-string-wrapper>))
32 (set! (test-string tw)
40 (define-method (test-util-equivalent-to-class (tw <test-string-wrapper>))
41 (assert-equal (fill-string (test-string tw))
42 (fill-string (make <text-wrapper>) (test-string tw)))
43 (assert-equal (fill-string (test-string tw) #:line-width 20)
48 (define-method (test-fill-equivalent-to-joined-lines (tw <test-string-wrapper>))
49 (assert-equal (fill-string (test-string tw))
52 (define-method (test-no-collapse-ws (tw <test-string-wrapper>))
53 (assert-equal (fill-string (test-string tw) #:collapse-whitespace? #f)
[all …]
/dports/net-im/tkabber/tkabber-1.1.2/
H A Ddisco.tcl365 $sw setwidget $tw
382 set browser(tree,$w) $tw
438 set tw $browser(tree,$w)
550 if {[$tw exists $tnode]} {
596 set tw $browser(tree,$w)
642 if {[$tw exists $tnode]} {
670 if {[$tw parent $node] != $parent && [$tw exists $parent] && \
724 $tw delete $sn
876 $tw delete $sn
893 $tw delete $sn
[all …]
/dports/audio/xwave/xwave2-981109/src/
H A Dmenu.c237 tw=bw->tops; in right_action()
244 tw=tw->next; in right_action()
291 tw=bw->tops; in new_menu_bar()
297 tw=tw->next; in new_menu_bar()
444 tw=tw->next; in add_menu_entry()
449 tw=tw->next; in add_menu_entry()
526 tw=tw->next; in remove_menu_entry()
588 tw=tw->next; in remove_menu_entry()
624 lw=tw; in remove_menu_entry()
625 tw=tw->next; in remove_menu_entry()
[all …]
/dports/print/ghostscript9-agpl-base/ghostscript-9.52/psi/
H A Ddwtext.h83 void text_destroy(TW *tw);
89 int text_kbhit(TW *tw);
99 int text_gets(TW *tw, char *buf, int len);
106 int text_read_line(TW *tw, char *buf, int len);
109 int text_putch(TW *tw, int ch);
115 void text_puts(TW *tw, const char *str);
118 void text_to_cursor(TW *tw);
121 int text_register_class(TW *tw, HICON hicon);
132 void text_size(TW *tw, int width, int height);
149 text_clear_drag_and_drop_list(TW* tw, int freelist);
[all …]
/dports/print/ghostscript9-agpl-x11/ghostscript-9.52/psi/
H A Ddwtext.h83 void text_destroy(TW *tw);
89 int text_kbhit(TW *tw);
99 int text_gets(TW *tw, char *buf, int len);
106 int text_read_line(TW *tw, char *buf, int len);
109 int text_putch(TW *tw, int ch);
115 void text_puts(TW *tw, const char *str);
118 void text_to_cursor(TW *tw);
121 int text_register_class(TW *tw, HICON hicon);
132 void text_size(TW *tw, int width, int height);
149 text_clear_drag_and_drop_list(TW* tw, int freelist);
[all …]
/dports/editors/calligra/calligra-3.2.1/filters/libmsooxml/
H A DMsooXmlUnits.h32 #define TWIP_TO_DM(tw) ((tw)*0.000176389) argument
33 #define TWIP_TO_CM(tw) ((tw)*0.001763889) argument
34 #define TWIP_TO_MM(tw) ((tw)*0.017638889) argument
35 #define TWIP_TO_POINT(tw) ((tw)*0.05) argument
36 #define TWIP_TO_INCH(tw) ((tw)*0.000694444) argument
37 #define TWIP_TO_PI(tw) ((tw)*0.004166667) argument
38 #define TWIP_TO_CC(tw) ((tw)*0.00389404975957) argument
39 #define TWIP_TO_PX(tw) ((tw)*0.066798611) argument
/dports/www/chromium-legacy/chromium-88.0.4324.182/native_client/tests/syscalls/
H A Dfilepos_test.c136 tw->imc_d = d; in ThreadWorkCtor()
137 tw->d = -1; in ThreadWorkCtor()
159 if (tw->d != -1) { in ThreadWorkDtor()
161 tw->d = -1; in ThreadWorkDtor()
185 tw->d = d; in thread_func()
194 struct ThreadWork tw; in GetReplicatedDescImc() local
234 while (tw.d == -1) { in GetReplicatedDescImc()
235 pthread_cond_wait(&tw.cv, &tw.mu); in GetReplicatedDescImc()
237 got_d = tw.d; in GetReplicatedDescImc()
238 tw.d = -1; in GetReplicatedDescImc()
[all …]
/dports/security/vault/vault-1.8.2/vendor/github.com/vmware/govmomi/govc/host/storage/
H A Dinfo.go182 fmt.Fprintf(tw, "PCI\t")
185 fmt.Fprintf(tw, "Model\t")
186 fmt.Fprintf(tw, "\n")
196 fmt.Fprintf(tw, "\n")
199 return tw.Flush()
207 fmt.Fprintf(tw, "Name\t")
208 fmt.Fprintf(tw, "Type\t")
211 fmt.Fprintf(tw, "\n")
232 fmt.Fprintf(tw, "-\t")
241 fmt.Fprintf(tw, "\n")
[all …]
/dports/security/vault/vault-1.8.2/vendor/github.com/hashicorp/vic/vendor/github.com/vmware/govmomi/govc/host/storage/
H A Dinfo.go182 fmt.Fprintf(tw, "PCI\t")
185 fmt.Fprintf(tw, "Model\t")
186 fmt.Fprintf(tw, "\n")
196 fmt.Fprintf(tw, "\n")
199 return tw.Flush()
207 fmt.Fprintf(tw, "Name\t")
208 fmt.Fprintf(tw, "Type\t")
211 fmt.Fprintf(tw, "\n")
232 fmt.Fprintf(tw, "-\t")
241 fmt.Fprintf(tw, "\n")
[all …]
/dports/net-mgmt/bosun/bosun-0.9.0-preview/vendor/github.com/vmware/govmomi/govc/host/storage/
H A Dinfo.go182 fmt.Fprintf(tw, "PCI\t")
185 fmt.Fprintf(tw, "Model\t")
186 fmt.Fprintf(tw, "\n")
196 fmt.Fprintf(tw, "\n")
199 return tw.Flush()
207 fmt.Fprintf(tw, "Name\t")
208 fmt.Fprintf(tw, "Type\t")
211 fmt.Fprintf(tw, "\n")
232 fmt.Fprintf(tw, "-\t")
241 fmt.Fprintf(tw, "\n")
[all …]

12345678910>>...710