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

/freebsd-11-stable/contrib/diff/src/
H A Ddiff.c255 lin ocontext = -1;
298 ocontext = c - '0';
299 else if (LIN_MAX / 10 < ocontext
300 || ((ocontext = 10 * ocontext + c - '0') < 0))
301 ocontext = LIN_MAX;
621 if (ocontext < 0)
642 if (0 <= ocontext)
648 && (context < ocontext
649 || (ocontext < contex
254 lin ocontext = -1; local
[all...]
/freebsd-11-stable/sys/xen/interface/xsm/
H A Dflask_op.h203 struct xen_flask_ocontext ocontext; member in union:xen_flask_op::__anon13626

Completed in 57 milliseconds