Home
last modified time | relevance | path

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

/third_party/toybox/toys/posix/
Dsed.c195 struct sedcmd { struct
196 struct sedcmd *next, *prev; argument
199 long lmatch[2]; // line number of match
200 int rmatch[2]; // offset of regex struct for prefix matches (/abc/,/def/p)
201 int arg1, arg2, w; // offset of two arguments per command, plus s//w filename
202 unsigned not, hit;
203 unsigned sflags; // s///flag bits: i=1, g=2, p=4
204 char c; // action