Searched defs:sedcmd (Results 1 – 1 of 1) sorted by relevance
147 struct sedcmd { struct148 struct sedcmd *next, *prev; argument151 long lmatch[2]; // line number of match152 int rmatch[2]; // offset of regex struct for prefix matches (/abc/,/def/p)153 int arg1, arg2, w; // offset of two arguments per command, plus s//w filename154 unsigned not, hit;155 unsigned sflags; // s///flag bits, see SFLAG macros below156 char c; // action