Home
last modified time | relevance | path

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

/openbsd/usr.bin/sed/
H A Dmain.c58 struct s_compunit { struct
59 struct s_compunit *next; argument
68 static struct s_compunit *script, **cu_nextp = &script; argument
454 struct s_compunit *cu; in add_compunit()
456 cu = xmalloc(sizeof(struct s_compunit)); in add_compunit()