Home
last modified time | relevance | path

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

/busybox-1.35.0/shell/
Dshell_common.c49 int startword; in shell_builtin_read() local
166 startword = 1; in shell_builtin_read()
236 if (startword && is_ifs) { in shell_builtin_read()
240 startword--; in shell_builtin_read()
241 if (startword == 1) /* first one? */ in shell_builtin_read()
244 startword = 0; in shell_builtin_read()
251 startword = isspace(c) ? 2 : 1; in shell_builtin_read()