Searched refs:regexp (Results 1 - 25 of 31) sorted by relevance

12

/freebsd-9.3-release/contrib/less/
H A Dregexp.h2 * Definitions etc. for regexp(3) routines.
4 * Caveat: this is V8 regexp(3) [actually, a reimplementation thereof],
12 typedef struct regexp { struct
20 } regexp; typedef in typeref:struct:regexp
28 extern regexp *regcomp _ANSI_ARGS_((char *exp));
29 extern int regexec _ANSI_ARGS_((regexp *prog, char *string));
30 extern int regexec2 _ANSI_ARGS_((regexp *prog, char *string, int notbol));
31 extern void regsub _ANSI_ARGS_((regexp *prog, char *source, char *dest));
H A Dpattern.c99 struct regexp *comp;
100 struct regexp **pcomp = (struct regexp **) comp_pattern;
178 struct regexp **pcomp = (struct regexp **) pattern;
277 struct regexp *spattern = (struct regexp *) pattern;
H A Dpattern.h51 #include "regexp.h"
52 #define DEFINE_PATTERN(name) struct regexp *name
H A Dregexp.c40 #include "regexp.h"
43 * The "internal use only" fields in regexp.h are present to pass info from
63 * Structure for regexp "program". This is essentially a linear encoding
168 * The first byte of the regexp internal "program" is actually this magic
207 * of the structure of the compiled regexp.
209 regexp *
213 register regexp *r;
233 FAIL("regexp too big");
236 r = (regexp *)malloc(sizeof(regexp)
[all...]
/freebsd-9.3-release/lib/libkse/test/
H A Dpropagate_s.pl47 $regexp = "\" U \\(" . $cpoints . "\\\)\$\"";
49 `nm -a /usr/lib/libc.a |grep $regexp >propagate_s.out`;
/freebsd-9.3-release/bin/pax/
H A Dpat_rep.h43 regexp *rcmp; /* compiled regular expression used to match */
H A Dpat_rep.c50 #include <regexp.h>
77 static int resub(regexp *, char *, char *, char *);
844 * is empty, we will skip this archive member. We use the regexp(3)
845 * routines (regexp() ought to win a prize as having the most cryptic
1025 resub(regexp *prog, char *src, char *dest, char *destend)
/freebsd-9.3-release/usr.bin/vgrind/RETEST/
H A DMakefile5 SRCS= regexp.c retest.c
/freebsd-9.3-release/contrib/bind9/lib/dns/rdata/generic/
H A Dnaptr_35.h35 char *regexp; member in struct:dns_rdata_naptr
H A Dnaptr_35.c419 REQUIRE(naptr->regexp != NULL || naptr->regexp_len == 0);
431 RETERR(mem_tobuffer(target, naptr->regexp, naptr->regexp_len));
453 naptr->regexp = NULL;
482 naptr->regexp = mem_maybedup(mctx, r.base, naptr->regexp_len);
483 if (naptr->regexp == NULL)
501 if (mctx != NULL && naptr->regexp != NULL)
502 isc_mem_free(mctx, naptr->regexp);
520 if (naptr->regexp != NULL)
521 isc_mem_free(naptr->mctx, naptr->regexp);
/freebsd-9.3-release/gnu/usr.bin/grep/tests/
H A Dkhadafy.sh11 ${GREP} -E -f $srcdir/khadafy.regexp $srcdir/khadafy.lines > khadafy.out
/freebsd-9.3-release/contrib/gcc/
H A Dgenautomata.c171 struct regexp;
186 typedef struct regexp *regexp_t;
332 regexp. */
365 correct distributions of units to automata in a regexp. */
405 an regexp definition. */
441 regexp_t regexp;
446 regexp. */
458 regexp_t regexp;
472 /* The following field is the insn regexp transformed that
473 the regexp ha
437 regexp_t regexp; member in struct:reserv_decl
454 regexp_t regexp; member in struct:insn_reserv_decl
555 regexp_t regexp; member in struct:repeat_regexp
575 struct regexp struct
589 } regexp; member in struct:regexp
1537 regexp_t regexp; local
1569 regexp_t regexp; local
2648 process_regexp(regexp_t regexp) argument
2770 loop_in_regexp(regexp_t regexp, decl_t start_decl) argument
2861 process_regexp_cycles(regexp_t regexp, int max_start_cycle, int min_start_cycle, int *max_finish_cycle, int *min_finish_cycle) argument
4359 copy_insn_regexp(regexp_t regexp) argument
4424 transform_1(regexp_t regexp) argument
4454 transform_2(regexp_t regexp) argument
4595 transform_3(regexp_t regexp) argument
4805 regexp_transform_func(regexp_t regexp, regexp_t (*func) (regexp_t regexp)) argument
4848 transform_regexp(regexp_t regexp) argument
4920 store_alt_unit_usage(regexp_t regexp, regexp_t unit, int cycle, int alt_num) argument
4949 check_regexp_units_distribution(const char *insn_reserv_name, regexp_t regexp) argument
5113 process_seq_for_forming_states(regexp_t regexp, automaton_t automaton, int curr_cycle) argument
5187 process_alts_for_forming_states(regexp_t regexp, automaton_t automaton, int inside_oneof_p) argument
6552 form_regexp(regexp_t regexp) argument
6637 regexp_representation(regexp_t regexp) argument
8449 output_regexp(regexp_t regexp) argument
[all...]
/freebsd-9.3-release/contrib/gdb/gdb/
H A Dobjc-lang.c822 * Function: selectors_info (regexp, from_tty)
824 * Implements the "Info selectors" command. Takes an optional regexp
825 * arg. Lists all objective c selectors that match the regexp. Works
831 selectors_info (char *regexp, int from_tty) argument
845 if (regexp == NULL)
849 if (*regexp == '+' || *regexp == '-')
851 plusminus = *regexp++;
852 while (*regexp == ' ' || *regexp
982 classes_info(char *regexp, int from_tty) argument
[all...]
H A Dsymtab.c2418 case '\\': /* regexp quoting */
2738 search_symbols (char *regexp, domain_enum kind, int nfiles, char *files[],
2786 if (regexp != NULL)
2793 char *opname = operator_chars (regexp, &opend);
2814 regexp = tmp;
2818 if (0 != (val = re_comp (regexp)))
2819 error ("Invalid regexp (%s): %s", val, regexp);
2823 matching the regexp. That way we don't have to reproduce all of
2861 && ((regexp
2730 search_symbols(char *regexp, domain_enum kind, int nfiles, char *files[], struct symbol_search **matches) argument
3087 symtab_symbol_info(char *regexp, domain_enum kind, int from_tty) argument
3135 variables_info(char *regexp, int from_tty) argument
3141 functions_info(char *regexp, int from_tty) argument
3148 types_info(char *regexp, int from_tty) argument
3156 rbreak_command_wrapper(char *regexp, int from_tty) argument
3162 rbreak_command(char *regexp, int from_tty) argument
[all...]
H A Dgdb_mbuild.sh33 -e <regexp> Regular expression for selecting the targets to build.
H A Dsymmisc.c988 maintenance_info_symtabs (char *regexp, int from_tty)
992 if (regexp)
993 re_comp (regexp);
1004 if (! regexp
1037 maintenance_info_psymtabs (char *regexp, int from_tty)
1041 if (regexp)
1042 re_comp (regexp);
1053 if (! regexp
987 maintenance_info_symtabs(char *regexp, int from_tty) argument
1036 maintenance_info_psymtabs(char *regexp, int from_tty) argument
/freebsd-9.3-release/gnu/usr.bin/cvs/contrib/
H A Deasy-import.pl187 local($regexp);
189 if($name eq "vendor") { $regexp = '^[A-Z][A-Z0-9_]*$'; }
190 elsif($name eq "release") { $regexp = '^[a-z][a-z0-9_]*$'; }
196 if($s !~ /$regexp/) {
197 print "\a${us}Valid $name tags must match the regexp " .
198 "$regexp.${ue}\n";
/freebsd-9.3-release/usr.bin/vgrind/
H A DMakefile5 SRCS= regexp.c vfontedpr.c
/freebsd-9.3-release/gnu/lib/libregex/
H A Dregcomp.c70 static bin_tree_t *parse (re_string_t *regexp, regex_t *preg,
72 static bin_tree_t *parse_reg_exp (re_string_t *regexp, regex_t *preg,
75 static bin_tree_t *parse_branch (re_string_t *regexp, regex_t *preg,
78 static bin_tree_t *parse_expression (re_string_t *regexp, regex_t *preg,
81 static bin_tree_t *parse_sub_exp (re_string_t *regexp, regex_t *preg,
84 static bin_tree_t *parse_dup_op (bin_tree_t *dup_elem, re_string_t *regexp,
87 static bin_tree_t *parse_bracket_exp (re_string_t *regexp, re_dfa_t *dfa,
91 re_string_t *regexp,
97 re_string_t *regexp,
269 /* Set by `re_set_syntax' to the current regexp synta
750 re_string_t regexp; local
[all...]
/freebsd-9.3-release/contrib/ncurses/form/
H A Dfty_regex.c75 #include <regexp.h>
/freebsd-9.3-release/usr.sbin/pkg_install/
H A Dtkpkg88 regexp {[^ ]*} $s filename
/freebsd-9.3-release/contrib/one-true-awk/
H A Dproto.h58 extern Node *regexp(void);
/freebsd-9.3-release/contrib/tcsh/
H A Dcsh-mode.el66 ;; -regexp-: regexp used to parse the script
70 (defvar csh-completion-regexp-var "\\([A-Za-z_0-9]+\\)=")
73 (defvar csh-completion-regexp-var2 "\\$\\({\\|{#\\)?\\([A-Za-z_0-9]+\\)[#%:}]?")
75 (defvar csh-completion-regexp-function
92 (defvar csh-comment-regexp "^\\s *#"
175 ;; Label definitions (1 means first parenthesized exp in regexp).
348 (not (looking-at csh-comment-regexp)))
655 csh-comment-regexp
883 (defun csh-pickup-completion (regexp typ
[all...]
/freebsd-9.3-release/crypto/openssl/fips/
H A Dmkfipsscr.pl484 --filter=<regexp>
/freebsd-9.3-release/lib/libedit/
H A Dsearch.c49 #include <regexp.h>
113 regexp *rp;

Completed in 292 milliseconds

12