Lines Matching refs:ntop
268 union node *ntop, *n1, *n2, *n3; in list() local
274 ntop = n1 = NULL; in list()
291 if (ntop == NULL) in list()
292 ntop = n2; in list()
294 n1 = makebinary(NSEMI, ntop, n2); in list()
295 ntop = n1; in list()
311 return ntop; in list()
314 return ntop; in list()
320 return ntop; in list()
327 return ntop; in list()
332 return ntop; in list()