Lines Matching defs:with
10 * Redistribution and use in source and binary forms, with or without
17 * documentation and/or other materials provided with the distribution.
520 * substitute ``what'' with ``with'', returning resulting string; if
525 _rl_compat_sub(const char *str, const char *what, const char *with,
533 with_len = strlen(with);
553 memcpy(r, with, with_len);
754 char *with = el_realloc(*top, size * sizeof(*with));
756 if (with == NULL)
763 nwith = el_realloc(with, size * sizeof(*nwith));
766 with = nwith;
770 strcpy(&with[len], from);
776 with[len++] = *cmd;
780 with[len] = '\0';
781 *top = with;
785 el_free(with);
1103 /* gdb 4.11 has been shipped with readline, where */
1811 * searches for first history event beginning with str
1877 * which starts with supplied text
2116 /* If rl_done was set by the above call, deal with it here */