Home
last modified time | relevance | path

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

/OK3568_Linux_fs/u-boot/common/
H A Dcli_hush.su
H A Dcli_hush.c3151 static void mapset(const unsigned char *set, int code) function
3170 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);
/OK3568_Linux_fs/u-boot/
H A DSystem.map
H A Du-boot.sym
H A Du-boot.map