Home
last modified time | relevance | path

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

/busybox-1.35.0/mailutils/
Dsendmail.c198 int in_quote = 0; in rcptto_list() local
204 in_quote = !in_quote; in rcptto_list()
205 } else if (!in_quote && ch == ',') { in rcptto_list()
/busybox-1.35.0/libbb/
Dlineedit.c1006 int in_quote = 0; in build_match_prefix() local
1013 if (!in_quote || (cur == in_quote)) { in build_match_prefix()
1014 in_quote ^= cur; in build_match_prefix()
1019 if (in_quote) in build_match_prefix()
/busybox-1.35.0/modutils/
Dmodutils-24.c2367 int in_quote = 0, quoted = 0; in next_arg() local
2372 in_quote = 1; in next_arg()
2377 if (args[i] == ' ' && !in_quote) in next_arg()
2384 in_quote = !in_quote; in next_arg()