Home
last modified time | relevance | path

Searched refs:is_quotable (Results 1 – 6 of 6) sorted by relevance

/dports/devel/gettext-tools/gettext-0.21/gettext-tools/src/
H A Dread-stringtable.c689 is_quotable (int c) in is_quotable() function
807 if (is_quotable (c)) in read_string()
811 for (; c != UEOF && !is_quotable (c); c = phase4_getc ()) in read_string()
/dports/devel/gettext-runtime/gettext-0.21/gettext-tools/src/
H A Dread-stringtable.c689 is_quotable (int c) in is_quotable() function
807 if (is_quotable (c)) in read_string()
811 for (; c != UEOF && !is_quotable (c); c = phase4_getc ()) in read_string()
/dports/devel/gettext-po-mode/gettext-0.21/gettext-tools/src/
H A Dread-stringtable.c689 is_quotable (int c) in is_quotable() function
807 if (is_quotable (c)) in read_string()
811 for (; c != UEOF && !is_quotable (c); c = phase4_getc ()) in read_string()
/dports/devel/libtextstyle/gettext-0.21/gettext-tools/src/
H A Dread-stringtable.c689 is_quotable (int c) in is_quotable() function
807 if (is_quotable (c)) in read_string()
811 for (; c != UEOF && !is_quotable (c); c = phase4_getc ()) in read_string()
/dports/games/quakeforge/quakeforge-0.7.2/libs/util/
H A Dqfplist.c101 is_quotable (byte x) in is_quotable() function
669 if (is_quotable (pl->ptr[pl->pos])) in PL_ParseUnquotedString()
912 if (is_quotable (*s)) in write_string()
/dports/shells/fish/fish-3.3.1/src/
H A Dexpand.cpp138 static bool is_quotable(const wcstring &str) { in is_quotable() function
152 if (prefer_quotes && is_quotable(el)) { in expand_escape_variable()
167 if (prefer_quotes && is_quotable(el)) { in expand_escape_string()