mirror of
https://github.com/opnsense/src.git
synced 2026-02-22 09:21:31 -05:00
it is preceded by \. foo="I \"like\" C++" gives the value 'I "like" C++' to the variable 'foo'. If a character other than " follows the \, both the \ and that character are passed through. Differential Revision: https://reviews.freebsd.org/D6286 Sponsored by: Netflix |
||
|---|---|---|
| .. | ||
| tests | ||
| devd.8 | ||
| devd.cc | ||
| devd.conf.5 | ||
| devd.h | ||
| devd.hh | ||
| Makefile | ||
| Makefile.depend | ||
| parse.y | ||
| token.l | ||