/src/bin/sh/ |
expand.c | 733 int varflags) 740 subtype, p, p-str, str, startloc, varflags)); 751 varflags &= ~VSNUL; /*XXX Huh? What's that achieve? */ 761 str, (varflags & VSNUL) ? "null or " 772 int varflags, int quotes) 795 p, strloc, subtype, startloc, varflags, quotes)); 797 argstr(p, (varflags & (VSQUOTE|VSPATQ)) == VSQUOTE ? 0 : EXP_CASE); 891 int varflags; local in function:evalvar 903 varflags = (unsigned char)*p++; 904 subtype = varflags & VSTYPE [all...] |
expand.c | 733 int varflags) 740 subtype, p, p-str, str, startloc, varflags)); 751 varflags &= ~VSNUL; /*XXX Huh? What's that achieve? */ 761 str, (varflags & VSNUL) ? "null or " 772 int varflags, int quotes) 795 p, strloc, subtype, startloc, varflags, quotes)); 797 argstr(p, (varflags & (VSQUOTE|VSPATQ)) == VSQUOTE ? 0 : EXP_CASE); 891 int varflags; local in function:evalvar 903 varflags = (unsigned char)*p++; 904 subtype = varflags & VSTYPE [all...] |