OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:escapes
(Results
1 - 2
of
2
) sorted by relevancy
/src/usr.bin/sed/
process.c
590
static const char
escapes
[] = "\\\a\b\f\r\t\v";
local in function:lputs
648
(p = strchr(
escapes
, c)) != NULL) {
653
fprintf(outfile, "\\%c", "\\abfrtv"[p -
escapes
]);
process.c
590
static const char
escapes
[] = "\\\a\b\f\r\t\v";
local in function:lputs
648
(p = strchr(
escapes
, c)) != NULL) {
653
fprintf(outfile, "\\%c", "\\abfrtv"[p -
escapes
]);
Completed in 22 milliseconds
Indexes created Thu Oct 02 07:10:07 GMT 2025