Lines Matching refs:iredisc
77 static Iredisc_t iredisc;
343 iredisc.version = IRE_VERSION;
344 iredisc.errorf = disc->errorf;
345 if (!(ire = irecomp(pm->pat, 4, 0, 1, 1, &iredisc)))
352 iredisc.version = IRE_VERSION;
353 iredisc.errorf = disc->errorf;
354 if (!(ire = irecomp(pm->pat, 2, 0, 1, 1, &iredisc)))
395 iredisc.version = IRE_VERSION;
396 iredisc.errorf = disc->errorf;
397 return irecomp(val->string.data, 4, 0, 2, 0, &iredisc);
425 iredisc.version = IRE_VERSION;
426 iredisc.errorf = disc->errorf;
427 return irecomp(val->string.data, 2, 0, 2, 0, &iredisc);
455 iredisc.version = IRE_VERSION;
456 iredisc.errorf = disc->errorf;
457 return irecomp(val->string.data, 1, 0, 8, 0, &iredisc);
485 iredisc.version = IRE_VERSION;
486 iredisc.errorf = disc->errorf;
487 return irecomp(val->string.data, 2, 0, 4, 0, &iredisc);