• Home
  • History
  • Annotate
  • Raw
  • Download
  • only in /macosx-10.10/Heimdal-398.1.2/lib/libedit/

Lines Matching +refs:bs +refs:string +refs:show +refs:never

35 #       --config             show all configuration variables
367 # Normalisation. If bindir is libdir, return empty string,
409 # Sed substitution that turns a string into a regex matching for the
410 # string literally.
423 bs='\\'
430 s/^$bs2$dollar/$bs&/
431 s/\\([^$bs]\\)$bs2$dollar/\\1$bs2$bs$dollar/g
557 # func_mktempdir [string]
699 # Turn $1 into a string suitable for a shell variable name.
871 # func_len string
1547 # Cygwin format). Returns an empty string on error.
2483 # Now that we've collected a possible --mode arg, show help if necessary
3846 # This wrapper script should never be moved out of the build directory.
3899 # windows platforms, and (c) all begin with the string "--lt-"
4142 This wrapper executable should never be moved out of the build directory.
4166 #include <string.h>
4277 char *xstrdup (const char *string);
4555 xstrdup (const char *string)
4557 return string ? strcpy ((char *) xmalloc (strlen (string) + 1),
4558 string) : NULL;
4981 const char *string = argv[i];
4983 if (string[0] == '\0')
4985 else if (strpbrk (string, SHELL_SPECIAL_CHARS) != NULL)
4987 int quote_around = (strpbrk (string, SHELL_SPACE_CHARS) != NULL);
4998 for (s = string; *s != '\0'; s++)
5018 for (s = string; *s != '\0'; s++)
5045 new_argv[i] = (char *) string;
5563 # Preserve sysroot, but never include relative directories
7643 # release should show up in the -l (ie -lgmp5) so we don't want to
8656 # $show "echo timestamp > $libobj"
9611 # The TAGs below are defined such that we never get into a situation
9620 # configuration. But we'll never go from static-only to shared-only.