Searched refs:set_in_charmap (Results 1 - 1 of 1) sorted by relevance

/netgear-R7000-V1.0.7.12_1.2.5/src/router/busybox-1.x/shell/
H A Dhush.c3481 static void set_in_charmap(const char *set, int code) function
3501 set_in_charmap("\\$\"`", CHAR_SPECIAL);
3503 set_in_charmap("\\$\"", CHAR_SPECIAL);
3505 set_in_charmap("<>;&|(){}#'", CHAR_ORDINARY_IF_QUOTED);
3506 set_in_charmap(ifs, CHAR_IFS); /* are ordinary if quoted */
3521 set_in_charmap(";$&|", CHAR_ORDINARY);

Completed in 122 milliseconds