Searched refs:iredisc (Results 1 - 1 of 1) sorted by relevance

/ast/src/cmd/dsslib/ip_t/
H A Dip_t.c77 static Iredisc_t iredisc; variable
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);
[all...]

Completed in 9 milliseconds