Home
last modified time | relevance | path

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

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