• Home
  • History
  • Annotate
  • Raw
  • Download
  • only in /macosx-10.10/bash-94.1.2/bash-3.2/lib/readline/

Lines Matching defs:character

170 /* Non-zero means add an additional character to each filename displayed
204 /* Set to a character indicating the type of completion being performed
237 rl_completer_word_break_characters are treated as any other character,
277 and a pointer to the quoting character to be used, which the function can
287 /* Function to call to decide whether or not a word break character is
288 quoted. If a character is quoted, it does not break words for the
306 /* Set to any quote character readline thinks it finds before any application
469 /* Return the character which best describes FILENAME.
475 `%' for character special devices
482 int character, r;
493 character = 0;
495 character = '/';
498 character = '%';
502 character = '#';
506 character = '@';
510 character = '=';
514 character = '|';
519 character = '*';
521 return (character);
690 are using it, check for and output a single character for `special'
711 name before checking for the stat character. */
805 particular word break character is quoted; if that function returns a
806 non-zero result, the character does not break a word. This function
807 returns the opening quote character if we found an unclosed quoted
811 the value of the delimiter character that caused a word break. */
894 this word break character is quoted and should be skipped. */
909 a character is quoted and we found a quote character, let that
910 function decide whether or not a character is a word break, even
924 /* If the character that caused the word break was a quoting
925 character, then remember it as the delimiter. */
931 /* If the character isn't needed to determine something special
1125 first character, and the user typed something, use that as the
1145 we found a quote character AND
1430 char *qc; /* Pointer to quoting character, if any */
1437 matically prepend the substring with a quote character (just pick
1440 inserted quote character when it no longer is necessary, such as
1464 word break character in a potential match. */
1486 /* Don't double an opening quote character. */
1490 /* If make_quoted_replacement changed the quoting character, remove
1501 /* Append any necessary closing quote and a separator character to the
1504 default trailing character is a space. Returns the number of characters
1544 is at the end of the line and the previous character is a
1585 /* remove any opening quote character; make_quoted_replacement will add
1829 character (usually `~'). */
2107 fashion, with the appropriate character appended (this happens on the