HomeSort by relevance Sort by last modified time
    Searched full:close_hook (Results 1 - 4 of 4) sorted by null

  /external/bison/lib/
fd-hook.c 71 register_fd_hook (close_hook_fn close_hook, ioctl_hook_fn ioctl_hook, struct fd_hook *link)
73 if (close_hook == NULL)
74 close_hook = execute_close_hooks;
83 link->private_close_fn = close_hook;
91 if (link->private_close_fn != close_hook
fd-hook.h 102 CLOSE_HOOK and IOCTL_HOOK may be NULL, indicating no change.
105 extern void register_fd_hook (close_hook_fn close_hook, ioctl_hook_fn ioctl_hook,
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/idlelib/
EditorWindow.py 716 def close_hook(self): member in class:EditorWindow
721 def set_close_hook(self, close_hook):
722 self.close_hook = close_hook
    [all...]
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/idlelib/
EditorWindow.py 716 def close_hook(self): member in class:EditorWindow
721 def set_close_hook(self, close_hook):
722 self.close_hook = close_hook
    [all...]

Completed in 108 milliseconds