Lines Matching defs:to
7 * This code is derived from software contributed to The NetBSD Foundation
21 * TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR
24 * CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF
72 /* to see what these variables mean */
93 * libedit fashion: set handlers on entry to el_gets() and clear them
100 int history_base = 1; /* probably never subject to change */
138 * This is set to character indicating type of completion being done by
146 * completions, we ask user if they are sure to really display the list.
152 * in the parsed text when it is passed to the completion function.
153 * Shell uses this to help determine what kind of completing to do.
158 * This is the character appended to the completed words if at the end of
235 /* a cheesy way to get rid of const cast. */
302 * See if we don't really want to run the editor
337 /* set default mode to "emacs"-style and read setting afterwards */
346 * Word completion - this has to go AFTER rebinding keys
347 * to emacs-style.
400 /* update prompt accordingly to what has been passed */
445 * is normally called before application starts to use
520 /* find out which event to take */
598 /* restore to end of list on failed search */
620 /* roll back to original position */
628 * to do and data upon which the command should be executed
633 * returns -1 and *result points to NULL
634 * it's callers responsibility to free() string returned in *result
642 static char *from = NULL, *to = NULL;
781 if (*cmd == '&' && (from == NULL || to == NULL))
831 with = el_realloc(to, size * sizeof(*with));
833 el_free(to);
865 to = with;
868 aptr = _rl_compat_sub(tmp, from, to, g_on);
901 /* ^foo^foo2^ is equivalent to !!:s^foo^foo2^ */
1015 * Return a string consisting of arguments of "str" from "start" to "end".
1071 * similar to how shell would do it.
1130 * limit size of history record to ``max'' events
1146 * "unlimit" size of history - set the limit to maximum allowed int value
1325 * write history to a file given
1344 * returned pointer points to static variable
1371 /* restore pointer to where it was */
1379 * add the line to history table
1464 /* restore pointer to where it was */
1540 /* get to
1548 * sets the position in the history list to ``pos''
1563 * use H_DELDATA to set to nth history (without delete) by passing
1663 /* set "current" pointer back to previous state */
1691 * it's callers responsibility to free returned value
1722 * el-compatible wrapper to send TSTP on ^Z
1811 * bind key c to readline-type function func
1832 * to input stream also
1901 * Readline-4.0 appears to ignore the args.
2039 * readline source seems to do.
2220 int to __attribute__((__unused__)))