Home
last modified time | relevance | path

Searched refs:xdir (Results 1 – 25 of 48) sorted by relevance

12

/netbsd-src/games/hack/
H A Dhack.cmd.c284 schar xdir[10] = {-1, -1, 0, 1, 1, 1, 0, -1, 0, 0}; variable
296 u.dx = xdir[dp - sdir]; in movecmd()
324 u.dx = xdir[x]; in confdir()
344 if (!isroom(u.ux + xdir[ui], u.uy + ydir[ui])) in finddir()
358 if (isroom(u.ux + xdir[ui], u.uy + ydir[ui])) in finddir()
362 u.dx = xdir[ui]; in finddir()
H A Dhack.do_name.c90 if (1 <= cx + xdir[i] && cx + xdir[i] <= COLNO) in getpos()
91 cx += xdir[i]; in getpos()
H A Dhack.h221 extern schar xdir[], ydir[]; /* idem */
/netbsd-src/external/gpl2/gettext/dist/gettext-tools/examples/hello-c++-kde/admin/
H A Dltmain.sh541 xdir=`$echo "X$obj" | $Xsed -e 's%/[^/]*$%%'`
542 if test "X$xdir" = "X$obj"; then
543 xdir=
545 xdir=$xdir/
547 lobj=${xdir}$objdir/$objname
645 if test ! -d "${xdir}$objdir"; then
646 $show "$mkdir ${xdir}$objdir"
647 $run $mkdir ${xdir}$objdir
649 if test "$status" -ne 0 && test ! -d "${xdir}$objdir"; then
1005 if test "X$xdir" = "X$arg"; then
[all …]
/netbsd-src/games/warp/
H A Dweapon.c36 fire_torp(OBJECT *from, int ydir, int xdir) in fire_torp() argument
44 [(from->posx+from->velx+xdir+XSIZE00)%XSIZE]; in fire_torp()
47 (to = isatorp[from==base][ydir+1][xdir+1])) { in fire_torp()
49 to->velx += xdir; in fire_torp()
54 from->vely+ydir,from->velx+xdir, 0L, 1L,&root); in fire_torp()
56 isatorp[0][ydir+1][xdir+1] = to; in fire_torp()
61 from->vely+ydir,from->velx+xdir, 0L, 1L,&root); in fire_torp()
63 isatorp[1][ydir+1][xdir+1] = to; in fire_torp()
69 from->vely+ydir,from->velx+xdir, 100L, 1L,&root); in fire_torp()
85 from->vely+ydir,from->velx+xdir, 0L, 1L,&root); in fire_torp()
/netbsd-src/external/gpl2/xcvs/dist/src/
H A Dignore.c370 const char *xdir; in ignore_files() local
386 xdir = ""; in ignore_files()
388 xdir = update_dir; in ignore_files()
491 (*proc) (p->key, xdir); in ignore_files()
H A Dtag.c603 const char *xdir; in check_fileproc() local
641 xdir = "."; in check_fileproc()
643 xdir = finfo->update_dir; in check_fileproc()
644 if ((p = findnode (mtlist, xdir)) != NULL) in check_fileproc()
654 p->key = xstrdup (xdir); in check_fileproc()
H A Dcommit.c807 const char *xdir; in check_fileproc() local
966 xdir = "."; in check_fileproc()
968 xdir = finfo->update_dir; in check_fileproc()
969 if ((p = findnode (mulist, xdir)) != NULL) in check_fileproc()
983 p->key = xstrdup (xdir); in check_fileproc()
/netbsd-src/external/gpl2/gettext/dist/build-aux/
H A Dltmain.sh803 xdir=`$echo "X$obj" | $Xsed -e 's%/[^/]*$%%'`
804 if test "X$xdir" = "X$obj"; then
805 xdir=
807 xdir=$xdir/
809 lobj=${xdir}$objdir/$objname
912 if test ! -d "${xdir}$objdir"; then
913 $show "$mkdir ${xdir}$objdir"
914 $run $mkdir ${xdir}$objdir
916 if test "$exit_status" -ne 0 && test ! -d "${xdir}$objdir"; then
919 $show "chmod 777 ${xdir}$objdir"
[all …]
/netbsd-src/external/bsd/libbind/dist/
H A Dltmain.sh869 xdir=`$echo "X$obj" | $Xsed -e 's%/[^/]*$%%'`
870 if test "X$xdir" = "X$obj"; then
871 xdir=
873 xdir=$xdir/
875 lobj=${xdir}$objdir/$objname
978 if test ! -d "${xdir}$objdir"; then
979 $show "$mkdir ${xdir}$objdir"
980 $run $mkdir ${xdir}$objdir
982 if test "$exit_status" -ne 0 && test ! -d "${xdir}$objdir"; then
1365 if test "X$xdir" = "X$arg"; then
[all …]
/netbsd-src/external/bsd/iscsi/dist/buildaux/
H A Dltmain.sh886 xdir=`$echo "X$obj" | $Xsed -e 's%/[^/]*$%%'`
887 if test "X$xdir" = "X$obj"; then
888 xdir=
890 xdir=$xdir/
892 lobj=${xdir}$objdir/$objname
995 if test ! -d "${xdir}$objdir"; then
996 $show "$mkdir ${xdir}$objdir"
997 $run $mkdir ${xdir}$objdir
999 if test "$exit_status" -ne 0 && test ! -d "${xdir}$objdir"; then
1382 if test "X$xdir" = "X$arg"; then
[all …]
/netbsd-src/crypto/external/bsd/netpgp/dist/buildaux/
H A Dltmain.sh886 xdir=`$ECHO "X$obj" | $Xsed -e 's%/[^/]*$%%'`
887 if test "X$xdir" = "X$obj"; then
888 xdir=
890 xdir=$xdir/
892 lobj=${xdir}$objdir/$objname
995 if test ! -d "${xdir}$objdir"; then
996 $show "$mkdir ${xdir}$objdir"
997 $run $mkdir ${xdir}$objdir
999 if test "$exit_status" -ne 0 && test ! -d "${xdir}$objdir"; then
1382 if test "X$xdir" = "X$arg"; then
[all …]
/netbsd-src/games/dab/
H A Dalgor.cc244 int xdir = 0; /* XXX: GCC */ in find_min_closure1() local
254 if ((nbox = count_closure(y, x, xdir, nb)) == 0) in find_min_closure1()
/netbsd-src/sys/dev/ic/
H A Duhareg.h194 u_char xdir:2; /* xfer direction */ member
/netbsd-src/external/bsd/am-utils/dist/
H A Dltmain.sh2111 xdir="$func_dirname_result"
2112 lobj=${xdir}$objdir/$objname
2194 func_mkdir_p "$xdir$objdir"
5331 xdir="$func_dirname_result"
5335 pic_object="$xdir$pic_object"
5363 non_pic_object="$xdir$non_pic_object"
5381 xdir="$func_dirname_result"
5384 pic_object=$xdir$objdir/$func_lo2o_result
5385 non_pic_object=$xdir$func_lo2o_result
5896 xdir="$func_dirname_result"
[all …]
/netbsd-src/sys/external/isc/libsodium/dist/
H A Dltmain.sh2111 xdir="$func_dirname_result"
2112 lobj=${xdir}$objdir/$objname
2194 func_mkdir_p "$xdir$objdir"
5331 xdir="$func_dirname_result"
5335 pic_object="$xdir$pic_object"
5363 non_pic_object="$xdir$non_pic_object"
5381 xdir="$func_dirname_result"
5384 pic_object=$xdir$objdir/$func_lo2o_result
5385 non_pic_object=$xdir$func_lo2o_result
5896 xdir="$func_dirname_result"
[all …]
/netbsd-src/external/mit/isl/dist/
H A Dltmain.sh3519 xdir=$func_dirname_result
3520 lobj=$xdir$objdir/$objname
3602 func_mkdir_p "$xdir$objdir"
6828 xdir=$func_dirname_result
6832 pic_object=$xdir$pic_object
6860 non_pic_object=$xdir$non_pic_object
6878 xdir=$func_dirname_result
6881 pic_object=$xdir$objdir/$func_lo2o_result
6882 non_pic_object=$xdir$func_lo2o_result
7435 xdir=$func_dirname_result
[all …]
/netbsd-src/external/bsd/unbound/dist/
H A Dltmain.sh3427 xdir=$func_dirname_result
3428 lobj=$xdir$objdir/$objname
3510 func_mkdir_p "$xdir$objdir"
6736 xdir=$func_dirname_result
6740 pic_object=$xdir$pic_object
6768 non_pic_object=$xdir$non_pic_object
6786 xdir=$func_dirname_result
6789 pic_object=$xdir$objdir/$func_lo2o_result
6790 non_pic_object=$xdir$func_lo2o_result
7339 xdir=$func_dirname_result
[all …]
/netbsd-src/external/mit/expat/dist/conftools/
H A Dltmain.sh3474 xdir=$func_dirname_result
3475 lobj=$xdir$objdir/$objname
3557 func_mkdir_p "$xdir$objdir"
6784 xdir=$func_dirname_result
6788 pic_object=$xdir$pic_object
6816 non_pic_object=$xdir$non_pic_object
6834 xdir=$func_dirname_result
6837 pic_object=$xdir$objdir/$func_lo2o_result
6838 non_pic_object=$xdir$func_lo2o_result
7399 xdir=$func_dirname_result
[all …]
/netbsd-src/external/bsd/ntp/dist/sntp/libevent/build-aux/
H A Dltmain.sh3427 xdir=$func_dirname_result
3428 lobj=$xdir$objdir/$objname
3510 func_mkdir_p "$xdir$objdir"
6736 xdir=$func_dirname_result
6740 pic_object=$xdir$pic_object
6768 non_pic_object=$xdir$non_pic_object
6786 xdir=$func_dirname_result
6789 pic_object=$xdir$objdir/$func_lo2o_result
6790 non_pic_object=$xdir$func_lo2o_result
7337 xdir=$func_dirname_result
[all …]
/netbsd-src/external/bsd/openpam/dist/
H A Dltmain.sh3680 xdir=$func_dirname_result
3681 lobj=$xdir$objdir/$objname
3763 func_mkdir_p "$xdir$objdir"
6993 xdir=$func_dirname_result
6997 pic_object=$xdir$pic_object
7025 non_pic_object=$xdir$non_pic_object
7043 xdir=$func_dirname_result
7046 pic_object=$xdir$objdir/$func_lo2o_result
7047 non_pic_object=$xdir$func_lo2o_result
7623 xdir=$func_dirname_result
[all …]
/netbsd-src/external/public-domain/xz/dist/build-aux/
H A Dltmain.sh3641 xdir=$func_dirname_result
3642 lobj=$xdir$objdir/$objname
3724 func_mkdir_p "$xdir$objdir"
6951 xdir=$func_dirname_result
6955 pic_object=$xdir$pic_object
6983 non_pic_object=$xdir$non_pic_object
7001 xdir=$func_dirname_result
7004 pic_object=$xdir$objdir/$func_lo2o_result
7005 non_pic_object=$xdir$func_lo2o_result
7556 xdir=$func_dirname_result
[all …]
/netbsd-src/external/bsd/openldap/dist/build/
H A Dltmain.sh3427 xdir=$func_dirname_result
3428 lobj=$xdir$objdir/$objname
3510 func_mkdir_p "$xdir$objdir"
6736 xdir=$func_dirname_result
6740 pic_object=$xdir$pic_object
6768 non_pic_object=$xdir$non_pic_object
6786 xdir=$func_dirname_result
6789 pic_object=$xdir$objdir/$func_lo2o_result
6790 non_pic_object=$xdir$func_lo2o_result
7337 xdir=$func_dirname_result
[all …]
/netbsd-src/external/lgpl3/mpfr/dist/
H A Dltmain.sh3672 xdir=$func_dirname_result
3673 lobj=$xdir$objdir/$objname
3755 func_mkdir_p "$xdir$objdir"
6985 xdir=$func_dirname_result
6989 pic_object=$xdir$pic_object
7017 non_pic_object=$xdir$non_pic_object
7035 xdir=$func_dirname_result
7038 pic_object=$xdir$objdir/$func_lo2o_result
7039 non_pic_object=$xdir$func_lo2o_result
7617 xdir=$func_dirname_result
[all …]
/netbsd-src/external/mpl/bind/dist/
H A Dltmain.sh3672 xdir=$func_dirname_result
3673 lobj=$xdir$objdir/$objname
3755 func_mkdir_p "$xdir$objdir"
6985 xdir=$func_dirname_result
6989 pic_object=$xdir$pic_object
7017 non_pic_object=$xdir$non_pic_object
7026 # $xdir was prepended to $pic_object above.
7035 xdir=$func_dirname_result
7038 pic_object=$xdir$objdir/$func_lo2o_result
7039 non_pic_object=$xdir
[all...]

12