Lines Matching defs:point

192 unsigned char *point;		/* points to current position in line	*/
568 curr_line->line = point = malloc(10);
707 point = resiz_line(10, curr_line, position);
709 temp = point;
717 while (point < temp)
723 *point = character; /* insert new character */
728 point++;
735 point++;
761 midscreen(scr_vert, point);
769 draw_line(scr_vert, scr_horz, point, position, curr_line->line_length);
783 if (point != curr_line->line) /* if not at beginning of line */
786 temp2 = tp = point;
787 if ((ee_chinese) && (position >= 2) && (*(point - 2) > 127))
792 point -= del_width;
804 *d_char = *point; /* save deleted character */
807 d_char[0] = *point;
808 d_char[1] = *(point + 1);
822 midscreen(scr_vert, point);
830 point = resiz_line(temp_buff->line_length, curr_line, position);
840 tp = point;
875 draw_line(scr_vert, scr_horz, point, position, curr_line->line_length);
910 midscreen(scr_vert, point);
915 midscreen(scr_vert, point);
1085 temp = point;
1100 temp=point;
1110 point= curr_line->line;
1131 midscreen(scr_vert, point);
1133 draw_line(scr_vert, scr_horz, point, position,
1163 if ((position != 1) && ((point[-1] == ' ') || (point[-1] == '\t')))
1165 while ((position != 1) && ((*point != ' ') && (*point != '\t')))
1168 while ((position != 1) && ((*point == ' ') || (*point == '\t')))
1170 while ((position != 1) && ((*point != ' ') && (*point != '\t')))
1172 if ((position != 1) && ((*point == ' ') || (*point == '\t')))
1339 point = curr_line->line;
1343 midscreen(last_line, point);
1355 point = curr_line->line;
1359 midscreen(0, point);
1368 point = curr_line->line;
1376 draw_line(last_line,0,point,1,curr_line->line_length);
1387 point = curr_line->line;
1392 draw_line(0,0,point,1,curr_line->line_length);
1399 point++;
1407 if (point != curr_line->line) /* if not at begin of line */
1409 if ((ee_chinese) && (position >= 2) && (*(point - 2) > 127))
1411 point--;
1414 point--;
1416 scanline(point);
1426 point = curr_line->line + curr_line->line_length;
1432 scanline(point);
1444 if ((ee_chinese) && (*point > 127) &&
1447 point++;
1450 point++;
1452 scanline(point);
1462 point = curr_line->line;
1471 midscreen(scr_vert, point);
1485 if (*point == 9)
1487 else if (*point < ' ')
1489 else if ((ee_chinese) && (*point > 127) &&
1493 point++;
1499 point++;
1504 midscreen(scr_vert, point);
1509 midscreen(scr_vert, point);
1520 point = curr_line->line;
1593 midscreen(scr_vert, point);
1755 wprintw(com_win, char_str, *point);
2031 point = curr_line->line;
2033 midscreen((last_line / 2), point);
2211 point = curr_line->line;
2353 curr_line->line = point = (unsigned char *) malloc(char_count);
2359 point = resiz_line(char_count, curr_line, curr_line->line_length);
2364 *point = *str1;
2365 point++;
2368 *point = '\0';
2497 point = curr_line->line;
2599 srch_1 = point;
2670 point = srch_1;
2672 scanline(point);
2674 midscreen((last_line / 2), point);
2719 if ((ee_chinese) && (*point > 127) &&
2722 point++;
2726 point++;
2727 scanline(point);
2769 d_word3 = point;
2790 d_word2 = point;
2800 draw_line(scr_vert, scr_horz,point,position,curr_line->line_length);
2822 point = resiz_line(d_wrd_len, curr_line, position);
2836 tmp_old_ptr = point;
2851 tmp_old_ptr = point;
2867 draw_line(scr_vert, scr_horz, point, position, curr_line->line_length);
2881 dl2 = point;
2892 *point = '\0';
2915 point = resiz_line(dlt_line->line_length, curr_line, position);
2917 ud1 = point;
2928 draw_line(scr_vert, scr_horz,point,position,curr_line->line_length);
2934 while ((position < curr_line->line_length) && ((*point != 32) && (*point != 9)))
2936 while ((position < curr_line->line_length) && ((*point == 32) || (*point == 9)))
2959 tmp = point;
2968 point = tmp;
2969 scanline(point);
2981 midscreen(scr_vert, point);
2992 tmp = point;
3001 point = tmp;
3002 scanline(point);
3027 if (point != curr_line->line)
3029 while (point != curr_line->line)
3042 if ((point != curr_line->line) || (scr_pos > 0))
3162 point = curr_line->line;
3726 midscreen(scr_vert, point);
3746 midscreen(min(scr_vert, last_line), point);
3861 midscreen(scr_vert, point);
3954 if ((*point == ' ') || (*point == '\t'))
3958 line = temp1 = point;
3973 while ((line != point) && (status))
4005 if (*point != ' ')
4013 if ((*point == ' ') || (*point == '\t'))
4027 if ((*point == ' ') && (*(point + 1) == ' '))
4040 if ((*point == '.') && (*(point + 1) == ' '))
4045 while (*point == ' ')
4119 midscreen(scr_vert, point);
4538 if ((position != 1) && ((*point == ' ') || (*point == '\t') || (position == curr_line->line_length) || (*point == '\0')))
4548 if ((*point == ' ') || (*point == '\t'))
4552 line = temp1 = point;
4567 while ((line != point) && (status))
4596 if (*point != ' ')
4616 if ((*point == ' ') || (*point == '\t'))
4652 if (*point != ' ')
4675 if ((*point == ' ') || (*point == '\t'))
4752 midscreen(scr_vert, point);