Home | History | Annotate | Download | only in src

Lines Matching refs:l2

1910 				int l1, l2, l3;
1917 l2 = (p - 1) - field_start;
1919 news = alloc(l1 + l2 + l3 + 1, ATEMP);
1921 memcpy(news + l1, field_start, l2);
1922 memcpy(news + l1 + l2, brace_end, l3);
1923 news[l1 + l2 + l3] = '\0';
1925 news + l1 + l2 + l3, fdo);