Lines Matching defs:text

124 struct text {
129 struct text *next_line; /* next line of text */
130 struct text *prev_line; /* previous line of text */
133 struct text *first_line; /* first line of current buffer */
134 struct text *dlt_line; /* structure for info on deleted line */
135 struct text *curr_line; /* current line cursor is on */
136 struct text *tmp_line; /* temporary line pointer */
137 struct text *srch_line; /* temporary pointer for search routine */
159 int last_line; /* last line for text display */
160 int last_col; /* last column for text display */
161 int horiz_offset = 0; /* offset from left edge of text */
163 int text_changes = FALSE; /* indicate changes have been made to text */
258 unsigned char *resiz_line P_((int factor, struct text *rline, int rpos));
267 struct text *txtalloc P_((void));
327 int Blank_Line P_((struct text *test_line));
334 int first_word_len P_((struct text *test_line));
358 {"", NULL, NULL, NULL, NULL, -1}, /* 9. chinese text */
674 struct text *rline; /* position in line */
778 struct text *temp_buff;
1069 struct text *temp_nod;
1138 struct text *txtalloc() /* allocate space for line structure */
1140 return((struct text *) malloc(sizeof( struct text)));
1159 prev_word() /* move to start of previous word in text */
1992 struct text *t_line;
2047 struct text *mid_line;
2243 int append; /* should text be appended to current line */
2244 struct text *temp_line;
2309 int *append; /* TRUE if must append more text to end of current line */
2316 struct text *tline; /* temporary pointer to new line */
2378 struct text *temp_line;
2509 struct text *out_line;
3058 struct text *tmpline = first_line;
3079 struct text *line_holder;
3866 | block of text with blank lines before and after the block).
3871 struct text *test_line;
3885 | messages with included text, consider a line with a '>' blank.
4460 struct text *test_line;
5123 help_text[2] = catgetlocal( 37, "^b bottom of text ^j newline ^t top of text ");
5145 control_keys[2] = catgetlocal( 59, "^b bottom of text ^g begin of line ^w delete word ^l left ");
5146 control_keys[3] = catgetlocal( 60, "^t top of text ^o end of line ^v undelete word ^r right ");
5237 emacs_help_text[2] = catgetlocal( 147, "^b back 1 char ^j undel char ^t top of text ");
5238 emacs_help_text[3] = catgetlocal( 148, "^c command ^k delete line ^u bottom of text ");
5260 emacs_control_keys[3] = catgetlocal( 157, "^t top of text ^e end of line ^r restore word ^f forward char ");