Searched refs:read_flags (Results 1 – 4 of 4) sorted by relevance
53 int read_flags; in shell_builtin_read() local141 read_flags = params->read_flags; in shell_builtin_read()142 if (nchars || (read_flags & BUILTIN_READ_SILENT)) { in shell_builtin_read()155 if (read_flags & BUILTIN_READ_SILENT) { in shell_builtin_read()159 read_flags |= BUILTIN_READ_SILENT; in shell_builtin_read()212 if (!(read_flags & BUILTIN_READ_RAW)) { in shell_builtin_read()312 if (read_flags & BUILTIN_READ_SILENT) in shell_builtin_read()
32 int read_flags; member
10992 params.read_flags = getopt32(argv, in builtin_read()11006 if ((uint32_t)params.read_flags == (uint32_t)-1) in builtin_read()
14197 params.read_flags |= BUILTIN_READ_SILENT; in readcmd()14203 params.read_flags |= BUILTIN_READ_RAW; in readcmd()