Home
last modified time | relevance | path

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

/coreutils/src/
Dnl.c246 struct re_pattern_buffer *regexp, char *fastmap) in build_type_arg() argument
260 regexp->buffer = nullptr; in build_type_arg()
261 regexp->allocated = 0; in build_type_arg()
262 regexp->fastmap = fastmap; in build_type_arg()
263 regexp->translate = nullptr; in build_type_arg()
266 errmsg = re_compile_pattern (optarg, strlen (optarg), regexp); in build_type_arg()
/coreutils/
D.gitattributes5 # # Derived from the regexp in emacs' lisp/add-log.el.
DNEWS3674 --word-regexp=REGEXP (-W), or --sentence-regexp=REGEXP (-S).
/coreutils/doc/
Dcoreutils.texi3588 @item /@var{regexp}/[@var{offset}]
3591 @var{regexp}. The optional @var{offset} is an integer, that can
3596 Note lines within a negative offset of a regexp pattern
3597 are not matched in subsequent regexp patterns.
3599 @item %@var{regexp}%[@var{offset}]
3615 original input file, excluding portions skipped with a %@var{regexp}%
5799 @item -S @var{regexp}
5800 @itemx --sentence-regexp=@var{regexp}
5802 @opindex --sentence-regexp
5817 of lines are used; in this case, the default @var{regexp} is just:
[all …]