Home
last modified time | relevance | path

Searched refs:opdir (Results 1 – 8 of 8) sorted by relevance

/dports/textproc/p5-xmltv/xmltv-0.5.70/tools/
H A Dtv_validate_grabber.in79 my $opdir = tmpnam();
80 mkdir $opdir;
87 $cfg = "$opdir/conf";
102 my $errors = ValidateGrabber( "Grabber", $cmd, $cfg, "$opdir/t_", undef, 0 );
105 print "Saving output files in $opdir\n";
108 unlink <$opdir/t_*>;
109 unlink "$opdir/conf";
110 rmdir $opdir;
/dports/x11/fbpanel/fbpanel-6.1/exec/
H A Dmake_profile.in7 opdir=~/.fbpanel
33 if [ -r "$opdir/$profile" ]; then
34 cp -f "$opdir/$profile" "$npdir/$profile"
35 echo "Using old $opdir/$profile as template"
37 cat "$opdir/$profile" >> "/tmp/$$-$profile"
38 mv "/tmp/$$-$profile" "$opdir/$profile"
/dports/audio/csound/csound-6.15.0/H/
H A Dcsmodule.h100 int csoundLoadAndInitModules(CSOUND *csound, const char *opdir);
/dports/audio/csound/csound-6.15.0/Top/
H A Dcsmodule.c703 int csoundLoadAndInitModules(CSOUND *csound, const char *opdir) in csoundLoadAndInitModules() argument
747 if (opdir != NULL) { in csoundLoadAndInitModules()
748 dname = opdir; in csoundLoadAndInitModules()
H A Dcsound.c3422 char *opdir = csound->opcodedir; in csoundReset() local
3482 csound->opcodedir = opdir; in csoundReset()
/dports/games/nazghul/nazghul-0.7.1/src/
H A Dplace.c2449 int opdir = directionToOpposite(dir); in place_set_neighbor() local
2453 place->neighbors[dir]->neighbors[opdir] = 0; in place_set_neighbor()
2456 if (neighbor && neighbor->neighbors[opdir]) { in place_set_neighbor()
2457 neighbor->neighbors[opdir]->neighbors[dir] = 0; in place_set_neighbor()
2463 neighbor->neighbors[opdir] = place; in place_set_neighbor()
H A Dkern.c991 int dir, opdir; in kern_place_load_neighbors() local
1010 opdir = directionToOpposite(dir); in kern_place_load_neighbors()
1020 if ((tmp = place_get_neighbor(neighbor, opdir))) { in kern_place_load_neighbors()
1024 tmp->tag, opdir); in kern_place_load_neighbors()
/dports/games/dungeoncrawl/dc400b26-src/source/
H A Dbeam.cc66 static int opdir[] = { 2, 1, 4, 3 }; variable
4166 count + cadd, opdir[i], r ); in explosion_map()