Home
last modified time | relevance | path

Searched defs:insert_separator (Results 1 – 2 of 2) sorted by relevance

/external/selinux/checkpolicy/
Dpolicy_define.c108 int insert_separator(int push) in insert_separator() function
/external/python/cpython3/Lib/tkinter/
D__init__.py3546 def insert_separator(self, index, cnf={}, **kw): member in Menu