Home
last modified time | relevance | path

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

/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Modules/
Dstropmodule.c596 Py_ssize_t i, j, old_j; in strop_expandtabs() local
613 i = j = old_j = 0; /* j: current column; i: total of previous lines */ in strop_expandtabs()
618 if (old_j > j) { in strop_expandtabs()
623 old_j = j; in strop_expandtabs()