Searched refs:regexp (Results 1 – 4 of 4) sorted by relevance
246 struct re_pattern_buffer *regexp, char *fastmap) in build_type_arg() argument260 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()
5 # # Derived from the regexp in emacs' lisp/add-log.el.
3674 --word-regexp=REGEXP (-W), or --sentence-regexp=REGEXP (-S).
3588 @item /@var{regexp}/[@var{offset}]3591 @var{regexp}. The optional @var{offset} is an integer, that can3596 Note lines within a negative offset of a regexp pattern3597 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-regexp5817 of lines are used; in this case, the default @var{regexp} is just:[all …]