Home
last modified time | relevance | path

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

/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Modules/
Dreadline.c296 static PyObject *begidx = NULL; variable
317 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()
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.10/Lib/
Dcmd.py266 begidx = readline.get_begidx() - stripped
268 if begidx>0:
279 self.completion_matches = compfunc(text, line, begidx, endidx)
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Lib/
Dcmd.py264 begidx = readline.get_begidx() - stripped
266 if begidx>0:
277 self.completion_matches = compfunc(text, line, begidx, endidx)