Home
last modified time | relevance | path

Searched defs:control (Results 1 – 2 of 2) sorted by relevance

/coreutils/src/
Dcsplit.c49 struct control struct
51 intmax_t offset; /* Offset from regexp to split at. */
52 intmax_t lines_required; /* Number of lines required. */
53 intmax_t repeat; /* Repeat count. */
54 int argnum; /* ARGV index. */
55 bool repeat_forever; /* True if '*' used as a repeat count. */
56 bool ignore; /* If true, produce no output (for regexp). */
57 bool regexpr; /* True if regular expression was used. */
58 struct re_pattern_buffer re_compiled; /* Compiled regular expression. */
Dstty.c185 control, input, output, local, combination enumerator