Home | History | Annotate | Download | only in src

Lines Matching defs:from

7  * This code is derived from software contributed to The NetBSD Foundation
145 * If more than this number of items results from query for possible
213 * read one key from user defined input function
362 /* read settings from configuration file */
380 * read one line from input stream and return it, chomping
419 /* get one line from input stream */
642 static char *from = NULL, *to = NULL;
781 if (*cmd == '&' && (from == NULL || to == NULL))
786 what = el_realloc(from, size * sizeof(*what));
788 el_free(from);
811 from = what;
815 from = strdup(search);
816 if (from == NULL) {
821 from = NULL;
838 from_len = strlen(from);
854 (void)strcpy(&with[len], from);
868 aptr = _rl_compat_sub(tmp, from, to, g_on);
1015 * Return a string consisting of arguments of "str" from "start" to "end".
1308 * read history from a file given
1361 /* start from the oldest */
1401 * remove the specified entry from the history list and return it.
1446 /* start from the oldest */
1690 * (usually '~'); state resets search from start (??? should we do that anyway)
1831 * read one key from input - handles chars pushed back
2219 rl_kill_text(int from __attribute__((__unused__)),