Lines Matching defs:currentp
1149 int currentp, instr, tabc, tabto, grayed;
1152 currentp = 0;
1230 if (currentp > 0) { /* not beginning of line */
1231 i = tabstop - (currentp % tabstop) +
1244 currentp += i;
1256 if (currentp - i < 0) {
1266 if (currentp >= columns)
1267 i -= currentp-columns;
1279 currentp -= i;
1298 currentp = 0;
1315 currentp = 0;
1320 if (currentp < columns) {
1335 currentp++;
1347 if (currentp < columns) {
1375 currentp++;