Home
last modified time | relevance | path

Searched refs:gwop (Results 1 – 24 of 24) sorted by relevance

/dports/math/gnuplot/gnuplot-5.4.1/src/win/
H A Dwgraph.c262 struct GWOP *gwop; in DestroyBlocks() local
268 if (!this->gwop) { in DestroyBlocks()
271 if (this->gwop) { in DestroyBlocks()
273 gwop = this->gwop; in DestroyBlocks()
277 gwop++; in DestroyBlocks()
343 struct GWOP *gwop; in GraphOpSize() local
353 gwop = &this->gwop[this->used]; in GraphOpSize()
354 gwop->op = op; in GraphOpSize()
355 gwop->x = x; in GraphOpSize()
356 gwop->y = y; in GraphOpSize()
[all …]
H A Dwgdiplus.cpp625 if (!blkptr->gwop)
626 blkptr->gwop = (struct GWOP *) GlobalLock(blkptr->hblk);
627 if (!blkptr->gwop)
629 curptr = (struct GWOP *)blkptr->gwop;
1625 if ((unsigned)(curptr - blkptr->gwop) >= GWOPMAX) {
1627 blkptr->gwop = (struct GWOP *)NULL;
1633 if (!blkptr->gwop)
1634 blkptr->gwop = (struct GWOP *)GlobalLock(blkptr->hblk);
1635 if (!blkptr->gwop)
1637 curptr = (struct GWOP *)blkptr->gwop;
H A Dwd2d.cpp1304 if (!blkptr->gwop)
1305 blkptr->gwop = (struct GWOP *) GlobalLock(blkptr->hblk);
1306 if (!blkptr->gwop)
1308 curptr = (struct GWOP *)blkptr->gwop;
2354 if ((unsigned)(curptr - blkptr->gwop) >= GWOPMAX) {
2356 blkptr->gwop = (struct GWOP *)NULL;
2362 if (!blkptr->gwop)
2363 blkptr->gwop = (struct GWOP *)GlobalLock(blkptr->hblk);
2364 if (!blkptr->gwop)
2366 curptr = (struct GWOP *)blkptr->gwop;
H A Dwgnuplib.h269 struct GWOP *gwop; /* pointer to global block if locked */ member
/dports/math/gnuplot-lite/gnuplot-5.4.1/src/win/
H A Dwgraph.c262 struct GWOP *gwop; in DestroyBlocks() local
268 if (!this->gwop) { in DestroyBlocks()
271 if (this->gwop) { in DestroyBlocks()
273 gwop = this->gwop; in DestroyBlocks()
277 gwop++; in DestroyBlocks()
343 struct GWOP *gwop; in GraphOpSize() local
353 gwop = &this->gwop[this->used]; in GraphOpSize()
354 gwop->op = op; in GraphOpSize()
355 gwop->x = x; in GraphOpSize()
356 gwop->y = y; in GraphOpSize()
[all …]
H A Dwgdiplus.cpp625 if (!blkptr->gwop)
626 blkptr->gwop = (struct GWOP *) GlobalLock(blkptr->hblk);
627 if (!blkptr->gwop)
629 curptr = (struct GWOP *)blkptr->gwop;
1625 if ((unsigned)(curptr - blkptr->gwop) >= GWOPMAX) {
1627 blkptr->gwop = (struct GWOP *)NULL;
1633 if (!blkptr->gwop)
1634 blkptr->gwop = (struct GWOP *)GlobalLock(blkptr->hblk);
1635 if (!blkptr->gwop)
1637 curptr = (struct GWOP *)blkptr->gwop;
H A Dwd2d.cpp1304 if (!blkptr->gwop)
1305 blkptr->gwop = (struct GWOP *) GlobalLock(blkptr->hblk);
1306 if (!blkptr->gwop)
1308 curptr = (struct GWOP *)blkptr->gwop;
2354 if ((unsigned)(curptr - blkptr->gwop) >= GWOPMAX) {
2356 blkptr->gwop = (struct GWOP *)NULL;
2362 if (!blkptr->gwop)
2363 blkptr->gwop = (struct GWOP *)GlobalLock(blkptr->hblk);
2364 if (!blkptr->gwop)
2366 curptr = (struct GWOP *)blkptr->gwop;
H A Dwgnuplib.h269 struct GWOP *gwop; /* pointer to global block if locked */ member
/dports/math/gnuplot-tex-extras/gnuplot-5.2.8/src/win/
H A Dwgraph.c244 struct GWOP *gwop; in DestroyBlocks() local
250 if (!this->gwop) { in DestroyBlocks()
253 if (this->gwop) { in DestroyBlocks()
255 gwop = this->gwop; in DestroyBlocks()
259 gwop++; in DestroyBlocks()
325 struct GWOP *gwop; in GraphOpSize() local
335 gwop = &this->gwop[this->used]; in GraphOpSize()
336 gwop->op = op; in GraphOpSize()
337 gwop->x = x; in GraphOpSize()
338 gwop->y = y; in GraphOpSize()
[all …]
H A Dwgdiplus.cpp632 if (!blkptr->gwop)
633 blkptr->gwop = (struct GWOP *) GlobalLock(blkptr->hblk);
634 if (!blkptr->gwop)
636 curptr = (struct GWOP *)blkptr->gwop;
1635 if ((unsigned)(curptr - blkptr->gwop) >= GWOPMAX) {
1637 blkptr->gwop = (struct GWOP *)NULL;
1643 if (!blkptr->gwop)
1644 blkptr->gwop = (struct GWOP *)GlobalLock(blkptr->hblk);
1645 if (!blkptr->gwop)
1647 curptr = (struct GWOP *)blkptr->gwop;
H A Dwd2d.cpp870 if (!blkptr->gwop)
871 blkptr->gwop = (struct GWOP *) GlobalLock(blkptr->hblk);
872 if (!blkptr->gwop)
874 curptr = (struct GWOP *)blkptr->gwop;
1919 if ((unsigned)(curptr - blkptr->gwop) >= GWOPMAX) {
1921 blkptr->gwop = (struct GWOP *)NULL;
1927 if (!blkptr->gwop)
1928 blkptr->gwop = (struct GWOP *)GlobalLock(blkptr->hblk);
1929 if (!blkptr->gwop)
1931 curptr = (struct GWOP *)blkptr->gwop;
H A Dwgnuplib.h273 struct GWOP *gwop; /* pointer to global block if locked */ member
/dports/lang/perl5.34/perl-5.34.0/
H A Dop.c13433 LOGOP *gwop; in Perl_ck_grep() local
13460 gwop = alloc_LOGOP(type, o, LINKLIST(kid)); in Perl_ck_grep()
13461 kid->op_next = (OP*)gwop; in Perl_ck_grep()
13462 o->op_private = gwop->op_private = 0; in Perl_ck_grep()
13463 gwop->op_targ = pad_alloc(type, SVs_PADTMP); in Perl_ck_grep()
13469 return (OP*)gwop; in Perl_ck_grep()
/dports/lang/perl5.30/perl-5.30.3/
H A Dop.c12034 LOGOP *gwop; in Perl_ck_grep() local
12061 gwop = alloc_LOGOP(type, o, LINKLIST(kid)); in Perl_ck_grep()
12062 kid->op_next = (OP*)gwop; in Perl_ck_grep()
12063 o->op_private = gwop->op_private = 0; in Perl_ck_grep()
12064 gwop->op_targ = pad_alloc(type, SVs_PADTMP); in Perl_ck_grep()
12070 return (OP*)gwop; in Perl_ck_grep()
/dports/lang/perl5.32/perl-5.32.1/
H A Dop.c13313 LOGOP *gwop; in Perl_ck_grep() local
13340 gwop = alloc_LOGOP(type, o, LINKLIST(kid)); in Perl_ck_grep()
13341 kid->op_next = (OP*)gwop; in Perl_ck_grep()
13342 o->op_private = gwop->op_private = 0; in Perl_ck_grep()
13343 gwop->op_targ = pad_alloc(type, SVs_PADTMP); in Perl_ck_grep()
13349 return (OP*)gwop; in Perl_ck_grep()
/dports/lang/perl5-devel/perl5-5.35.4-102-ge43d289c7c/
H A Dop.c13477 LOGOP *gwop; in Perl_ck_grep() local
13504 gwop = alloc_LOGOP(type, o, LINKLIST(kid)); in Perl_ck_grep()
13505 kid->op_next = (OP*)gwop; in Perl_ck_grep()
13506 o->op_private = gwop->op_private = 0; in Perl_ck_grep()
13507 gwop->op_targ = pad_alloc(type, SVs_PADTMP); in Perl_ck_grep()
13513 return (OP*)gwop; in Perl_ck_grep()
/dports/net-im/telegram-desktop/tdesktop-3.2.5-full/Telegram/ThirdParty/hime/data/
H A Dhangul-roman.cin806 gwop
/dports/chinese/gcin/gcin-2.9.0/data/
H A Dhangul.cin814 gwop
/dports/chinese/gcin-gtk3/gcin-2.9.0/data/
H A Dhangul.cin814 gwop
/dports/chinese/gcin-qt5/gcin-2.9.0/data/
H A Dhangul.cin814 gwop
/dports/chinese/scim-tables/scim-tables-0.5.10/tables/ko/
H A DHangulRomaja.txt.in848 gwop
/dports/textproc/scim-table-imengine/scim-tables-0.5.10/tables/ko/
H A DHangulRomaja.txt.in848 gwop
/dports/japanese/scim-tables/scim-tables-0.5.10/tables/ko/
H A DHangulRomaja.txt.in848 gwop
/dports/korean/scim-tables/scim-tables-0.5.10/tables/ko/
H A DHangulRomaja.txt.in848 gwop