Searched defs:sedcmd (Results 1 – 1 of 1) sorted by relevance
193 struct sedcmd { struct194 struct sedcmd *next, *prev; argument197 long lmatch[2]; // line number of match198 int rmatch[2]; // offset of regex struct for prefix matches (/abc/,/def/p)199 int arg1, arg2, w; // offset of two arguments per command, plus s//w filename200 unsigned not, hit;201 unsigned sflags; // s///flag bits: i=1, g=2, p=4202 char c; // action