Home
last modified time | relevance | path

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

/openbsd/gnu/usr.bin/perl/dist/Data-Dumper/
H A DDumper.xs71 static bool key_needs_quote(const char *s, STRLEN len);
131 key_needs_quote(const char *s, STRLEN len) { in key_needs_quote() function
1100 if (style->quotekeys || key_needs_quote(key,keylen)) { in DD_dump()