HomeSort by: relevance | last modified time | path
    Searched defs:nnl (Results 1 - 2 of 2) sorted by relevancy

  /src/bin/sh/
expand.c 634 int nnl; local in function:expbackq
654 nnl = 0; /* dropping trailing \n's */
672 nnl++; /* it might be trailing */
690 if (nnl < 20) {
691 CHECKSTRSPACE(nnl + 2, dest);
692 while (nnl > 0) {
693 nnl--;
698 while (nnl > 0) {
699 nnl--;
expand.c 634 int nnl; local in function:expbackq
654 nnl = 0; /* dropping trailing \n's */
672 nnl++; /* it might be trailing */
690 if (nnl < 20) {
691 CHECKSTRSPACE(nnl + 2, dest);
692 while (nnl > 0) {
693 nnl--;
698 while (nnl > 0) {
699 nnl--;

Completed in 24 milliseconds