Home
last modified time | relevance | path

Searched refs:greedystop (Results 1 – 9 of 9) sorted by relevance

/dports/games/openttd/openttd-12.1/src/3rdparty/squirrel/sqstdlib/
H A Dsqstdrex.cpp382 SQRexNode *greedystop = NULL; in sqstd_rex_matchnode() local
387 greedystop = &exp->_nodes[node->next]; in sqstd_rex_matchnode()
390 greedystop = next; in sqstd_rex_matchnode()
396 if(!(s = sqstd_rex_matchnode(exp,&exp->_nodes[node->left],s,greedystop))) in sqstd_rex_matchnode()
400 if(greedystop) { in sqstd_rex_matchnode()
403 if(greedystop->type != OP_GREEDY || in sqstd_rex_matchnode()
404 (greedystop->type == OP_GREEDY && ((greedystop->right >> 16)&0x0000FFFF) != 0)) in sqstd_rex_matchnode()
407 if(greedystop->next != -1) { in sqstd_rex_matchnode()
408 gnext = &exp->_nodes[greedystop->next]; in sqstd_rex_matchnode()
412 stop = sqstd_rex_matchnode(exp,greedystop,s,gnext); in sqstd_rex_matchnode()
/dports/devel/allegro5/allegro5-5.2.7.0/docs/scripts/
H A Dtrex.c394 TRexNode *greedystop = NULL; in trex_matchnode() local
399 greedystop = &exp->_nodes[node->next]; in trex_matchnode()
402 greedystop = next; in trex_matchnode()
408 if(!(s = trex_matchnode(exp,&exp->_nodes[node->left],s,greedystop))) in trex_matchnode()
412 if(greedystop) { in trex_matchnode()
415 if(greedystop->type != OP_GREEDY || in trex_matchnode()
416 (greedystop->type == OP_GREEDY && ((greedystop->right >> 16)&0x0000FFFF) != 0)) in trex_matchnode()
419 if(greedystop->next != -1) { in trex_matchnode()
420 gnext = &exp->_nodes[greedystop->next]; in trex_matchnode()
424 stop = trex_matchnode(exp,greedystop,s,gnext); in trex_matchnode()
/dports/devel/codeblocks/codeblocks-20.03/src/sdk/scripting/sqstdlib/
H A Dsqstdrex.cpp389 SQRexNode *greedystop = NULL; in sqstd_rex_matchnode() local
394 greedystop = &exp->_nodes[node->next]; in sqstd_rex_matchnode()
397 greedystop = next; in sqstd_rex_matchnode()
403 if(!(s = sqstd_rex_matchnode(exp,&exp->_nodes[node->left],s,greedystop))) in sqstd_rex_matchnode()
407 if(greedystop) { in sqstd_rex_matchnode()
410 if(greedystop->type != OP_GREEDY || in sqstd_rex_matchnode()
411 (greedystop->type == OP_GREEDY && ((greedystop->right >> 16)&0x0000FFFF) != 0)) in sqstd_rex_matchnode()
414 if(greedystop->next != -1) { in sqstd_rex_matchnode()
415 gnext = &exp->_nodes[greedystop->next]; in sqstd_rex_matchnode()
419 stop = sqstd_rex_matchnode(exp,greedystop,s,gnext); in sqstd_rex_matchnode()
/dports/games/supertux2/SuperTux-v0.6.3-Source/external/squirrel/sqstdlib/
H A Dsqstdrex.cpp393 SQRexNode *greedystop = NULL; in sqstd_rex_matchnode() local
398 greedystop = &exp->_nodes[node->next]; in sqstd_rex_matchnode()
401 greedystop = next; in sqstd_rex_matchnode()
407 if(!(s = sqstd_rex_matchnode(exp,&exp->_nodes[node->left],s,greedystop))) in sqstd_rex_matchnode()
411 if(greedystop) { in sqstd_rex_matchnode()
414 if(greedystop->type != OP_GREEDY || in sqstd_rex_matchnode()
415 (greedystop->type == OP_GREEDY && ((greedystop->right >> 16)&0x0000FFFF) != 0)) in sqstd_rex_matchnode()
418 if(greedystop->next != -1) { in sqstd_rex_matchnode()
419 gnext = &exp->_nodes[greedystop->next]; in sqstd_rex_matchnode()
423 stop = sqstd_rex_matchnode(exp,greedystop,s,gnext); in sqstd_rex_matchnode()
/dports/lang/squirrel/squirrel3/sqstdlib/
H A Dsqstdrex.cpp390 SQRexNode *greedystop = NULL; in sqstd_rex_matchnode() local
395 greedystop = &exp->_nodes[node->next]; in sqstd_rex_matchnode()
398 greedystop = next; in sqstd_rex_matchnode()
404 if(!(s = sqstd_rex_matchnode(exp,&exp->_nodes[node->left],s,greedystop))) in sqstd_rex_matchnode()
408 if(greedystop) { in sqstd_rex_matchnode()
411 if(greedystop->type != OP_GREEDY || in sqstd_rex_matchnode()
412 (greedystop->type == OP_GREEDY && ((greedystop->right >> 16)&0x0000FFFF) != 0)) in sqstd_rex_matchnode()
415 if(greedystop->next != -1) { in sqstd_rex_matchnode()
416 gnext = &exp->_nodes[greedystop->next]; in sqstd_rex_matchnode()
420 stop = sqstd_rex_matchnode(exp,greedystop,s,gnext); in sqstd_rex_matchnode()
/dports/games/simutrans/simutrans-121.0/squirrel/sqstdlib/
H A Dsqstdrex.cc393 SQRexNode *greedystop = NULL; in sqstd_rex_matchnode() local
398 greedystop = &exp->_nodes[node->next]; in sqstd_rex_matchnode()
401 greedystop = next; in sqstd_rex_matchnode()
407 if(!(s = sqstd_rex_matchnode(exp,&exp->_nodes[node->left],s,greedystop))) in sqstd_rex_matchnode()
411 if(greedystop) { in sqstd_rex_matchnode()
414 if(greedystop->type != OP_GREEDY || in sqstd_rex_matchnode()
415 (greedystop->type == OP_GREEDY && ((greedystop->right >> 16)&0x0000FFFF) != 0)) in sqstd_rex_matchnode()
418 if(greedystop->next != -1) { in sqstd_rex_matchnode()
419 gnext = &exp->_nodes[greedystop->next]; in sqstd_rex_matchnode()
423 stop = sqstd_rex_matchnode(exp,greedystop,s,gnext); in sqstd_rex_matchnode()
/dports/net/kamailio/kamailio-5.4.5/src/modules/app_sqlang/squirrel/sqstdlib/
H A Dsqstdrex.cpp393 SQRexNode *greedystop = NULL; in sqstd_rex_matchnode() local
398 greedystop = &exp->_nodes[node->next]; in sqstd_rex_matchnode()
401 greedystop = next; in sqstd_rex_matchnode()
407 if(!(s = sqstd_rex_matchnode(exp,&exp->_nodes[node->left],s,greedystop))) in sqstd_rex_matchnode()
411 if(greedystop) { in sqstd_rex_matchnode()
414 if(greedystop->type != OP_GREEDY || in sqstd_rex_matchnode()
415 (greedystop->type == OP_GREEDY && ((greedystop->right >> 16)&0x0000FFFF) != 0)) in sqstd_rex_matchnode()
418 if(greedystop->next != -1) { in sqstd_rex_matchnode()
419 gnext = &exp->_nodes[greedystop->next]; in sqstd_rex_matchnode()
423 stop = sqstd_rex_matchnode(exp,greedystop,s,gnext); in sqstd_rex_matchnode()
/dports/net/sslh/sslh-1.21c/
H A Dargtable3.c3375 TRexNode *greedystop = NULL; in trex_matchnode() local
3380 greedystop = &exp->_nodes[node->next]; in trex_matchnode()
3383 greedystop = next; in trex_matchnode()
3389 if(!(s = trex_matchnode(exp,&exp->_nodes[node->left],s,greedystop))) in trex_matchnode()
3393 if(greedystop) { in trex_matchnode()
3396 if(greedystop->type != OP_GREEDY || in trex_matchnode()
3397 (greedystop->type == OP_GREEDY && ((greedystop->right >> 16)&0x0000FFFF) != 0)) in trex_matchnode()
3400 if(greedystop->next != -1) { in trex_matchnode()
3401 gnext = &exp->_nodes[greedystop->next]; in trex_matchnode()
3405 stop = trex_matchnode(exp,greedystop,s,gnext); in trex_matchnode()
/dports/textproc/multimarkdown/MultiMarkdown-6-6.6.0/src/
H A Dargtable3.c3320 TRexNode *greedystop = NULL;
3325 greedystop = &exp->_nodes[node->next];
3328 greedystop = next;
3334 if(!(s = trex_matchnode(exp,&exp->_nodes[node->left],s,greedystop)))
3338 if(greedystop) {
3341 if(greedystop->type != OP_GREEDY ||
3342 (greedystop->type == OP_GREEDY && ((greedystop->right >> 16)&0x0000FFFF) != 0))
3345 if(greedystop->next != -1) {
3346 gnext = &exp->_nodes[greedystop->next];
3350 stop = trex_matchnode(exp,greedystop,s,gnext);