Home
last modified time | relevance | path

Searched refs:gonext (Results 1 – 25 of 27) sorted by relevance

12

/dports/databases/pgloader3/quri-20201220-git/src/
H A Ddecode.lisp56 (gonext))
66 (gonext))
149 (gonext))
155 (gonext))
H A Dparser.lisp300 (gonext))
364 (gonext))
372 (gonext))
378 (gonext 0)))
H A Dutil.lisp111 (gonext (&optional (amount 1))
/dports/news/golded+/golded-plus/golded+/golded3/
H A Dgeedit2.cpp1726 bool gonext = true; in DrawLines() local
1733 if (!drawx && gonext) in DrawLines()
1741 gonext = false; in DrawLines()
1746 if (gonext && drawy) in DrawLines()
1772 gonext = false; in DrawLines()
1777 if (gonext && drawy) in DrawLines()
1803 gonext = false; in DrawLines()
1808 if (gonext && drawx) in DrawLines()
1834 gonext = false; in DrawLines()
1839 if (gonext && drawx) in DrawLines()
[all …]
/dports/editors/texmaker/texmaker-5.0.3/
H A Dspellerdialog.cpp301 bool gonext=true; in SpellingNextWord() local
302 while (gonext && c.position() < endpos+deltacol && block.isValid() ) in SpellingNextWord()
317 while (gonext && i < text.length()) in SpellingNextWord()
356 gonext=false; in SpellingNextWord()
370 if (suggWords.contains(buffer)) gonext=true; in SpellingNextWord()
H A Dlatexeditor.cpp822 bool gonext=true; in contextMenuEvent() local
856 gonext=false; in contextMenuEvent()
871 if (suggWords.contains(word)) gonext=true; in contextMenuEvent()
/dports/audio/pms/pms-0.42/src/
H A Dinput.h82 bool gonext(); // Go to next history item in Signal_Int()
H A Dinput.cpp83 bool Input::gonext() in gonext() function in Input
/dports/net/openldap24-server/openldap-2.4.59/servers/slapd/overlays/
H A Dsyncprov.c1249 int rc, gonext; in syncprov_matchops() local
1311 for (pss = &si->si_ops; *pss; pss = gonext ? &(*pss)->s_next : pss) in syncprov_matchops()
1319 gonext = 1; in syncprov_matchops()
1351 gonext = 0; in syncprov_matchops()
1428 gonext = 0; in syncprov_matchops()
/dports/net/openldap24-client/openldap-2.4.59/servers/slapd/overlays/
H A Dsyncprov.c1249 int rc, gonext; in syncprov_matchops() local
1311 for (pss = &si->si_ops; *pss; pss = gonext ? &(*pss)->s_next : pss) in syncprov_matchops()
1319 gonext = 1; in syncprov_matchops()
1351 gonext = 0; in syncprov_matchops()
1428 gonext = 0; in syncprov_matchops()
/dports/net/openldap25-server/openldap-2.5.9/servers/slapd/overlays/
H A Dsyncprov.c1287 int rc, gonext; in syncprov_matchops() local
1349 for (pss = &si->si_ops; *pss; pss = gonext ? &(*pss)->s_next : pss) in syncprov_matchops()
1357 gonext = 1; in syncprov_matchops()
1391 gonext = 0; in syncprov_matchops()
1469 gonext = 0; in syncprov_matchops()
/dports/net/openldap25-client/openldap-2.5.9/servers/slapd/overlays/
H A Dsyncprov.c1287 int rc, gonext; in syncprov_matchops() local
1349 for (pss = &si->si_ops; *pss; pss = gonext ? &(*pss)->s_next : pss) in syncprov_matchops()
1357 gonext = 1; in syncprov_matchops()
1391 gonext = 0; in syncprov_matchops()
1469 gonext = 0; in syncprov_matchops()
/dports/net/openldap26-client/openldap-2.6.0/servers/slapd/overlays/
H A Dsyncprov.c1287 int rc, gonext; in syncprov_matchops() local
1346 for (pss = &si->si_ops; *pss; pss = gonext ? &(*pss)->s_next : pss) in syncprov_matchops()
1354 gonext = 1; in syncprov_matchops()
1388 gonext = 0; in syncprov_matchops()
1466 gonext = 0; in syncprov_matchops()
/dports/net/openldap26-server/openldap-2.6.0/servers/slapd/overlays/
H A Dsyncprov.c1287 int rc, gonext; in syncprov_matchops() local
1346 for (pss = &si->si_ops; *pss; pss = gonext ? &(*pss)->s_next : pss) in syncprov_matchops()
1354 gonext = 1; in syncprov_matchops()
1388 gonext = 0; in syncprov_matchops()
1466 gonext = 0; in syncprov_matchops()
/dports/games/assaultcube/AssaultCube_v1.2.0.2/source/src/
H A Dclientgame.cpp1562 void gonext(int *arg1) in gonext() function
1573 COMMAND(gonext, "i");
H A Dserver.cpp2103 bool gonext; member
2106 …voteinfo() : boot(0), owner(0), callmillis(0), result(VOTE_NEUTRAL), action(NULL), gonext(false), … in voteinfo()
2233 …if (!v->gonext) sendpacket(-1, 1, msg, v->owner); // FIXME in fact, all votes should go to the ser… in scallvote()
3438 vi->gonext = text[0]=='+' && text[1]=='1'; in process()
3439 if (vi->gonext) in process()
/dports/print/fontforge/fontforge-20201107/fontforge/
H A Dstemdb.c2997 static int WalkSpline( struct glyphdata *gd, struct pointdata *pd,int gonext, in WalkSpline() argument
3019 s = ( gonext ) ? sp->next : sp->prev; in WalkSpline()
3020 nsp = ( gonext ) ? s->to : s->from; in WalkSpline()
3022 nunit = ( gonext ) ? &npd->prevunit : &npd->nextunit; in WalkSpline()
3038 curved = ( IsStemAssignedToPoint( npd,stem,gonext ) == -1 && in WalkSpline()
3055 good = ( gonext ) ? sp->nextcp : sp->prevcp; in WalkSpline()
3060 t = ( gonext ) ? 0.9999 : 0.0001; in WalkSpline()
3061 for ( ; ; s = ( gonext ) ? s->to->next : s->from->prev ) { in WalkSpline()
3068 nsp = ( gonext ) ? s->to : s->from; in WalkSpline()
3079 incr = ( gonext ) ? .25 : -.25; in WalkSpline()
/dports/games/openbor3482/openbor-2c1ecd7/engine/
H A Dopenbor.h1443 int gonext; // 0. dont complete this level and display score, member
H A Dopenbor.c8030 levelorder[current_set][num_levels[current_set]-1]->gonext = 1; in load_levelorder()
8039 levelorder[current_set][num_levels[current_set]-1]->gonext = 2; in load_levelorder()
21907 if(levelorder[which_set][current_level]->gonext==1) in playgame()
21921 if(levelorder[which_set][current_level-1]->gonext == 2) in playgame()
/dports/games/openbor3711/openbor-6ec17fa/engine/
H A Dopenbor.h1457 int gonext; // 0. dont complete this level and display score,
H A Dopenbor.c8167 if(le) le->gonext = 1; in load_levelorder()
8172 if(le) le->gonext = 2; in load_levelorder()
22263 if(le->gonext==1) in playgame()
22278 if((le-1)->gonext == 2) in playgame()
/dports/games/openbor3979/openbor-2bcf25b/engine/
H A Dopenbor.h1479 int gonext; // 0. dont complete this level and display score, member
H A Dopenbor.c10878 le->gonext = 1; in load_levelorder()
10886 le->gonext = 2; in load_levelorder()
29757 if(le->gonext == 1) in playgame()
29772 if((le - 1)->gonext == 2) in playgame()
/dports/games/openbor4432/openbor-ba1eb4f/engine/
H A Dopenbor.h2243 int gonext; // 0. dont complete this level and display score, member
/dports/games/openbor/openbor-3caaddd5/engine/
H A Dopenbor.h2753 int gonext; // 0. dont complete this level and display score, member

12