Home
last modified time | relevance | path

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

/busybox-1.35.0/shell/
Dshell_common.c235 const char *is_ifs = strchr(ifs, c); in shell_builtin_read() local
236 if (startword && is_ifs) { in shell_builtin_read()
245 if (argv[1] != NULL && is_ifs) { in shell_builtin_read()