Home
last modified time | relevance | path

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

/titanic_50/usr/src/lib/libshell/common/bltins/
H A Dprint.c71 static int fmtvecho(const char*, struct printf*);
348 if(!raw && (n=fmtvecho(cp,&pdata))>=0) in sh_echolist()
864 if((n=fmtvecho(value->s,pp))>=0) in extend()
936 static int fmtvecho(const char *string, struct printf *pp) in fmtvecho() function