Lines Matching refs:nslash
1887 int cmd, inc, i, nslash; in memex() local
1930 nslash = 0; in memex()
1992 if (nslash > 0) in memex()
1993 adrs -= 1 << nslash; in memex()
1995 nslash = 0; in memex()
1996 nslash += 4; in memex()
1997 adrs += 1 << nslash; in memex()
2000 if (nslash < 0) in memex()
2001 adrs += 1 << -nslash; in memex()
2003 nslash = 0; in memex()
2004 nslash -= 4; in memex()
2005 adrs -= 1 << -nslash; in memex()