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

/illumos-gate/usr/src/cmd/sed/
H A Dmain.c63 struct s_compunit { struct
64 struct s_compunit *next;
73 static struct s_compunit *script, **cu_nextp = &script;
480 struct s_compunit *cu;
482 if ((cu = malloc(sizeof (struct s_compunit))) == NULL)

Completed in 127 milliseconds