Home
last modified time | relevance | path

Searched refs:escaped (Results 1 – 3 of 3) sorted by relevance

/coreutils/src/
Dtr.c185 bool *escaped; member
194 return es->s[i] == c && !es->escaped[i]; in es_match()
419 free (es->escaped); in es_free()
436 es->escaped = xcalloc (len, sizeof es->escaped[0]); in unquote()
447 es->escaped[j] = true; in unquote()
518 es->escaped[j] = false; in unquote()
754 && !es->escaped[i] && !es->escaped[i + 1]) in find_closing_delim()
781 for (size_t i = start_idx + 2; i < es->len && !es->escaped[i]; i++) in find_bracketed_repeat()
832 if (!ISDIGIT (to_uchar (es->s[i])) || es->escaped[i]) in star_digits_closebracket()
/coreutils/doc/
Dcoreutils.texi4068 in the file name is escaped with a backslash, making the output unambiguous
4070 Since the backslash character itself is escaped, any other backslash
4251 characters are escaped as described above, using the same escaping indicator of
7906 prepared to parse the escaped names.
13243 Enable interpretation of the following backslash-escaped characters in
13296 can be escaped in either octal or hexadecimal representation.
13366 Non-printable characters are escaped with the POSIX proposed @samp{$''} syntax,
/coreutils/
DNEWS65 are escaped appropriately in the status output.
1395 is reusable by most shells, with non-printable characters escaped