Searched defs:or (Results 1 - 5 of 5) sorted by relevance

/osnet-11/usr/src/lib/libxcurses/src/libc/xcurses/
H A Ddoupdate.c10 * or http://www.opensolaris.org/os/licensing.
62 * eg. VT52 - "\EYrc" or ADM3A - "\E=rc"
121 * Allocate or grow doupdate() structures.
214 * happen fairly often in the case of scrolled lines or full redraws.
291 /* Move the cursor by redrawing characters or using
300 /* First time addressing this row or cost of
370 /* Remember new or existing cookie. */
661 register int or, nr, cc; local
686 for (--lr, or = fr; or <
[all...]
/osnet-11/usr/src/lib/libxcurses2/src/libc/xcurses/
H A Ddoupdate.c10 * or http://www.opensolaris.org/os/licensing.
59 * eg. VT52 - "\EYrc" or ADM3A - "\E=rc"
122 * Allocate or grow doupdate() structures.
795 int or, nr, cc; local
822 for (--lr, or = fr; or <= lr; ++or) {
824 lcp = &LC(or + 1, nr + 1);
827 lcp->cost = LC(or, nr).cost;
830 if (ohash[or] !
[all...]
/osnet-11/usr/src/lib/libpool/common/
H A Dpool_xml.c9 * or http://www.opensolaris.org/os/licensing.
309 * the supplied document. If the parent or document is NULL, create the node
310 * but do not associate it with a parent or document.
2114 char *or = ""; local
2136 or, tok);
2137 or = " | ";
2174 * - For each class work out if the props are attributes or not
2441 * Returns an integer greater than, equal to, or less than 0.
/osnet-11/usr/src/lib/efcode/include/fcode/
H A Dproto.h10 * or http://www.opensolaris.org/os/licensing.
58 FNPROTO(or); variable
/osnet-11/usr/src/lib/efcode/engine/
H A Dforth.c9 * or http://www.opensolaris.org/os/licensing.
22 * Copyright (c) 2000, 2011, Oracle and/or its affiliates. All rights reserved.
168 or(fcode_env_t *env) function
172 CHECK_DEPTH(env, 2, "or");
1178 * or it is a temporary compile
2506 ANSI(0x024, 0, "or", or);

Completed in 39 milliseconds