Lines Matching defs:savecnt
192 int savecnt = cnt;
199 if ((savecnt > 1) && (ch == 'o' || ch == 'O')) {
203 if ((savecnt > 1) && (ch == 'a' || ch == 'A' || ch == 'i' || ch == 'I'))
692 imultlinerep(savecnt, startsrcline, startsrccol, endsrccol);
694 omultlinerep(savecnt, startsrcline, endsrccol);
696 } else if (savecnt > 1 && ch == 'r' && gotNL) {
702 rmultlinerep(savecnt, endsrccol);
714 } else if (savecnt > 1 && ch == 'r' && gotNL) {
757 imultlinerep(int savecnt, line *startsrcline, int startsrccol, int endsrccol)
770 * a multi-line insert, and we need to repeat it savecnt - 1
795 while (tmpcnt <= savecnt) {
798 if ((tmpcnt == savecnt) &&
826 omultlinerep(int savecnt, line *startsrcline, int endsrccol)
839 while (tmpcnt <= savecnt) {
854 * insert '\n' savecnt-1 more times before the already added '\n'.
858 rmultlinerep(int savecnt, int endsrccol)
867 * '\n' must be repeated [savecnt - 1] more times in the temp file.
879 while (tmpcnt <= savecnt) {