Searched refs:lPos (Results 1 – 5 of 5) sorted by relevance
54 set lPos [list]164 set lPos [list]170 lappend lCol [list $iCol $lPos]172 set lPos [list]177 lappend lPos $iPos181 if {[llength $lPos]>0} {182 lappend lCol [list $iCol $lPos]198 foreach {iCol lPos} $col {}199 append cols " $iCol\[[join $lPos { }]\]"
937 picoos_uint32 lPos; member999 (*f)->lPos = 0; in LOpen()1065 f->lPos = (f->lPos + (*len)); in LReadBytes()1090 f->lPos = (f->lPos + (unsigned int) (*len)); in LWriteBytes()1091 if ((f->lPos > f->lFileLen)) { in LWriteBytes()1092 f->lFileLen = f->lPos; in LWriteBytes()1108 if ((pos == f->lPos)) { in LSetPos()1113 f->lPos = pos; in LSetPos()1126 (*pos) = f->lPos; in LGetPos()
1430 compareInt32(int32_t lPos, int32_t rPos) { in compareInt32() argument1435 if (lPos < rPos) { in compareInt32()1437 } else if (lPos > rPos) { in compareInt32()1447 int32_t lPos = ((const KeyMapEntry *)l)->oldpos; in compareKeySuffixes() local1449 const char *lStart = getKeyString(bundle, lPos); in compareKeySuffixes()1469 return compareInt32(lPos, rPos); in compareKeySuffixes()
1462 compareInt32(int32_t lPos, int32_t rPos) { in compareInt32() argument1467 if (lPos < rPos) { in compareInt32()1469 } else if (lPos > rPos) { in compareInt32()1479 int32_t lPos = ((const KeyMapEntry *)l)->oldpos; in compareKeySuffixes() local1481 const char *lStart = getKeyString(bundle, lPos); in compareKeySuffixes()1501 return compareInt32(lPos, rPos); in compareKeySuffixes()
43 int lPos= label.find_last_of ("___") + 1; in IsSlot() local45 if (fPos >= 0 && lPos == count) in IsSlot()