Home
last modified time | relevance | path

Searched refs:text_index (Results 1 – 3 of 3) sorted by relevance

/external/syslinux/gpxe/src/drivers/net/
Dbnx2.c1462 fw.text_index = 0; in bnx2_init_cpus()
1508 fw.text_index = 0; in bnx2_init_cpus()
1554 fw.text_index = 0; in bnx2_init_cpus()
1600 fw.text_index = 0; in bnx2_init_cpus()
Dbnx2.h4242 u32 text_index; member
/external/python/cpython2/Lib/idlelib/
DEditorWindow.py1150 def is_char_in_string(self, text_index): argument
1154 return self.text.tag_prevrange("TODO", text_index) or \
1155 "STRING" in self.text.tag_names(text_index)