Searched refs:allof (Results 1 - 4 of 4) sorted by relevance

/netbsd-current/crypto/external/bsd/openssl.old/dist/util/perl/OpenSSL/Test/
H A DUtils.pm106 sub allof { subroutine
138 return allof(@ret);
/netbsd-current/crypto/external/bsd/openssl/dist/util/perl/OpenSSL/Test/
H A DUtils.pm108 sub allof { subroutine
140 return allof(@ret);
/netbsd-current/external/gpl3/gcc.old/dist/gcc/
H A Dgenautomata.c597 struct allof_regexp allof;
1023 &(_regexp)->regexp.allof; }))
1092 #define REGEXP_ALLOF(r) (&(r)->regexp.allof)
1624 regexp_t allof;
1634 allof = XCREATENODEVAR (struct regexp, sizeof (struct regexp)
1636 allof->mode = rm_allof;
1637 REGEXP_ALLOF (allof)->regexps_num = els_num;
1639 REGEXP_ALLOF (allof)->regexps [i] = gen_regexp_repeat (allof_vect [i]);
1640 return allof;
4652 regexp_t allof
593 struct allof_regexp allof; member in union:regexp::__anon913
1620 regexp_t allof; local
4632 regexp_t allof = NULL; local
4783 regexp_t allof = NULL; local
5152 regexp_t seq, allof, unit; local
[all...]
/netbsd-current/external/gpl3/gcc/dist/gcc/
H A Dgenautomata.cc597 struct allof_regexp allof;
1023 &(_regexp)->regexp.allof; }))
1092 #define REGEXP_ALLOF(r) (&(r)->regexp.allof)
1624 regexp_t allof;
1634 allof = XCREATENODEVAR (struct regexp, sizeof (struct regexp)
1636 allof->mode = rm_allof;
1637 REGEXP_ALLOF (allof)->regexps_num = els_num;
1639 REGEXP_ALLOF (allof)->regexps [i] = gen_regexp_repeat (allof_vect [i]);
1640 return allof;
4652 regexp_t allof
593 struct allof_regexp allof; member in union:regexp::__anon936
1620 regexp_t allof; local
[all...]

Completed in 206 milliseconds