Home
last modified time | relevance | path

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

/busybox-1.35.0/shell/
Dhush.c2953 static void o_addchr(o_string *o, int ch) in o_addchr() function
2998 o_addchr(o, ch); in nommu_addchr()
3007 o_addchr(&G.x_mode_buf, ch); in x_mode_addchr()
4483 o_addchr(&heredoc, ch); in fetch_till_str()
4520 o_addchr(&heredoc, ch); in fetch_till_str()
4747 o_addchr(dest, ch); in add_till_single_quote()
4776 o_addchr(dest, ch); in add_till_double_quote()
4779 o_addchr(dest, ch); in add_till_double_quote()
4783 o_addchr(dest, ch); in add_till_double_quote()
4817 o_addchr(dest, '\\'); in add_till_backquote()
[all …]