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

/freebsd-10.3-release/usr.bin/sed/
H A Dmain.c73 struct s_compunit { struct
74 struct s_compunit *next;
83 static struct s_compunit *script, **cu_nextp = &script;
459 struct s_compunit *cu;
461 if ((cu = malloc(sizeof(struct s_compunit))) == NULL)

Completed in 40 milliseconds