| /src/external/gpl3/gdb/dist/readline/readline/ |
| vi_mode.c | 229 _rl_replace_text (vi_insert_buffer, rl_point, rl_point+nchars-1); 264 if (rl_point > 0) 271 if (rl_point > 0) 280 if (rl_point > 0) 289 if (rl_point > 0) 298 if (rl_point > 0) 387 if ((rl_point < rl_end) && (!whitespace (rl_line_buffer[rl_point]))) 389 if (!whitespace (rl_line_buffer[rl_point + 1]) [all...] |
| vi_mode.c | 229 _rl_replace_text (vi_insert_buffer, rl_point, rl_point+nchars-1); 264 if (rl_point > 0) 271 if (rl_point > 0) 280 if (rl_point > 0) 289 if (rl_point > 0) 298 if (rl_point > 0) 387 if ((rl_point < rl_end) && (!whitespace (rl_line_buffer[rl_point]))) 389 if (!whitespace (rl_line_buffer[rl_point + 1]) [all...] |
| kill.c | 186 commands always make rl_point's original position be the FROM argument, 187 and rl_point's extent be the TO argument. */ 205 orig_point = rl_point; 208 if (rl_point != orig_point) 209 rl_kill_text (orig_point, rl_point); 211 rl_point = orig_point; 213 rl_mark = rl_point; 228 orig_point = rl_point; 231 if (rl_point != orig_point) 232 rl_kill_text (orig_point, rl_point); [all...] |
| kill.c | 186 commands always make rl_point's original position be the FROM argument, 187 and rl_point's extent be the TO argument. */ 205 orig_point = rl_point; 208 if (rl_point != orig_point) 209 rl_kill_text (orig_point, rl_point); 211 rl_point = orig_point; 213 rl_mark = rl_point; 228 orig_point = rl_point; 231 if (rl_point != orig_point) 232 rl_kill_text (orig_point, rl_point); [all...] |
| text.c | 98 for (i = rl_end; i >= rl_point; i--) 101 strncpy (rl_line_buffer + rl_point, string, l); 110 (rl_undo_list->end == rl_point) && 114 rl_add_undo (UNDO_INSERT, rl_point, rl_point + l, (char *)NULL); 116 rl_point += l; 178 _RL_FIX_POINT (rl_point); 202 rl_point = start; 243 rl_point is the place in the string where the cursor is. Sometimes 273 end = rl_point + count [all...] |
| text.c | 98 for (i = rl_end; i >= rl_point; i--) 101 strncpy (rl_line_buffer + rl_point, string, l); 110 (rl_undo_list->end == rl_point) && 114 rl_add_undo (UNDO_INSERT, rl_point, rl_point + l, (char *)NULL); 116 rl_point += l; 178 _RL_FIX_POINT (rl_point); 202 rl_point = start; 243 rl_point is the place in the string where the cursor is. Sometimes 273 end = rl_point + count [all...] |
| search.c | 82 current line. This doesn't do anything with rl_point; the caller 186 rl_point = 0; 206 rl_point = ind; 214 rl_point = 0; 248 rl_end = rl_point = 0; 276 rl_point = cxt->save_point; 312 if (rl_point == 0) 372 /* If rl_point == 0, we want to re-use the previous search string and 375 if (rl_point == 0) 576 if (rl_point > _rl_history_search_len [all...] |
| search.c | 82 current line. This doesn't do anything with rl_point; the caller 186 rl_point = 0; 206 rl_point = ind; 214 rl_point = 0; 248 rl_end = rl_point = 0; 276 rl_point = cxt->save_point; 312 if (rl_point == 0) 372 /* If rl_point == 0, we want to re-use the previous search string and 375 if (rl_point == 0) 576 if (rl_point > _rl_history_search_len [all...] |
| misc.c | 61 to preserve the value of rl_point from line to line. */ 360 rl_point = rl_end; /* rl_replace_line sets rl_end */ 406 rl_point = (_rl_history_preserve_point && _rl_history_saved_point != -1) 409 if (rl_point > rl_end) 410 rl_point = rl_end; 414 rl_point = 0; 418 rl_mark = (rl_point == rl_end ? 0 : rl_end); 428 rl_point = rl_end; 434 rl_point = 0; 572 if (_rl_history_saved_point == -1 && (rl_point || rl_end) [all...] |
| misc.c | 61 to preserve the value of rl_point from line to line. */ 360 rl_point = rl_end; /* rl_replace_line sets rl_end */ 406 rl_point = (_rl_history_preserve_point && _rl_history_saved_point != -1) 409 if (rl_point > rl_end) 410 rl_point = rl_end; 414 rl_point = 0; 418 rl_mark = (rl_point == rl_end ? 0 : rl_end); 428 rl_point = rl_end; 434 rl_point = 0; 572 if (_rl_history_saved_point == -1 && (rl_point || rl_end) [all...] |
| parens.c | 125 find_matching_open (rl_line_buffer, rl_point - 2, invoking_key); 135 orig_point = rl_point; 136 rl_point = match_point; 143 rl_point = orig_point;
|
| /src/external/gpl3/gdb.old/dist/readline/readline/ |
| vi_mode.c | 229 _rl_replace_text (vi_insert_buffer, rl_point, rl_point+nchars-1); 264 if (rl_point > 0) 271 if (rl_point > 0) 280 if (rl_point > 0) 289 if (rl_point > 0) 298 if (rl_point > 0) 387 if ((rl_point < rl_end) && (!whitespace (rl_line_buffer[rl_point]))) 389 if (!whitespace (rl_line_buffer[rl_point + 1]) [all...] |
| vi_mode.c | 229 _rl_replace_text (vi_insert_buffer, rl_point, rl_point+nchars-1); 264 if (rl_point > 0) 271 if (rl_point > 0) 280 if (rl_point > 0) 289 if (rl_point > 0) 298 if (rl_point > 0) 387 if ((rl_point < rl_end) && (!whitespace (rl_line_buffer[rl_point]))) 389 if (!whitespace (rl_line_buffer[rl_point + 1]) [all...] |
| kill.c | 186 commands always make rl_point's original position be the FROM argument, 187 and rl_point's extent be the TO argument. */ 205 orig_point = rl_point; 208 if (rl_point != orig_point) 209 rl_kill_text (orig_point, rl_point); 211 rl_point = orig_point; 213 rl_mark = rl_point; 228 orig_point = rl_point; 231 if (rl_point != orig_point) 232 rl_kill_text (orig_point, rl_point); [all...] |
| kill.c | 186 commands always make rl_point's original position be the FROM argument, 187 and rl_point's extent be the TO argument. */ 205 orig_point = rl_point; 208 if (rl_point != orig_point) 209 rl_kill_text (orig_point, rl_point); 211 rl_point = orig_point; 213 rl_mark = rl_point; 228 orig_point = rl_point; 231 if (rl_point != orig_point) 232 rl_kill_text (orig_point, rl_point); [all...] |
| text.c | 98 for (i = rl_end; i >= rl_point; i--) 101 strncpy (rl_line_buffer + rl_point, string, l); 110 (rl_undo_list->end == rl_point) && 114 rl_add_undo (UNDO_INSERT, rl_point, rl_point + l, (char *)NULL); 116 rl_point += l; 178 _RL_FIX_POINT (rl_point); 202 rl_point = start; 243 rl_point is the place in the string where the cursor is. Sometimes 273 end = rl_point + count [all...] |
| text.c | 98 for (i = rl_end; i >= rl_point; i--) 101 strncpy (rl_line_buffer + rl_point, string, l); 110 (rl_undo_list->end == rl_point) && 114 rl_add_undo (UNDO_INSERT, rl_point, rl_point + l, (char *)NULL); 116 rl_point += l; 178 _RL_FIX_POINT (rl_point); 202 rl_point = start; 243 rl_point is the place in the string where the cursor is. Sometimes 273 end = rl_point + count [all...] |
| search.c | 82 current line. This doesn't do anything with rl_point; the caller 186 rl_point = 0; 206 rl_point = ind; 214 rl_point = 0; 248 rl_end = rl_point = 0; 276 rl_point = cxt->save_point; 312 if (rl_point == 0) 372 /* If rl_point == 0, we want to re-use the previous search string and 375 if (rl_point == 0) 576 if (rl_point > _rl_history_search_len [all...] |
| search.c | 82 current line. This doesn't do anything with rl_point; the caller 186 rl_point = 0; 206 rl_point = ind; 214 rl_point = 0; 248 rl_end = rl_point = 0; 276 rl_point = cxt->save_point; 312 if (rl_point == 0) 372 /* If rl_point == 0, we want to re-use the previous search string and 375 if (rl_point == 0) 576 if (rl_point > _rl_history_search_len [all...] |
| misc.c | 61 to preserve the value of rl_point from line to line. */ 360 rl_point = rl_end; /* rl_replace_line sets rl_end */ 406 rl_point = (_rl_history_preserve_point && _rl_history_saved_point != -1) 409 if (rl_point > rl_end) 410 rl_point = rl_end; 414 rl_point = 0; 418 rl_mark = (rl_point == rl_end ? 0 : rl_end); 428 rl_point = rl_end; 434 rl_point = 0; 572 if (_rl_history_saved_point == -1 && (rl_point || rl_end) [all...] |
| misc.c | 61 to preserve the value of rl_point from line to line. */ 360 rl_point = rl_end; /* rl_replace_line sets rl_end */ 406 rl_point = (_rl_history_preserve_point && _rl_history_saved_point != -1) 409 if (rl_point > rl_end) 410 rl_point = rl_end; 414 rl_point = 0; 418 rl_mark = (rl_point == rl_end ? 0 : rl_end); 428 rl_point = rl_end; 434 rl_point = 0; 572 if (_rl_history_saved_point == -1 && (rl_point || rl_end) [all...] |
| /src/external/gpl3/gdb/dist/readline/readline/examples/ |
| manexamp.c | 68 start = rl_point; 110 rl_point = end - direction;
|
| manexamp.c | 68 start = rl_point; 110 rl_point = end - direction;
|
| /src/external/gpl3/gdb.old/dist/readline/readline/examples/ |
| manexamp.c | 68 start = rl_point; 110 rl_point = end - direction;
|
| manexamp.c | 68 start = rl_point; 110 rl_point = end - direction;
|