Home | History | Annotate | Download | only in src

Lines Matching full:fsh

45 #define STBRACEKORN	14	/* parsing ${...[#%]...} !FSH */
46 #define STBRACEBOURNE 15 /* parsing ${...[#%]...} FSH */
485 if (Flag(FSH))
908 (c == '&' && !Flag(FSH) && !Flag(FPOSIX)) ||