Home
last modified time | relevance | path

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

/freebsd/contrib/diff/src/
H A Ddiff.c254 lin ocontext = -1; in main() local
297 ocontext = c - '0'; in main()
298 else if (LIN_MAX / 10 < ocontext in main()
299 || ((ocontext = 10 * ocontext + c - '0') < 0)) in main()
300 ocontext = LIN_MAX; in main()
620 if (ocontext < 0) in main()
641 if (0 <= ocontext) in main()
647 && (context < ocontext in main()
648 || (ocontext < context && ! explicit_context))) in main()
654 (long int) ocontext, in main()
[all …]
/freebsd/sys/contrib/xen/xsm/
H A Dflask_op.h220 xen_flask_ocontext_t ocontext; member