Lines Matching defs:last

217                      /*  last call to gl_interpret_char(). */
225 KtAction action; /* The last action function that made a */
239 /* last call to gl_interpret_char(). */
253 int find_forward; /* True if the last character search was in the */
255 int find_onto; /* True if the last character search left the */
258 char find_char; /* The last character sought, or '\0' if no */
384 char *term; /* The terminal type specified on the last call */
449 long last_search; /* The value of keyseq_count during the last */
506 int last_signal; /* The last signal that was caught by */
507 /* the last call to gl_get_line(), or -1 */
807 * After the list of strings to be printed, the last argument MUST be
989 * for input to be reverted to the input stream last registered with
2155 * If you just want it to follow the last character
2773 * If you just want it to follow the last character
4059 * when one writes a character in the last column of
4146 * when one writes a character in the last column of
4669 int last = gl_nth_word_end_forward(gl, count);
4676 * Upcase characters from the current cursor position to 'last'.
4678 while(gl->buff_curpos <= last) {
4705 int last = gl_nth_word_end_forward(gl, count);
4712 * Upcase characters from the current cursor position to 'last'.
4714 while(gl->buff_curpos <= last) {
5014 int ca, cb; /* The indexes of the first and last characters in the region */
5029 * Get the line indexes of the first and last characters in the region.
5075 * gl_add_string_to_line() leaves the cursor after the last character that
5076 * was pasted, whereas vi leaves the cursor over the last character pasted.
5333 * to force searching for the prefix used in the last search.
5355 * a repeat search even if the last command wasn't a history command.
5399 * for the prefix used in the last search.
5417 * a repeat search even if the last command wasn't a history command.
5960 * settings of the last terminal.
6753 * which the last keystroke was a numeric digit.
6758 * Was the last keystroke a digit?
6772 * Was the last keystroke a digit?
6795 GlhLineID id; /* The last history line recalled while entering this line */
7375 * the last find character.
7400 * Advance past the last match (or past the current cursor position
7424 * Step back one from the last match (or from the current cursor
7455 * Repeat the last character search in the same direction as the last
7467 * Repeat the last character search in the opposite direction as the last
7480 * word endings, returning the index of the last one found, or the end of
7500 * If we are at the end of the line, return the index of the last
7531 * word starts, returning the index of the last one found, or the end of
7570 * word starts, returning the index of the last one found, or the start
7593 * Starting one character back from the last search, so as not to keep
7826 * In vi mode, restore the line to the way it was before the last command
8266 * Get the repeat count, passing the last keystroke if executing the
10311 * Return the last signal that was caught by the most recent call to
10319 * return int The last signal caught by the most recent
10357 * If you just want it to follow the last character
10487 * ... void * The last argument must always be GL_END_INFO.
10546 * last line of the partially enterred line. In order that this
10554 * On which terminal lines are the cursor and the last character of the
10560 * Move the cursor to the start of the line that follows the last
10603 * return GlReturnStatus The return status of the last call to
10759 * gl_raw_io() was last called. After calling
11259 * at the end of the last string that you write. Note that when a new
11276 * in the last column of the terminal line. If
11483 * about the last error to occur in either gl_get_line() or its