Searched refs:mapset (Results 1 – 5 of 5) sorted by relevance
3151 static void mapset(const unsigned char *set, int code) function3170 mapset((uchar *)"\\$'\"`", 3); /* never flow through */3171 mapset((uchar *)"<>;&|(){}#", 1); /* flow through if quoted */3175 mapset(subst, 3); /* never flow through */3177 mapset((uchar *)"\\$'\"", 3); /* never flow through */3178 mapset((uchar *)";&|#", 1); /* flow through if quoted */3180 mapset(ifs, 2); /* also flow through if quoted */3198 if (!(flag & FLAG_PARSE_SEMICOLON) || (flag & FLAG_REPARSING)) mapset((uchar *)";$&|", 0);