Home
last modified time | relevance | path

Searched refs:echof (Results 1 – 7 of 7) sorted by relevance

/dports/games/dungeon/dungeon-3.2_1/
H A DDGAME.C78 if (! findex_1.echof && play_1.here == rindex_1.echor) { in game_()
108 findex_1.echof = TRUE_; in game_()
H A DVARS.H262 echof, riddlf, lldf, cyclof, magicf, litldf, safef, gnomef, member
/dports/games/dungeon/dungeon-3.2_1/dungeon-gdt/
H A Dgame.c109 if (! (findex_1.echof || findex_1.deadf) && play_1.here == 49) { in game_()
147 findex_1.echof = TRUE_; in game_()
H A Dcommons.h102 echof, riddlf, lldf, cyclof, magicf, litldf, safef, gnomef, member
/dports/comms/kermit/kermit-9.0.305.04/
H A Dckucmd.c6294 debug(F101,"gtword echof","",echof);
6420 echof = 1;
6603 if (echof) {
6609 if (echof) {
6667 if (echof) {
6673 if (echof) {
6693 if (echof) {
7043 if (echof) {
7050 if (echof || chsrc)
7052 if (echof || (echostars && chsrc))
[all …]
/dports/misc/lf/lf-r26/
H A Dui.go607 func (ui *ui) echof(format string, a ...interface{}) { func
669 ui.echof("%v %v%v%v%4s %v%s",
/dports/multimedia/handbrake/HandBrake-1.4.2/make/
H A Dconfigure.py1503 self.echof( '%s', line )
1549 def echof( self, format, *args ): member in Launcher