Home | History | Annotate | Download | only in hack

Lines Matching defs:lth

123 	size_t lth;
153 lth = strlen(buf) + 1;
154 if (lth > 63) {
156 lth = 63;
158 mtmp2 = newmonst(mtmp->mxlth + lth);
162 mtmp2->mnamelth = lth;
177 size_t lth;
184 lth = strlen(buf) + 1;
185 if (lth > 63) {
187 lth = 63;
189 otmp2 = newobj(lth);
191 otmp2->onamelth = lth;