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

  /src/bin/sh/
parser.c 1392 * Internally nlpp is a pointer to the head of the linked
1400 struct nodelist **nlpp; local in function:parsebackq
1516 nlpp = pbqlist;
1517 while (*nlpp)
1518 nlpp = &(*nlpp)->next;
1519 *nlpp = stalloc(sizeof(struct nodelist));
1520 (*nlpp)->next = NULL;
1543 (*nlpp)->n = n;
parser.c 1392 * Internally nlpp is a pointer to the head of the linked
1400 struct nodelist **nlpp; local in function:parsebackq
1516 nlpp = pbqlist;
1517 while (*nlpp)
1518 nlpp = &(*nlpp)->next;
1519 *nlpp = stalloc(sizeof(struct nodelist));
1520 (*nlpp)->next = NULL;
1543 (*nlpp)->n = n;

Completed in 23 milliseconds