Searched refs:startword (Results 1 – 1 of 1) sorted by relevance
49 int startword; in shell_builtin_read() local166 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()