Home
last modified time | relevance | path

Searched refs:s_compunit (Results 1 – 1 of 1) sorted by relevance

/illumos-gate/usr/src/cmd/sed/
H A Dmain.c64 struct s_compunit { struct
65 struct s_compunit *next; argument
74 static struct s_compunit *script, **cu_nextp = &script; argument
483 struct s_compunit *cu; in add_compunit()
485 if ((cu = malloc(sizeof (struct s_compunit))) == NULL) in add_compunit()