Searched refs:sh_fmtqf (Results 1 – 12 of 12) sorted by relevance
/titanic_51/usr/src/lib/libshell/common/include/ |
H A D | shell.h | 184 extern char *sh_fmtqf(const char*, int, int);
|
/titanic_51/usr/src/contrib/ast/src/cmd/ksh93/include/ |
H A D | shell.h | 190 extern char *sh_fmtqf(const char*, int, int);
|
/titanic_51/usr/src/lib/libshell/amd64/include/ast/ |
H A D | shell.h | 194 extern __MANGLE__ char *sh_fmtqf __PROTO__((const char*, int, int));
|
/titanic_51/usr/src/lib/libshell/i386/include/ast/ |
H A D | shell.h | 194 extern __MANGLE__ char *sh_fmtqf __PROTO__((const char*, int, int));
|
/titanic_51/usr/src/lib/libshell/ |
H A D | mapfile-vers | 60 sh_fmtqf;
|
/titanic_51/usr/src/lib/libshell/sparc/include/ast/ |
H A D | shell.h | 194 extern __MANGLE__ char *sh_fmtqf __PROTO__((const char*, int, int));
|
/titanic_51/usr/src/lib/libshell/sparcv9/include/ast/ |
H A D | shell.h | 194 extern __MANGLE__ char *sh_fmtqf __PROTO__((const char*, int, int));
|
/titanic_51/usr/src/cmd/ast/libshell/ |
H A D | mapfile-vers | 58 sh_fmtqf;
|
/titanic_51/usr/src/lib/libshell/common/sh/ |
H A D | string.c | 438 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 D | string.c | 466 char *sh_fmtqf(const char *string, int single, int fold) in sh_fmtqf() function
|
/titanic_51/usr/src/lib/libshell/common/bltins/ |
H A D | print.c | 885 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 D | print.c | 980 value->s = sh_fmtqf(value->s, !!(fe->flags & SFFMT_ALTER), fold); in extend()
|