Home
last modified time | relevance | path

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

/freebsd/usr.bin/sed/
H A Ddefs.h91 struct s_command { struct
92 struct s_command *next; /* Pointer to next command */ argument
97 struct s_command *c; /* Command(s) for b t { */ argument
101 } u;
102 char code; /* Command code */
103 u_int nonsel:1; /* True if ! */
/freebsd/lib/libcasper/libcasper/
H A Dservice.c83 service_command_func_t *s_command; member