HomeSort by: relevance | last modified time | path
    Searched refs:s_command (Results 1 - 4 of 4) sorted by relevancy

  /src/usr.bin/sed/
extern.h 39 extern struct s_command *prog;
50 void cfclose(struct s_command *, struct s_command *);
defs.h 94 struct s_command { struct
95 struct s_command *next; /* Pointer to next command */
100 struct s_command *c; /* Command(s) for b t { */
compile.c 72 struct s_command *lh_cmd;
84 static struct s_command
85 **compile_stream(struct s_command **);
87 static void enterlabel(struct s_command *);
88 static struct s_command
90 static void fixuplabel(struct s_command *, struct s_command *);
136 struct s_command *prog;
159 static struct s_command **
160 compile_stream(struct s_command **link
    [all...]
process.c 79 static __inline int applies(struct s_command *);
85 static int substitute(struct s_command *);
106 struct s_command *cp;
299 applies(struct s_command *cp)
363 struct s_command *cp;
385 substitute(struct s_command *cp)
789 cfclose(struct s_command *cp, struct s_command *end)

Completed in 14 milliseconds