OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
Definition
Symbol
File Path
History
|
|
Help
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
Indexes created Mon Sep 29 21:09:56 GMT 2025