Home | History | Annotate | Download | only in flex-2.5.4a

Lines Matching refs:str

154 /* hashfunct - compute the hash value for "str" and hash size "hash_size" */
156 int hashfunct( str, hash_size )
157 register char str[];
166 while ( str[locstr] )
168 hashval = (hashval << 1) + (unsigned char) str[locstr++];
226 void scinstal( str, xcluflg )
227 char str[];
233 action_define( str, lastsc );
238 scname[lastsc] = copy_string( str );
244 str );
258 int sclookup( str )
259 char str[];
261 return findsym( str, sctbl, START_COND_HASH_SIZE )->int_val;