Home
last modified time | relevance | path

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

/netbsd/bin/sh/
H A Doutput.c184 static const char norm_chars [] = \ variable
190 size_t l = strspn(p, norm_chars); in inquote()
224 need_q = p[0] == 0 || p[strspn(p, norm_chars)] != 0; in outshstr()