Lines Matching refs:nslash
1901 int cmd, inc, i, nslash; in memex() local
1944 nslash = 0; in memex()
2005 if (nslash > 0) in memex()
2006 adrs -= 1 << nslash; in memex()
2008 nslash = 0; in memex()
2009 nslash += 4; in memex()
2010 adrs += 1 << nslash; in memex()
2013 if (nslash < 0) in memex()
2014 adrs += 1 << -nslash; in memex()
2016 nslash = 0; in memex()
2017 nslash -= 4; in memex()
2018 adrs -= 1 << -nslash; in memex()