Lines Matching defs:after
216 int saved; /* True once a line has been saved after the */
257 /* to just before or after it. */
311 GlAfterSignal after; /* What to do after the signal has been handled */
400 int prompt_changed; /* True after a callback changes the prompt */
430 /* either after the current action function */
579 GlAfterSignal after; /* What to do after the signal has been delivered */
715 * Put the terminal into raw input mode, after saving the original
825 * Output a character or string to the terminal after converting tabs
872 * Terminate the input-line buffer after a specified number of characters.
1048 * Return the buffer index of the nth word ending after the cursor.
1053 * Return the buffer index of the nth word start after the cursor.
1077 * after the deletion.
1184 GlAfterSignal after, int errno_value);
1984 if(_gl_trap_signal(gl, sig->signo, sig->flags, sig->after,
2286 * functions after this, restore its value to the value that it had
2449 * functions after this, restore its value to the value that it had
2580 * Switch the terminal into raw mode after storing the previous terminal
2987 * and move the cursor to just after the added character.
3032 * and move the cursor to just after the added character.
3479 switch(sig->after) {
4052 * Write a character to the terminal after expanding tabs and control
4063 * after such a write, we don't know where the
4114 * now have been positioned after the character that was just output.
4139 * Write a string to the terminal after expanding tabs and control
4150 * after such a write, we don't know where the
4252 * Move the terminal cursor to just after the prompt.
4558 * user will be left in insert mode after the
4667 * Locate the count'th word ending after the cursor.
4703 * Locate the count'th word ending after the cursor.
4923 * redraw everything after the first of the characters.
4931 * Advance the cursor to the character after the swapped pair.
5075 * gl_add_string_to_line() leaves the cursor after the last character that
5106 * Arrange to paste the text in insert mode after the current character.
5481 int waserr = 0; /* True after errors */
5527 * after this action function returns.
6125 int waserr = 0; /* True after errors */
7096 * allowing text to be appended after the next character.
7622 * after the cursor, depending on whether in emacs or vi mode.
8311 * Reset the repeat count after running action functions.
8384 * read after the contents of app_string[].
9082 int waserr = 0; /* True after any error */
9140 int waserr = 0; /* True after any error */
9574 * wish to use it after subsequent calls
10088 * after GlAfterSignal What to do after the application's signal
10096 GlAfterSignal after, int errno_value)
10115 status = _gl_trap_signal(gl, signo, flags, after, errno_value);
10129 GlAfterSignal after, int errno_value)
10186 sig->after = after;
10288 * line after the end of the line that has just been entered.
10481 * Print an informational message to the terminal, after starting a new
10496 int waserr = 0; /* True after an error */
10543 int waserr = 0; /* True after any I/O error */
10811 * Postpone subsequent redisplays until after _gl_raw_io(gl, 1)
11269 * prefix const char * An optional prefix string to write after the
11295 * which the cursor was left after writing the
12086 * Truncate the string in the input line buffer after a given number of
12762 * functions after this, restore its value to the value that it had
12818 * condition that occurs after such a reset.