lc 228 lib/lua/ltable.c int lc = 0; /* counter */ lc 238 lib/lua/ltable.c lc++; lc 240 lib/lua/ltable.c nums[lg] += lc; lc 241 lib/lua/ltable.c ause += lc; lc 158 modules/eyefi.c char lc = tolower(c); lc 161 modules/eyefi.c else if ((lc >= 'a') && (lc <= 'z')) lc 162 modules/eyefi.c return (lc - 'a') + 10; lc 283 tools/packfi2/deflate.h int _tr_tally OF((deflate_state *s, unsigned dist, unsigned lc)); lc 1022 tools/packfi2/trees.c int _tr_tally (s, dist, lc) lc 1025 tools/packfi2/trees.c unsigned lc; /* match length-MIN_MATCH or unmatched char (if dist==0) */ lc 1028 tools/packfi2/trees.c s->l_buf[s->last_lit++] = (uch)lc; lc 1031 tools/packfi2/trees.c s->dyn_ltree[lc].Freq++; lc 1037 tools/packfi2/trees.c (ush)lc <= (ush)(MAX_MATCH-MIN_MATCH) && lc 1040 tools/packfi2/trees.c s->dyn_ltree[_length_code[lc]+LITERALS+1].Freq++; lc 1078 tools/packfi2/trees.c int lc; /* match length or unmatched char (if dist == 0) */ lc 1085 tools/packfi2/trees.c lc = s->l_buf[lx++]; lc 1087 tools/packfi2/trees.c send_code(s, lc, ltree); /* send a literal byte */ lc 1088 tools/packfi2/trees.c Tracecv(isgraph(lc), (stderr," '%c' ", lc)); lc 1091 tools/packfi2/trees.c code = _length_code[lc]; lc 1095 tools/packfi2/trees.c lc -= base_length[code]; lc 1096 tools/packfi2/trees.c send_bits(s, lc, extra); /* send the extra length bits */