Home
last modified time | relevance | path

Searched refs:indINDgetUtf8 (Results 1 – 4 of 4) sorted by relevance

/dports/editors/ted/Ted-2.23/ind/
H A Dindword.c113 tn= indINDgetUtf8( &accepted, ind, ind->ind_start, word ); in indWRDget()
140 if ( indINDgetUtf8( &accepted, ind, ind->ind_start, in indWRDget()
157 if ( indINDgetUtf8( &accepted, ind, ind->ind_start, in indWRDget()
171 if ( indINDgetUtf8( &accepted, ind, ind->ind_start, in indWRDget()
H A Dindnode.c122 int indINDgetUtf8( int * paccept, in indINDgetUtf8() function
206 int tn= indINDgetUtf8( &accepted, ind, ind->ind_start, key ); in indINDforget()
H A Dindlocal.h128 extern int indINDgetUtf8( int * paccept,
H A Dindfront.c178 return indINDgetUtf8( paccept, ind, ind->ind_start, key ); in indGetUtf8()