Home
last modified time | relevance | path

Searched refs:lastbox (Results 1 – 25 of 273) sorted by relevance

1234567891011

/dports/x11/xlockmore/xlockmore-5.67/modes/
H A Dpacman_ai.h33 if (g->lastbox != NOWHERE && i == (g->lastbox + 2) % DIRVECS in ghost_get_posdirs()
66 if (nrdirs == 0) dir = (g->lastbox + 2) % DIRVECS; in ghost_random()
77 g->lastbox = dir; in ghost_random()
91 if (nrdirs == 0) dir = (g->lastbox + 2) % DIRVECS; in ghost_chasing()
106 g->lastbox = dir; in ghost_chasing()
134 g->lastbox = dir; in ghost_hiding()
219 p->lastbox != NOWHERE && in pac_get_posdirs()
220 i == (p->lastbox + 2) % DIRVECS) { in pac_get_posdirs()
358 p->lastbox = dir; in pac_eating()
406 p->lastbox = dir; in pac_random()
[all …]
H A Dpuzzle.c118 int lastbox; member
280 pp->lastbox = -1; in setupmove()
284 pp->lastbox = -1; in setupmove()
295 if ((pp->row == 0) || (pp->lastbox == 2)) in setupmove()
303 if ((pp->col == pp->count.x - 1) || (pp->lastbox == 3)) in setupmove()
311 if ((pp->row == pp->count.y - 1) || (pp->lastbox == 0)) in setupmove()
319 if ((pp->col == 0) || (pp->lastbox == 1)) in setupmove()
332 pp->lastbox = pp->nextbox; in setupmove()
555 pp->lastbox = -1; in init_puzzle()
H A Dpacman.h69 unsigned int lastbox, nextcol, nextrow; member
84 unsigned int lastbox, nextcol, nextrow; member
/dports/x11/xscreensaver/xscreensaver-5.44/hacks/
H A Dpacman_ai.c58 if (g->lastbox != NOWHERE && i == (g->lastbox + 2) % DIRVECS in ghost_get_posdirs()
96 dir = (g->lastbox + 2) % DIRVECS; in ghost_random()
107 g->lastbox = dir; in ghost_random()
126 dir = (g->lastbox + 2) % DIRVECS; in ghost_chasing()
142 g->lastbox = dir; in ghost_chasing()
176 g->lastbox = dir; in ghost_hiding()
450 p->lastbox != NOWHERE && i == (p->lastbox + 2) % DIRVECS) { in pac_get_posdirs()
603 p->lastbox = dir; in pac_eating()
659 p->lastbox = dir; in pac_chasing()
703 p->lastbox = dir; in pac_random()
[all …]
H A Dpacman.h93 unsigned int lastbox, nextcol, nextrow; member
124 unsigned int lastbox, nextcol, nextrow; member
/dports/cad/pcb/pcb-4.2.0/src/
H A Dautoplace.c427 BoxType *lastbox = NULL; in ComputeCost() local
492 if (lastbox != NULL && in ComputeCost()
493 ((lastbox->X1 == box->X1 && in ComputeCost()
494 lastbox->X2 == box->X2 && in ComputeCost()
495 MIN (abs (lastbox->Y1 - box->Y2), in ComputeCost()
496 abs (box->Y1 - lastbox->Y2)) < in ComputeCost()
497 clearance) || (lastbox->Y1 == box->Y1 in ComputeCost()
498 && lastbox->Y2 == box->Y2 in ComputeCost()
501 (lastbox->X1 - in ComputeCost()
505 EXPANDRECT (lastbox, box); in ComputeCost()
[all …]
/dports/arabic/arabtex/ar-arabtex-3.11_6/tex/latex/arabtex/
H A Dabidir.sty108 \a@sequence {#1}\setbox#2 \lastbox
165 \unskip \unskip \unpenalty \setbox0 \lastbox % get rid of garbage
166 \ifR@split \unskip \unskip \unpenalty \setbox0 \lastbox \fi
167 \unskip \unskip \unpenalty \setbox0 \lastbox % last line
172 \unskip \unskip \unpenalty \setbox0 \lastbox
173 \ifR@split \else \unskip \setbox0 \lastbox \fi }
207 \setbox0 \vbox {\unvbox \tempb@x \setbox2 \lastbox \unhbox2
208 \unskip \unskip \unpenalty \global \setbox \tempb@x \lastbox }}}
236 \setbox0 \vbox {\unvbox \tempb@x \global \setbox \tempb@x \lastbox }}}
H A Dtwoblks.sty31 \setbox0 \vbox {\unvbox #1\global \setbox1 \lastbox } % get line
33 \global \setbox #1 \lastbox }} % and forget the rest
H A Dverses.sty65 \a@sequence {#1}\setbox0 \lastbox \hbox to \a@bwidth {\unhbox0 }}%
/dports/science/ergo/ergo-3.8/source/test/
H A Dgrid_test.cc150 int lastbox = 0; in pattern_to_ps() local
155 fprintf(f,"%d b\n", *i-lastbox); in pattern_to_ps()
157 lastbox = *i; in pattern_to_ps()
/dports/devel/texlab/texlab-3.3.0/tests/integration/snapshots/
H A Dintegration__completion__bibtex__command_incomplete_entry.snap110 "label": "lastbox",
126 "newText": "lastbox"
H A Dintegration__completion__bibtex__command_complete_entry.snap110 "label": "lastbox",
126 "newText": "lastbox"
/dports/databases/apq/apq-3.2.0/manual/
H A Dfloatflt.sty178 {\everypar={\relax}\setbox0=\lastbox%
214 {\everypar={\relax}\setbox0=\lastbox
238 {\everypar={\relax}\setbox0=\lastbox%
274 {\everypar={\relax}\setbox0=\lastbox
/dports/science/gromacs/gromacs-2021.4/src/gromacs/mdlib/
H A Dmd_support.h129 const matrix lastbox,
H A Denergyoutput.h186 const matrix lastbox,
H A Dmd_support.cpp316 const matrix lastbox, in compute_globals() argument
425 … enerd->term[F_PRES] = calc_pres(fr->pbcType, ir->nwall, lastbox, ekind->ekin, total_vir, pres); in compute_globals()
/dports/graphics/exifprobe/exifprobe-2.0.1/
H A Djp2000.c248 unsigned long lastbox = 0L; in process_jp2() local
251 while(!feof(inptr) && !lastbox) in process_jp2()
281 ++lastbox; in process_jp2()
290 ++lastbox; in process_jp2()
334 ++lastbox; in process_jp2()
537 unsigned long lastbox = 0L; in process_jp2_jp2h() local
554 while(!feof(inptr) && !lastbox && (dataoffset < max_offset)) in process_jp2_jp2h()
580 ++lastbox; in process_jp2_jp2h()
591 ++lastbox; in process_jp2_jp2h()
596 ++lastbox; in process_jp2_jp2h()
/dports/science/gromacs/gromacs-2021.4/src/gromacs/modularsimulator/
H A Dcomputeglobalselement.cpp281 auto lastbox = useLastBox ? statePropagatorData_->constPreviousBox() in compute() local
289 lastbox, &totalNumberOfBondedInteractions_, energyData_->needToSumEkinhOld(), in compute()
/dports/math/maxima/maxima-5.43.2/interfaces/emacs/imaxima/breqn097a/
H A Dbreqn.sty702 \setbox\tw@\lastbox
710 \setbox\tw@\lastbox
736 \setbox\tw@\lastbox
741 \setbox\tw@\lastbox
746 \setbox\tw@\lastbox
825 \global\setbox\@ne\lastbox}%
1242 \noindent #1#2\setbox\f@ur\lastbox \setbox\tw@\lastbox
1571 \setbox\tw@\lastbox
1574 \setbox\z@\lastbox
1825 \setbox\z@\lastbox
[all …]
/dports/misc/lifelines/lifelines-3.1.1/reports/pedtex/
H A Dtree.tex106 \setbox\treeworkbox=\lastbox \unskip % ..pull it off list and flush glue
128 \unskip\global\setbox\treebox\lastbox % Pick up very last box
136 \unskip\global\setbox\treebox\lastbox % Pick up box before it
/dports/misc/lifelines/lifelines-3.1.1/reports/
H A Dtree.tex106 \setbox\treeworkbox=\lastbox \unskip % ..pull it off list and flush glue
128 \unskip\global\setbox\treebox\lastbox % Pick up very last box
136 \unskip\global\setbox\treebox\lastbox % Pick up box before it
/dports/misc/lifelines/lifelines-3.1.1/reports/desc-tex2/
H A Dtree.tex106 \setbox\treeworkbox=\lastbox \unskip % ..pull it off list and flush glue
128 \unskip\global\setbox\treebox\lastbox % Pick up very last box
136 \unskip\global\setbox\treebox\lastbox % Pick up box before it
/dports/textproc/dblatex/dblatex-0.3.11py3/latex/misc/
H A Denumitem.sty354 {\setbox\z@\lastbox
397 {\setbox\z@\lastbox
420 {\setbox\z@\lastbox
/dports/korean/ko.TeX/ko-ko.TeX-0.1.1.20080329_5/latex/euc/contrib/
H A Dshowhkeys.sty43 \setbox\z@\lastbox
/dports/lang/ghc/ghc-8.10.7/docs/opt-coercion/
H A Dlipics.cls38 \everypar{{\setbox\z@\lastbox}%

1234567891011