Lines Matching refs:Itabn
143 static int Itabn = 0; variable
367 Itabn = (int)strtol(&argv[optnum] in findopt()
373 if (Itabn <= 0) in findopt()
374 Itabn = DEFTAB; in findopt()
577 if (Itabn == 0) in findopt()
578 Itabn = DEFTAB; in findopt()
595 if (Itabn == 0) in findopt()
598 numw = Numw + Itabn - (Numw % Itabn); in findopt()
1053 move = Itabn - ((chars + Itabn) % Itabn); in readbuf()
1189 if (Itabn == 0) in put()
1195 move = Itabn - ((Lcolpos + Itabn) % Itabn); in put()
1279 if ((Nspace >= 2 && Itabn > 0 &&
1280 Nspace >= (nc = Itabn - Outpos % Itabn)) && !fold) {
1283 if ((Itabn > 0 && Nspace >= (nc = Itabn - Outpos % Itabn)) &&