Searched defs:suggestion (Results 1 – 2 of 2) sorted by relevance
42 struct suggestion { struct43 struct suggestion *next; argument51 suggestion_func *func; argument55 static struct suggestion *suggestions; argument
232 private static void check(String name, Object object, String suggestion) { in check()