Searched refs:lastline (Results 1 - 6 of 6) sorted by relevance

/device/linaro/bootloader/edk2/AppPkg/Applications/Lua/src/
H A Dllex.h54 int lastline; /* line of last token `consumed' */ member in struct:LexState
H A Dllex.c168 ls->lastline = 1;
515 ls->lastline = ls->linenumber;
H A Dlcode.c222 f->lineinfo[fs->pc] = fs->ls->lastline;
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Tools/scripts/
H A Dtexcheck.py188 lastline = lineno
193 print 'Done checking %d lines.' % (lastline,)
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Lib/email/
H A Dfeedparser.py330 lastline = preamble[-1]
331 eolmo = NLCRE_eol.search(lastline)
333 preamble[-1] = lastline[:-len(eolmo.group(0))]
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Lib/compiler/
H A Dpyassem.py606 self.lastline = 0
618 self.lastline = lineno
622 line = lineno - self.lastline
644 self.lastline = lineno

Completed in 66 milliseconds