HomeSort by: relevance | last modified time | path
    Searched refs:flookup (Results 1 - 2 of 2) sorted by relevancy

  /src/usr.bin/fgen/
fgen.l 309 static struct fcode *flookup(struct fcode *, const char *);
855 flookup(struct fcode *dict, const char *str)
863 printf("flookup: `%s' and `%s' %s match\n",
867 return (flookup(dict->l, str));
869 return (flookup(dict->r, str));
1324 if ((fcode = flookup(dictionary, token->text)) == NULL)
2086 if ((code = flookup(dictionary, str)))
  /src/sys/netinet/
dccp_tfrc.c 204 const struct fixpoint *flookup(const struct fixpoint *);
1926 * FLOOKUP macro. NOTE! 0<=(int x)<=1
1930 flookup(const struct fixpoint *x) function in typeref:typename:const struct fixpoint *
1961 * Inverse of the FLOOKUP above

Completed in 16 milliseconds