Searched refs:backslash (Results 1 - 1 of 1) sorted by relevance

/systemd/src/basic/
H A Dextract-word.c44 bool backslash = false; /* whether we've just seen a backslash */ local
85 if (backslash) {
92 /* If we find an unquoted trailing backslash and we're in
129 backslash = false;
141 backslash = true;
159 backslash = true;

Completed in 2261 milliseconds