Searched refs:HACKPAGER (Results 1 - 2 of 2) sorted by relevance

/seL4-refos-master/projects/refos/impl/apps/nethack/src/nethack-3.4.3/sys/unix/
H A Dnethack.sh19 # assume that if someone sets up a special variable (HACKPAGER) for NetHack,
22 if test \( "xxx$PAGER" != xxx \) -a \( "xxx$HACKPAGER" = xxx \)
25 HACKPAGER=$PAGER
31 for i in $HACKPAGER
33 HACKPAGER=$i
37 if test ! -f $HACKPAGER
42 if test -f $i/$HACKPAGER
44 HACKPAGER=$i/$HACKPAGER
45 export HACKPAGER
[all...]
/seL4-refos-master/apps/nethack/src/nethack-3.4.3/sys/unix/
H A Dnethack.sh19 # assume that if someone sets up a special variable (HACKPAGER) for NetHack,
22 if test \( "xxx$PAGER" != xxx \) -a \( "xxx$HACKPAGER" = xxx \)
25 HACKPAGER=$PAGER
31 for i in $HACKPAGER
33 HACKPAGER=$i
37 if test ! -f $HACKPAGER
42 if test -f $i/$HACKPAGER
44 HACKPAGER=$i/$HACKPAGER
45 export HACKPAGER
[all...]

Completed in 79 milliseconds