rule_s Struct Reference
Rule item.
More...
Data Fields |
char * | from |
| binary buffer to match.
|
char * | to |
| binary buffer replacement.
|
const char * | forig |
| match from the command line.
|
const char * | torig |
| replacement from the command line.
|
int | fs |
| length of from buffer.
|
int | ts |
| length of to buffer.
|
int | dir |
| direction of rule
|
Detailed Description
Rule item.
Definition at line 150 of file netsed.c.
Field Documentation
direction of rule
Definition at line 164 of file netsed.c.
match from the command line.
Definition at line 156 of file netsed.c.
binary buffer to match.
Definition at line 152 of file netsed.c.
binary buffer replacement.
Definition at line 154 of file netsed.c.
replacement from the command line.
Definition at line 158 of file netsed.c.
The documentation for this struct was generated from the following file: