Lines Matching defs:from

208  * undo command. It records a copy of the input line from before
381 FILE *file_fp; /* When input is being temporarily taken from */
438 int nread; /* The number of characters read from keybuf[] */
466 const char *clear_eol; /* The string that clears from the cursor to */
468 const char *clear_eod; /* The string that clears from the cursor to */
721 * Restore the terminal attributes from gl->oldattr.
736 * Read a line from the user in raw mode.
747 * Read input from a non-interactive input stream.
752 * Read a single character from a non-interactive input stream.
768 * Handle the receipt of the potential start of a new key-sequence from
833 * Delete nc characters starting from the one under the cursor.
866 * Remove characters from the input-line buffer, and move any characters
889 * Read a single character from the terminal.
894 * Discard processed characters from the key-press lookahead buffer.
960 static GLC_GETC_FN(glc_file_getc); /* Read from a file */
961 static GLC_GETC_FN(glc_buff_getc); /* Read from a string */
988 * to temporarily read input from a file, gl_revert_input() arranges
1155 * They are designed to be called from places where signals are already
1390 {"read-from-file", gl_read_from_file},
1508 {"^X^F", "read-from-file"},
1555 {"^X^F", "read-from-file"},
1957 * Allocate a freelist from which to allocate nodes for the list
1964 * Allocate a freelist from which to allocate nodes for the list
1972 * Allocate a freelist from which to allocate nodes for the list
2145 * Read a line from the user.
2238 * Read a line from a non-interactive stream?
2252 * Read from the terminal? Note that the above if() block may have
2313 * Read a single character from the user.
2398 * Read a line from a non-interactive stream?
2414 * Read from the terminal? Note that the above if() block may have
2761 * Read a new input line from the user.
2820 * input to be taken from a file, abort this call.
2850 * prompting the user, reading a character from the terminal, and
2861 * prevented a character from being read.
2891 * Delete the character that was read, from the key-press buffer.
2986 * Redraw the line from the cursor position to the end of the line,
3031 * Redraw the line from the cursor position to the end of the line,
3114 * Read a single character from the terminal.
3120 * subsequently be removed from the buffer when the
3142 * Record the fact that we are about to read from the terminal.
3157 * Completely remove the character from the key buffer?
3178 * Read one character from the terminal.
3202 * Read one or more keypresses from the terminal of an input stream.
3217 * Which file descriptor should we read from? Mark this volatile, so
3248 * from the terminal, to work around a bug in Solaris. We can do this
3257 if(isatty(fd)) /* If we reading from a terminal, */
3293 * temporarily while it reads a single character from the specified file
3298 * fd int The file descriptor to read from.
3311 * Attempt to read one character from the terminal, restarting the read
3336 * Remove a specified number of characters from the start of the
3338 * read to start from the character at the start of the shifted buffer.
3342 * nused int The number of characters to discard from the start
3384 * the signals that we are trapping are blocked from delivery.
3509 * Discard any existing control strings from a previous terminal.
3658 * a termninal capability string from the terminfo database and make
3678 * a termninal capability string from the termcap database and make
3865 * n int The number of characters to write from the
4257 * Clear from the end of the prompt to the end of the terminal.
4302 * How many characters are to be deleted from before the cursor?
4380 * from the undo buffer.
4384 * How many of the characters being deleted can be restored from the
4398 * implies that we are deleting from the end of the line, so we need
4400 * we are deleting from beyond the end of the undo buffer, at the current
4463 * Starting from the cursor position delete to the specified column.
4474 * Starting from the cursor position delete characters to a matching
4491 * This is an action function which deletes from the cursor to the end
4536 * Delete from the new cursor position to the original one.
4550 * the character should be read from the user.
4605 * This is an action function which deletes forward from the cursor up to and
4614 * This is an action function which deletes backward from the cursor back to
4623 * This is an action function which deletes forward from the cursor up to but
4632 * This is an action function which deletes backward from the cursor back to
4676 * Upcase characters from the current cursor position to 'last'.
4712 * Upcase characters from the current cursor position to 'last'.
4849 * input line from the home position.
4854 * Home the cursor and clear from there to the end of the display.
4876 char from[3]; /* The original string of 2 characters */
4892 from[0] = gl->line[gl->buff_curpos - 1];
4893 from[1] = gl->line[gl->buff_curpos];
4894 from[2] = '\0';
4913 if(gl_displayed_string_width(gl, from, -1, gl->term_curpos) ==
5217 * is read from the terminal.
5291 * session from a previous entered line if possible.
5791 * to be completed from the input line, and
5831 * input_fp FILE * The stdio stream to read from.
5898 * Remove the displaced terminal from the list of fds to watch.
5959 * Clear any terminal-specific key bindings that were taken from the
6237 * Read getline configuration information from a given file.
6242 * information from. The contents of this file
6315 * Read GetLine configuration information from a string. The contents of
6359 * unread character from the stream.
6376 int c; /* A character from the file */
6552 * next character from a configuration file.
6561 * next character from a buffer. Its stream argument is a pointer to a
6562 * variable which is, in turn, a pointer into the buffer being read from.
6573 * lines from the regular file whos name precedes the cursor.
6612 * Disallow input from anything but normal files. In principle we could
6613 * also support input from named pipes. Terminal files would be a problem
6648 if(gl_print_info(gl, "<Taking input from ", result->files[0], ">",
7194 * Starting from the cursor position and looking towards the end of the
7215 * Starting from the character before the cursor position and looking
7238 * Starting from the cursor position copy to the specified column into the
7250 * Starting from the cursor position copy characters up to a matching
7267 * Starting from the cursor position copy the rest of the line into the
7281 * Copy from the beginning of the line to the cursor position into the
7360 * character should be read from the user.
7370 * Get a character from the user?
7424 * Step back one from the last match (or from the current cursor
7479 * Search forward from the current position of the cursor for 'count'
7495 * we need to start from one position to the right of the cursor
7530 * Search forward from the current position of the cursor for 'count'
7569 * Search backward from the current position of the cursor for 'count'
7593 * Starting one character back from the last search, so as not to keep
7670 * the character should be read from the user.
7975 * Starting from the cursor position change characters to the specified column.
7986 * Starting from the cursor position change characters to a matching
8173 * Handle the receipt of the potential start of a new key-sequence from
8293 * read input from the terminal, and no input is currently available.
8296 * from scratch.
8301 * Discard the now processed characters from the key sequence buffer.
8607 * Restore the contents of the history buffer from a given new file.
8677 * Attempt to load from the specified file.
8851 * terminal input received from the user, and to I/O on any file
8927 * the caller. Note that it assumes that it is being called from within
9235 * Prevent history information from the previous group being
9269 * all_groups int If true, display history lines from all
9353 int n; /* A number read from env[] */
9361 * Are we reading from a terminal?
9371 * been changed from their initial values of zero, we need to find
9808 * Add or remove a text attribute from the new set of attributes.
9862 * explicitly turn them all off, then specify those that we want from
9920 * This function can be called from gl_get_line() callbacks to have
10192 * Remove a signal from the list of signals that gl_get_line() traps.
10228 * Remove the node from the list.
10239 * Remove the signal from the bit-mask union of signals being trapped.
10583 * n int The number of characters to write from s[].
10629 * from the application's external event loop to see what type of
10665 * from the corresponding signal handlers in order to restore the
10762 * uses of the terminal from within the program. See gl_raw_io()
10820 * couldn't safely be called from signal handlers.
10868 * to be completed from the input line, and
11216 * to be called from signal handlers.
11491 * functions from signal handlers, it should
11625 * this function is not signal safe and should thus not be called from
11797 * created them, including POSIX, SVR4 and 4.3+BSD, and are taken from a
12007 * n int The number of characters to be copied from the
12067 * Remove a given number of characters from the input buffer. This
12176 * Clear from the start of the line to the end of the terminal.
12202 * Truncate the displayed input line starting from the current
12219 * First clear from the cursor to the end of the current input line.
12225 * next line and clear from there to the end of the display. Note that
12226 * we can't use clear_eod to do the whole job of clearing from the
12229 * (eg. with gnome terminals, clear_eod clears from the start of the
12230 * current terminal line, rather than from the current cursor
12268 * Remove un-trappable signals from this set.
12279 * Read an input line from a non-interactive input stream.
12289 char c = '\0'; /* The latest character read from fp */
12345 * Read a single character from a non-interactive input stream.
12354 char c = '\0'; /* The latest character read from fp */
12583 * character from the user, without displaying anything.
12597 * This function can be called from application callback functions,
12636 * This function can be called from application callback functions,
12688 * Read a line from a non-interactive stream?
12703 * Read from the terminal? Note that the above if() block may have
12728 * Delete the character that was read, from the key-press buffer.