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

/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Modules/
H A Dreadline.c296 static PyObject *begidx = NULL; variable
317 Py_INCREF(begidx);
318 return begidx;
837 /* A more flexible constructor that saves the "begidx" and "endidx"
849 Py_XDECREF(begidx);
851 begidx = PyInt_FromLong((long) start);
900 begidx = PyInt_FromLong(0L);
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.10/Lib/
H A Dcmd.py20 arguments text, line, begidx, endidx. text is string we are matching
22 input line (lstripped), begidx and endidx are the beginning and end
266 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/
H A Dcmd.py20 arguments text, line, begidx, endidx. text is string we are matching
22 input line (lstripped), begidx and endidx are the beginning and end
264 begidx = readline.get_begidx() - stripped
266 if begidx>0:
277 self.completion_matches = compfunc(text, line, begidx, endidx)

Completed in 72 milliseconds