Home
last modified time | relevance | path

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

/busybox-1.35.0/shell/
Dshell_common.c53 int read_flags; in shell_builtin_read() local
141 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()
Dshell_common.h32 int read_flags; member
Dhush.c10992 params.read_flags = getopt32(argv, in builtin_read()
11006 if ((uint32_t)params.read_flags == (uint32_t)-1) in builtin_read()
Dash.c14197 params.read_flags |= BUILTIN_READ_SILENT; in readcmd()
14203 params.read_flags |= BUILTIN_READ_RAW; in readcmd()