Home
last modified time | relevance | path

Searched refs:mapset (Results 1 – 1 of 1) sorted by relevance

/openbmc/u-boot/common/
H A Dcli_hush.c3150 static void mapset(const unsigned char *set, int code) function
3169 mapset((uchar *)"\\$'\"`", 3); /* never flow through */
3170 mapset((uchar *)"<>;&|(){}#", 1); /* flow through if quoted */
3174 mapset(subst, 3); /* never flow through */
3176 mapset((uchar *)"\\$'\"", 3); /* never flow through */
3177 mapset((uchar *)";&|#", 1); /* flow through if quoted */
3179 mapset(ifs, 2); /* also flow through if quoted */
3197 if (!(flag & FLAG_PARSE_SEMICOLON) || (flag & FLAG_REPARSING)) mapset((uchar *)";$&|", 0);