Lines Matching refs:tposit
2749 int tposit; in del_word() local
2763 tposit = position; in del_word()
2764 while ((tposit < curr_line->line_length) && in del_word()
2767 tposit++; in del_word()
2772 while ((tposit < curr_line->line_length) && in del_word()
2775 tposit++; in del_word()
2783 while (tposit < curr_line->line_length) in del_word()
2785 tposit++; in del_word()
2805 int tposit; in undel_word() local
2830 tposit = position; in undel_word()
2835 while (tposit < curr_line->line_length) in undel_word()
2838 tposit++; in undel_word()
2847 tposit = 1; in undel_word()
2851 while (tposit < temp) in undel_word()
2853 tposit++; in undel_word()
2869 int tposit; in del_line() local
2876 tposit = position; in del_line()
2877 while (tposit < curr_line->line_length) in del_line()
2882 tposit++; in del_line()
2884 dlt_line->line_length = 1 + tposit - position; in del_line()
2903 int tposit; in undel_line() local
2914 tposit = 1; in undel_line()
2915 while (tposit < dlt_line->line_length) in undel_line()
2917 tposit++; in undel_line()