Home
last modified time | relevance | path

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

/titanic_51/usr/src/lib/libshell/common/include/
H A Dshell.h184 extern char *sh_fmtqf(const char*, int, int);
/titanic_51/usr/src/contrib/ast/src/cmd/ksh93/include/
H A Dshell.h190 extern char *sh_fmtqf(const char*, int, int);
/titanic_51/usr/src/lib/libshell/amd64/include/ast/
H A Dshell.h194 extern __MANGLE__ char *sh_fmtqf __PROTO__((const char*, int, int));
/titanic_51/usr/src/lib/libshell/i386/include/ast/
H A Dshell.h194 extern __MANGLE__ char *sh_fmtqf __PROTO__((const char*, int, int));
/titanic_51/usr/src/lib/libshell/
H A Dmapfile-vers60 sh_fmtqf;
/titanic_51/usr/src/lib/libshell/sparc/include/ast/
H A Dshell.h194 extern __MANGLE__ char *sh_fmtqf __PROTO__((const char*, int, int));
/titanic_51/usr/src/lib/libshell/sparcv9/include/ast/
H A Dshell.h194 extern __MANGLE__ char *sh_fmtqf __PROTO__((const char*, int, int));
/titanic_51/usr/src/cmd/ast/libshell/
H A Dmapfile-vers58 sh_fmtqf;
/titanic_51/usr/src/lib/libshell/common/sh/
H A Dstring.c438 char *sh_fmtqf(const char *string, int single, int fold) in sh_fmtqf() function
/titanic_51/usr/src/contrib/ast/src/cmd/ksh93/sh/
H A Dstring.c466 char *sh_fmtqf(const char *string, int single, int fold) in sh_fmtqf() function
/titanic_51/usr/src/lib/libshell/common/bltins/
H A Dprint.c885 value->s = sh_fmtqf(value->s, !!(fe->flags & SFFMT_ALTER), fold); in extend()
/titanic_51/usr/src/contrib/ast/src/cmd/ksh93/bltins/
H A Dprint.c980 value->s = sh_fmtqf(value->s, !!(fe->flags & SFFMT_ALTER), fold); in extend()