Home
last modified time | relevance | path

Searched refs:complete_remove (Results 1 – 7 of 7) sorted by relevance

/dports/shells/fish/fish-3.3.1/src/
H A Dbuiltin_complete.cpp79 complete_remove(cmd, cmd_is_path, wcstring{*s}, option_type_short); in builtin_complete_remove_cmd()
84 complete_remove(cmd, cmd_is_path, opt, option_type_single_long); in builtin_complete_remove_cmd()
89 complete_remove(cmd, cmd_is_path, opt, option_type_double_long); in builtin_complete_remove_cmd()
H A Dcomplete.h240 void complete_remove(const wcstring &cmd, bool cmd_is_path, const wcstring &option,
H A Dcomplete.cpp550 void complete_remove(const wcstring &cmd, bool cmd_is_path, const wcstring &option, in complete_remove() function
/dports/security/gnome-keyring/gnome-keyring-40.0/pkcs11/secret-store/
H A Dgkm-secret-module.c129 complete_remove (GkmTransaction *transaction, GObject *obj, gpointer user_data) in complete_remove() function
153 gkm_transaction_add (transaction, self, complete_remove, g_object_ref (collection)); in remove_collection()
H A Dgkm-secret-collection.c203 complete_remove (GkmTransaction *transaction, GkmSecretCollection *self, GkmSecretItem *item) in complete_remove() function
228 gkm_transaction_add (transaction, self, (GkmTransactionFunc)complete_remove, in remove_item()
/dports/www/py-weboob/weboob-2.0/weboob/applications/boobtracker/
H A Dboobtracker.py247 def complete_remove(self, text, line, *ignored): member in BoobTracker
/dports/security/gnome-keyring/gnome-keyring-40.0/pkcs11/gkm/
H A Dgkm-session.c298 complete_remove (GkmTransaction *transaction, GkmSession *self, GkmObject *object) in complete_remove() function
319 gkm_transaction_add (transaction, self, (GkmTransactionFunc)complete_remove, in remove_object()