Home
last modified time | relevance | path

Searched refs:ogx (Results 26 – 50 of 263) sorted by relevance

1234567891011

/dports/games/vultures-eye/vulture-2.3.67/nethack/src/
H A Dvault.c81 EGD(grd)->ogx = grd->mx;
231 EGD(guard)->ogx = x; in invault()
481 if(abs(egrd->ogx - grd->mx) > 1 ||
720 egrd->ogx = grd->mx;
731 egrd->ogx = grd->mx; /* update old positions */
/dports/games/falconseye/falconseye-1.9.3_11/src/
H A Dvault.c76 EGD(grd)->ogx = grd->mx;
224 EGD(guard)->ogx = x; in invault()
458 if(abs(egrd->ogx - grd->mx) > 1 ||
684 egrd->ogx = grd->mx;
695 egrd->ogx = grd->mx; /* update old positions */
/dports/games/vultures-eye/vulture-2.3.67/slashem/src/
H A Dvault.c81 EGD(grd)->ogx = grd->mx;
231 EGD(guard)->ogx = x; in invault()
481 if(abs(egrd->ogx - grd->mx) > 1 ||
720 egrd->ogx = grd->mx;
731 egrd->ogx = grd->mx; /* update old positions */
/dports/games/vultures-eye/vulture-2.3.67/unnethack/src/
H A Dvault.c81 EGD(grd)->ogx = grd->mx;
231 EGD(guard)->ogx = x; in invault()
481 if(abs(egrd->ogx - grd->mx) > 1 ||
720 egrd->ogx = grd->mx;
731 egrd->ogx = grd->mx; /* update old positions */
/dports/editors/lazarus-devel/lazarus-6df7e8756882f7d7f28f662011ee72f21746c580/components/sqldbrest/
H A Dlazsqldbrest_images.inc8 +#20'Na'#9'FK'#243#159'J\d'#148'V'#224#19'L'#222#129'u'#240#201'ogx'#189#9#187
/dports/editors/lazarus-qt5-devel/lazarus-6df7e8756882f7d7f28f662011ee72f21746c580/components/sqldbrest/
H A Dlazsqldbrest_images.inc8 +#20'Na'#9'FK'#243#159'J\d'#148'V'#224#19'L'#222#129'u'#240#201'ogx'#189#9#187
/dports/games/nethack36-nox11/NetHack-NetHack-3.6.6_Released/include/
H A Dmextra.h76 xchar ogx, ogy; /* guard's last position */ member
/dports/games/nethack36/NetHack-NetHack-3.6.6_Released/include/
H A Dmextra.h76 xchar ogx, ogy; /* guard's last position */ member
/dports/biology/ncbi-cxx-toolkit/ncbi_cxx--25_2_0/src/app/asn2fasta/
H A Dasn2fasta.cpp594 string ogx = m_OgHead + NStr::IntToString(m_OgIndex) + m_OgTail; in x_InitOStreams() local
595 m_Og.reset( OpenFastaOstream ("", ogx, false) ); in x_InitOStreams()
922 string ogx = m_OgHead + NStr::IntToString(m_OgIndex) + m_OgTail; in x_GetFastaOstream() local
923 m_Og.reset( OpenFastaOstream ("", ogx, false) ); in x_GetFastaOstream()
/dports/games/xnethack/xNetHack-xnh6.1/include/
H A Dmextra.h79 xchar ogx, ogy; /* guard's last position */ member
/dports/shells/elvish/elvish-0.17.0/pkg/cli/lscolors/
H A Dlscolors.go29 …:*.yuv=01;35:*.cgm=01;35:*.emf=01;35:*.axv=01;35:*.anx=01;35:*.ogv=01;35:*.ogx=01;35:*.aac=36:*.au…
/dports/security/py-certbot-nginx/certbot-nginx-1.22.0/tests/testdata/etc_nginx/ubuntu_nginx_1_4_6/default_vhost/nginx/
H A Dmime.types60 application/ogg ogx;
/dports/games/xnethack/xNetHack-xnh6.1/src/
H A Dvault.c162 EGD(grd)->ogx = grd->mx; in parkguard()
376 EGD(guard)->ogx = x; in invault()
763 if (abs(egrd->ogx - grd->mx) > 1 || abs(egrd->ogy - grd->my) > 1) in gd_move()
1025 egrd->ogx = grd->mx; /* update old positions */ in gd_move()
/dports/games/nethack36-nox11/NetHack-NetHack-3.6.6_Released/src/
H A Dvault.c169 EGD(grd)->ogx = grd->mx;
393 EGD(guard)->ogx = x; in invault()
788 if (abs(egrd->ogx - grd->mx) > 1 || abs(egrd->ogy - grd->my) > 1)
1050 egrd->ogx = grd->mx; /* update old positions */
/dports/games/nethack36/NetHack-NetHack-3.6.6_Released/src/
H A Dvault.c169 EGD(grd)->ogx = grd->mx;
393 EGD(guard)->ogx = x; in invault()
788 if (abs(egrd->ogx - grd->mx) > 1 || abs(egrd->ogy - grd->my) > 1)
1050 egrd->ogx = grd->mx; /* update old positions */
/dports/multimedia/libmediainfo/MediaInfo_CLI_GNU_FromSource/MediaInfo/Source/Install/
H A DMediaInfo_Extensions.nsh147 !insertmacro MediaInfo_Extensions_Install_I ".ogx"
302 !insertmacro MediaInfo_Extensions_Uninstall_I ".ogx"
/dports/multimedia/mediainfo/MediaInfo_CLI_GNU_FromSource/MediaInfo/Source/Install/
H A DMediaInfo_Extensions.nsh147 !insertmacro MediaInfo_Extensions_Install_I ".ogx"
302 !insertmacro MediaInfo_Extensions_Uninstall_I ".ogx"
/dports/multimedia/libzen/MediaInfo_CLI_GNU_FromSource/MediaInfo/Source/Install/
H A DMediaInfo_Extensions.nsh147 !insertmacro MediaInfo_Extensions_Install_I ".ogx"
302 !insertmacro MediaInfo_Extensions_Uninstall_I ".ogx"
/dports/games/xspringies/xspringies-1.12/
H A Dphys.c47 double gx = 0, gy = 0, ogx = 0, ogy = 0; in accumulate_accel() local
99 ogx -= (gval * mixix + gmisc * mivix) / msum; in accumulate_accel()
110 m->ax = gx + ogx - mst.cur_visc * m->vx; in accumulate_accel()
/dports/misc/R-cran-mime/mime/R/
H A Dmimemap.R41 ogx = "application/ogg", nameattr
/dports/sysutils/byobu/byobu-5.133/usr/share/byobu/profiles/
H A Ddircolors187 .ogx 01;35
/dports/misc/vifm/vifm-0.11/data/colors/
H A DDefault-256.vifm75 \*.flv,*.mp4v,*.mpc,*.mpeg,*.mpg,*.nuv,*.oga,*.ogg,*.ogv,*.ogx,*.pbm,
/dports/audio/liboggz/liboggz-1.1.1/bash-completion/
H A Doggz68 _filedir '@(ogx|ogv|oga|ogg|spx|anx|axv|axa)'
/dports/misc/gnuls/coreutils-8.30/src/
H A Ddircolors.hin184 .ogx 01;35
/dports/sysutils/coreutils/coreutils-8.32/src/
H A Ddircolors.hin187 .ogx 01;35

1234567891011