Lines Matching refs:nslash
2325 int cmd, inc, i, nslash; in memex() local
2368 nslash = 0; in memex()
2429 if (nslash > 0) in memex()
2430 adrs -= 1 << nslash; in memex()
2432 nslash = 0; in memex()
2433 nslash += 4; in memex()
2434 adrs += 1 << nslash; in memex()
2437 if (nslash < 0) in memex()
2438 adrs += 1 << -nslash; in memex()
2440 nslash = 0; in memex()
2441 nslash -= 4; in memex()
2442 adrs -= 1 << -nslash; in memex()