Home
last modified time | relevance | path

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

/titanic_44/usr/src/lib/libshell/common/include/
H A Dshell.h184 extern char *sh_fmtqf(const char*, int, int);
/titanic_44/usr/src/lib/libshell/amd64/include/ast/
H A Dshell.h194 extern __MANGLE__ char *sh_fmtqf __PROTO__((const char*, int, int));
/titanic_44/usr/src/lib/libshell/i386/include/ast/
H A Dshell.h194 extern __MANGLE__ char *sh_fmtqf __PROTO__((const char*, int, int));
/titanic_44/usr/src/lib/libshell/
H A Dmapfile-vers60 sh_fmtqf;
/titanic_44/usr/src/lib/libshell/sparc/include/ast/
H A Dshell.h194 extern __MANGLE__ char *sh_fmtqf __PROTO__((const char*, int, int));
/titanic_44/usr/src/lib/libshell/sparcv9/include/ast/
H A Dshell.h194 extern __MANGLE__ char *sh_fmtqf __PROTO__((const char*, int, int));
/titanic_44/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_44/usr/src/lib/libshell/common/bltins/
H A Dprint.c885 value->s = sh_fmtqf(value->s, !!(fe->flags & SFFMT_ALTER), fold); in extend()