Home
last modified time | relevance | path

Searched defs:filter_command (Results 1 – 3 of 3) sorted by relevance

/external/python/cpython2/Lib/lib-tk/
DFileDialog.py160 def filter_command(self, event=None): member in FileDialog
/external/python/cpython3/Lib/tkinter/
Dfiledialog.py173 def filter_command(self, event=None): member in FileDialog
/external/trace-cmd/tracecmd/
Dtrace-record.c4719 static int filter_command(struct tracefs_instance *instance, const char *cmd) in filter_command() function