potion_table_put  195 core/file.c        potion_table_put(P, PN_NIL, pe, PN_STRN(*env, key - *env),
potion_table_put  635 core/objmodel.c   potion_table_put(P, PN_NIL, about, potion_str(P, "_why"),
potion_table_put  638 core/objmodel.c   potion_table_put(P, PN_NIL, about, potion_str(P, "minimalism"),
potion_table_put  641 core/objmodel.c   potion_table_put(P, PN_NIL, about, potion_str(P, "stage fright"),
potion_table_put  644 core/objmodel.c   potion_table_put(P, PN_NIL, about, potion_str(P, "terms of use"),
potion_table_put  647 core/objmodel.c   potion_table_put(P, PN_NIL, about, potion_str(P, "help"),
potion_table_put  649 core/objmodel.c   potion_table_put(P, PN_NIL, about, potion_str(P, "ts"),
potion_table_put  651 core/objmodel.c   potion_table_put(P, PN_NIL, about, potion_str(P, "summary"),
potion_table_put  892 core/potion.h  PN potion_table_put(Potion *, PN, PN, PN, PN);
potion_table_put  128 core/table.c     return potion_table_put(P, PN_NIL, potion_table_cast(P, self), key, value);
potion_table_put  478 core/table.c     return potion_table_put(P, PN_NIL, potion_table_cast(P, self), key, value);
potion_table_put  825 core/table.c     potion_type_callset_is(tbl_vt, PN_FUNC(potion_table_put, "key=o,value=o"));
potion_table_put  829 core/table.c     potion_method(tbl_vt, "put", potion_table_put, "key=o,value=o");