Searched refs:begidx (Results 1 – 3 of 3) sorted by relevance
296 static PyObject *begidx = NULL; variable317 Py_INCREF(begidx); in get_begidx()318 return begidx; in get_begidx()849 Py_XDECREF(begidx); in flex_complete()851 begidx = PyInt_FromLong((long) start); in flex_complete()900 begidx = PyInt_FromLong(0L); in setup_readline()
266 begidx = readline.get_begidx() - stripped268 if begidx>0:279 self.completion_matches = compfunc(text, line, begidx, endidx)
264 begidx = readline.get_begidx() - stripped266 if begidx>0:277 self.completion_matches = compfunc(text, line, begidx, endidx)