Home
last modified time | relevance | path

Searched defs:s_command (Results 1 – 2 of 2) sorted by relevance

/freebsd-12.1/usr.bin/sed/
H A Ddefs.h94 struct s_command { struct
95 struct s_command *next; /* Pointer to next command */ argument
100 struct s_command *c; /* Command(s) for b t { */ argument
104 } u;
105 char code; /* Command code */
106 u_int nonsel:1; /* True if ! */
/freebsd-12.1/lib/libcasper/libcasper/
H A Dservice.c86 service_command_func_t *s_command; member