Home | History | Annotate | Download | only in src

Lines Matching defs:l3

1780 				int l1, l2, l3;
1788 l3 = end - brace_end;
1789 news = alloc(l1 + l2 + l3 + 1, ATEMP);
1792 memcpy(news + l1 + l2, brace_end, l3);
1793 news[l1 + l2 + l3] = '\0';
1795 news + l1 + l2 + l3, fdo);