Lines Matching defs:mod
176 * we're searching in, and 'mod' tells us if you plan on deleting the
177 * item (use mod < 0) or changing the options (use mod > 0)
183 int mod)
187 int ins_len = mod < 0 ? -1 : 0;
188 int cow = mod != 0;
265 * we're searching in, and 'mod' tells us if you plan on deleting the
266 * item (use mod < 0) or changing the options (use mod > 0)
276 int mod)
280 int ins_len = mod < 0 ? -1 : 0;
281 int cow = mod != 0;
347 int mod)
351 int ins_len = mod < 0 ? -1 : 0;
352 int cow = mod != 0;