Home
last modified time | relevance | path

Searched refs:identchars (Results 1 – 2 of 2) sorted by relevance

/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.10/Lib/
Dcmd.py68 identchars = IDENTCHARS variable in Cmd
192 while i < n and line[i] in self.identchars: i = i+1
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Lib/
Dcmd.py68 identchars = IDENTCHARS variable in Cmd
192 while i < n and line[i] in self.identchars: i = i+1