Home
last modified time | relevance | path

Searched refs:SLsearch_match_len (Results 1 – 5 of 5) sorted by relevance

/dports/devel/libslang2/slang-2.3.2/doc/tm/crtl/
H A Dslsearch.tm59 \cfun{SLsearch_match_len} function.
62 \seealso{SLsearch_new, SLsearch_backward, SLsearch_delete, SLsearch_match_len}
83 \cfun{SLsearch_match_len} function.
89 \seealso{SLsearch_new, SLsearch_forward, SLsearch_delete, SLsearch_match_len}
92 \function{SLsearch_match_len}
94 \usage{unsigned int SLsearch_match_len (SLsearch_Type *st)}
96 The \cfun{SLsearch_match_len} function returns the length of the
/dports/devel/libslang2/slang-2.3.2/src/
H A Dslang.ver490 SLsearch_match_len;
H A Dslsearch.c490 SLstrlen_Type SLsearch_match_len (SLsearch_Type *st) in SLsearch_match_len() function
H A Dslang.h2451 SL_EXTERN SLstrlen_Type SLsearch_match_len (SLsearch_Type *);
/dports/editors/jed/jed-0.99-19/src/
H A Dsearch.c125 key_len = SLsearch_match_len (st); in search()