Lines Matching defs:add
70 n_add = begs ? here-begs : 0; /* add size */
168 reg uchar *add, *endfold;
187 add = NIL(uchar*);
257 { if(output && vdputinst(tab,add,s,bestm,len) < 0)
260 /* add a sufficient number of suffices */
268 add = NIL(uchar*);
272 { if(!add)
273 add = s;
275 ends = (s += 1); /* add one prefix */
281 if(ss < ends) for(;;) /* add prefices/suffices */
297 { if(!add)
298 add = s;
306 return vdputinst(tab,add,endfold,NIL(Match_t*),0);