Lines Matching defs:add
66 n_add = begs ? here-begs : 0; /* add size */
162 reg uchar *add;
168 { add = fold;
177 add = NIL(uchar*);
242 { if(target && vdputinst(tab,add,fold,bestm,len) < 0)
245 /* add a sufficient number of suffices */
253 add = NIL(uchar*);
257 { if(!add)
258 add = fold;
260 ends = (fold += 1); /* add one prefix */
266 if(ss < ends) for(;;) /* add prefices/suffices */
282 { if(!add)
283 add = fold;
295 if(add || bestm >= 0)
296 return vdputinst(tab,add,endfold,bestm,len);