Searched refs:scope_search_fp (Results 1 - 2 of 2) sorted by relevance

/netbsd-current/external/gpl3/gcc.old/dist/gcc/d/dmd/
H A Ddscope.c602 void *scope_search_fp(void *arg, const char *seed, int* cost) function
604 //printf("scope_search_fp('%s')\n", seed);
674 return (Dsymbol *)speller(ident->toChars(), &scope_search_fp, this, idchars);
/netbsd-current/external/gpl3/gcc/dist/gcc/d/dmd/
H A Ddscope.d538 extern (D) Dsymbol scope_search_fp(const(char)[] seed, out int cost)
540 //printf("scope_search_fp('%s')\n", seed);
580 return speller!scope_search_fp(ident.toString());

Completed in 97 milliseconds