Searched defs:limits (Results 1 - 4 of 4) sorted by relevance

/osnet-11/usr/src/lib/libshell/common/include/
H A Ddefs.h104 struct limits struct
124 struct limits lim;
/osnet-11/usr/src/lib/libnsl/dial/
H A Duucp.h388 struct limits { struct
447 extern int scanlimit(); /* limits.c */
/osnet-11/usr/src/grub/grub2/grub-core/gnulib/
H A Dregex_internal.h640 re_node_set limits; member in struct:__anon473
H A Dregexec.c103 const re_node_set *limits,
117 re_node_set *limits,
1018 re_node_set_free (&sctx.limits);
1048 re_node_set_free (&sctx.limits);
1735 if (sctx->limits.nelem)
1738 if (check_dst_limits (mctx, &sctx->limits,
1830 if (sctx->limits.nelem)
1832 err = check_subexp_limits (dfa, dest_nodes, candidates, &sctx->limits,
1933 check_dst_limits (const re_match_context_t *mctx, const re_node_set *limits,
1941 for (lim_idx = 0; lim_idx < limits
1930 check_dst_limits(const re_match_context_t *mctx, const re_node_set *limits, Idx dst_node, Idx dst_idx, Idx src_node, Idx src_idx) argument
2078 check_subexp_limits(const re_dfa_t *dfa, re_node_set *dest_nodes, const re_node_set *candidates, re_node_set *limits, struct re_backref_cache_entry *bkref_ents, Idx str_idx) argument
[all...]

Completed in 27 milliseconds