Searched refs:nommu_addchr (Results 1 – 1 of 1) sorted by relevance
/busybox-1.35.0/shell/ |
D | hush.c | 2995 static void nommu_addchr(o_string *o, int ch) in nommu_addchr() function 3001 # define nommu_addchr(o, str) ((void)0) macro 4310 nommu_addchr(as_string, ch); in parse_redir_right_fd() 4314 nommu_addchr(as_string, ch); in parse_redir_right_fd() 4323 nommu_addchr(as_string, ch); in parse_redir_right_fd() 4357 nommu_addchr(&ctx->as_string, ch); in parse_redirect() 4370 nommu_addchr(&ctx->as_string, ch); in parse_redirect() 4469 nommu_addchr(as_string, ch); in fetch_till_str() 4491 nommu_addchr(as_string, ch); in fetch_till_str() 4521 nommu_addchr(as_string, ch); in fetch_till_str() [all …]
|