HomeSort by: relevance | last modified time | path
    Searched defs:need_q (Results 1 - 3 of 3) sorted by relevancy

  /src/bin/sh/
output.c 199 int need_q; local in function:outshstr
224 need_q = p[0] == 0 || p[strspn(p, norm_chars)] != 0;
229 if (need_q && (p[0] == 0 || inquote(p) != 0)) {
245 if (need_q && *p != '\0') {
output.c 199 int need_q; local in function:outshstr
224 need_q = p[0] == 0 || p[strspn(p, norm_chars)] != 0;
229 if (need_q && (p[0] == 0 || inquote(p) != 0)) {
245 if (need_q && *p != '\0') {
output.c 199 int need_q; local in function:outshstr
224 need_q = p[0] == 0 || p[strspn(p, norm_chars)] != 0;
229 if (need_q && (p[0] == 0 || inquote(p) != 0)) {
245 if (need_q && *p != '\0') {

Completed in 40 milliseconds