Searched refs:sh_fmtqf (Results 1 – 8 of 8) sorted by relevance
/titanic_44/usr/src/lib/libshell/common/include/ |
H A D | shell.h | 184 extern char *sh_fmtqf(const char*, int, int);
|
/titanic_44/usr/src/lib/libshell/amd64/include/ast/ |
H A D | shell.h | 194 extern __MANGLE__ char *sh_fmtqf __PROTO__((const char*, int, int));
|
/titanic_44/usr/src/lib/libshell/i386/include/ast/ |
H A D | shell.h | 194 extern __MANGLE__ char *sh_fmtqf __PROTO__((const char*, int, int));
|
/titanic_44/usr/src/lib/libshell/ |
H A D | mapfile-vers | 60 sh_fmtqf;
|
/titanic_44/usr/src/lib/libshell/sparc/include/ast/ |
H A D | shell.h | 194 extern __MANGLE__ char *sh_fmtqf __PROTO__((const char*, int, int));
|
/titanic_44/usr/src/lib/libshell/sparcv9/include/ast/ |
H A D | shell.h | 194 extern __MANGLE__ char *sh_fmtqf __PROTO__((const char*, int, int));
|
/titanic_44/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_44/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()
|