Home | History | Annotate | Download | only in src

Lines Matching refs:l2

1802 				int l1, l2, l3;
1809 l2 = (p - 1) - field_start;
1811 news = alloc(l1 + l2 + l3 + 1, ATEMP);
1813 memcpy(news + l1, field_start, l2);
1814 memcpy(news + l1 + l2, brace_end, l3);
1815 news[l1 + l2 + l3] = '\0';
1817 news + l1 + l2 + l3, fdo);