Home
last modified time | relevance | path

Searched refs:left (Results 1 – 25 of 480) sorted by path

12345678910>>...20

/illumos-gate/usr/src/boot/forth/
H A Dbrand-illumos.4th37 \ note, we use 0, 0 for image upper left as origin,
H A Dbrand.4th35 \ loader_brand_y) if defined, or (2,1) (top-left). To choose your brand, set
H A Dcheck-password.4th96 at-bl \ Move the cursor to the bottom-left
H A Dframes.4th33 \ XXX Filled boxes are left as an exercise for the reader... ;-/
134 vline \ Draw left vert line
141 2dup at-xy lt_el @ xemit \ Draw left-top corner
142 2dup 4 pick + at-xy lb_el @ xemit \ Draw left bottom corner
H A Dloader.4th209 \ check for left over '-'
212 \ but now we may also have left over ' '
402 \ if there are no properties left.
475 dup dup 0= swap 1 = or if \ empty or only '-' is left.
H A Dmenu.4th54 10 constant menu_y \ Column position of the menu (from left side)
343 2dup s" left" compare-insensitive 0= if ( 1 )
372 \ numerical prefix to the stack. We store the value left on the stack
699 \ We do not modify the stack, so the ASCII numeral is left on top.
798 \ We do not modify the stack, so the ASCII numeral is left on top.
1050 \ value left on the stack after
H A Dmenu.rc14 draw-brand \ draw the FreeBSD title (top-left; see `brand.4th')
H A Dscreen.4th79 \ Place the cursor at the bottom left of the screen
H A Dsupport.4th1346 \ return the file name at pos, or free the string if nothing left
/illumos-gate/usr/src/cmd/acpi/iasl/
H A Dasltokens.y556 %left <i> PARSEOP_EXP_LOGICAL_OR
558 %left <i> PARSEOP_EXP_OR
559 %left <i> PARSEOP_EXP_XOR
560 %left <i> PARSEOP_EXP_AND
561 %left <i> PARSEOP_EXP_EQUAL
563 %left <i> PARSEOP_EXP_GREATER
569 %left <i> PARSEOP_EXP_ADD
571 %left <i> PARSEOP_EXP_MULTIPLY
578 %left <i> PARSEOP_EXP_INCREMENT
581 %left <i> PARSEOP_OPEN_PAREN
[all …]
H A Ddtparser.y205 %left <op> OP_EXP_LOGICAL_OR
206 %left <op> OP_EXP_LOGICAL_AND
207 %left <op> OP_EXP_OR
208 %left <op> OP_EXP_XOR
209 %left <op> OP_EXP_AND
210 %left <op> OP_EXP_EQUAL OP_EXP_NOT_EQUAL
211 %left <op> OP_EXP_GREATER OP_EXP_LESS OP_EXP_GREATER_EQUAL OP_EXP_LESS_EQUAL
212 %left <op> OP_EXP_SHIFT_RIGHT OP_EXP_SHIFT_LEFT
213 %left <op> OP_EXP_ADD OP_EXP_SUBTRACT
214 %left <op> OP_EXP_MULTIPLY OP_EXP_DIVIDE OP_EXP_MODULO
H A Dprparser.y205 %left <op> EXPOP_LOGICAL_OR
206 %left <op> EXPOP_LOGICAL_AND
207 %left <op> EXPOP_OR
208 %left <op> EXPOP_XOR
209 %left <op> EXPOP_AND
210 %left <op> EXPOP_EQUAL EXPOP_NOT_EQUAL
211 %left <op> EXPOP_GREATER EXPOP_LESS EXPOP_GREATER_EQUAL EXPOP_LESS_EQUAL
212 %left <op> EXPOP_SHIFT_RIGHT EXPOP_SHIFT_LEFT
213 %left <op> EXPOP_ADD EXPOP_SUBTRACT
214 %left <op> EXPOP_MULTIPLY EXPOP_DIVIDE EXPOP_MODULO
/illumos-gate/usr/src/cmd/auditrecord/
H A Daudit_record_attr.txt525 # left entirely up to the brand.
/illumos-gate/usr/src/cmd/awk/
H A Dawk.g.y111 %left BOR
112 %left AND
113 %left GETLINE
116 %left GSUB IF INDEX LSUBSTR MATCHFCN NEXT NUMBER
117 %left PRINT PRINTF RETURN SPLIT SPRINTF STRING SUB SUBSTR
118 %left REGEXPR VAR VARNF IVAR WHILE '('
119 %left CAT
120 %left '+' '-'
121 %left '*' '/' '%'
122 %left NOT UMINUS UPLUS
[all …]
H A Db.c68 #define left(v) (v)->narg[0] macro
242 penter(left(p)); in penter()
243 parent(left(p)) = p; in penter()
247 penter(left(p)); in penter()
249 parent(left(p)) = p; in penter()
267 freetr(left(p)); in freetr()
272 freetr(left(p)); in freetr()
445 cfoll(f, left(v)); in cfoll()
449 cfoll(f, left(v)); in cfoll()
487 if (first(left(p)) == 0) in first()
[all …]
/illumos-gate/usr/src/cmd/awk_xpg4/
H A Dawk.h305 NODE *node(int type, NODE *left, NODE *right);
H A Dawk.y120 %left COMMA
124 %left OR
125 %left AND
126 %left IN
127 %left CARAT
128 %left TILDE NRE
130 %left CONCAT
131 %left PLUSC HYPHEN
132 %left STAR SLASH PERCENT
137 %left DOLLAR LSQUARE RSQUARE
[all …]
H A Dawk3.c250 left = exprreduce(left); in assign()
260 left = left->n_next; in assign()
269 left->n_name); in assign()
287 np->n_left = left; in node()
1250 (isstring(left->n_flags) && (type_of(left)&FVREAL))) { in arithmetic()
1345 left = np->n_left; in comparison()
1348 left = left->n_next; in comparison()
1350 left = exprreduce(left); in comparison()
1351 tl = left->n_flags; in comparison()
1951 left = np->n_left; in s_forin()
[all …]
H A Dawk4.c223 NODE *left; in dosub() local
231 left = getlist(&np); in dosub()
232 text = exprstring(left); in dosub()
234 left = field0; in dosub()
249 (void)assign(left, stringnode(buf, FNOALLOC, wcslen(buf))); in dosub()
/illumos-gate/usr/src/cmd/backup/dump/
H A Ddumpmain.c1402 if ((left->st_dev == right->st_dev) && in statcmp()
1403 (left->st_ino == right->st_ino) && in statcmp()
1404 (left->st_mode == right->st_mode) && in statcmp()
1405 (left->st_nlink == right->st_nlink) && in statcmp()
1406 (left->st_uid == right->st_uid) && in statcmp()
1407 (left->st_gid == right->st_gid) && in statcmp()
1408 (left->st_rdev == right->st_rdev) && in statcmp()
1409 (left->st_ctim.tv_sec == right->st_ctim.tv_sec) && in statcmp()
1410 (left->st_ctim.tv_nsec == right->st_ctim.tv_nsec) && in statcmp()
1411 (left->st_mtim.tv_sec == right->st_mtim.tv_sec) && in statcmp()
[all …]
/illumos-gate/usr/src/cmd/backup/restore/
H A Dutilities.c524 if ((left->st_dev == right->st_dev) && in statcmp()
525 (left->st_ino == right->st_ino) && in statcmp()
526 (left->st_mode == right->st_mode) && in statcmp()
527 (left->st_nlink == right->st_nlink) && in statcmp()
528 (left->st_uid == right->st_uid) && in statcmp()
529 (left->st_gid == right->st_gid) && in statcmp()
530 (left->st_rdev == right->st_rdev) && in statcmp()
531 (left->st_ctim.tv_sec == right->st_ctim.tv_sec) && in statcmp()
533 (left->st_mtim.tv_sec == right->st_mtim.tv_sec) && in statcmp()
535 (left->st_blksize == right->st_blksize) && in statcmp()
[all …]
/illumos-gate/usr/src/cmd/bc/
H A Dbc.y57 %left '+' '-'
58 %left '*' '/' '%'
60 %left UMINUS
/illumos-gate/usr/src/cmd/bhyve/
H A Diov.c46 size_t left = seek; in seek_iov() local
50 size_t toseek = MIN(left, iov1[i].iov_len); in seek_iov()
51 left -= toseek; in seek_iov()
56 if (left == 0) { in seek_iov()
H A Dpci_ahci.c612 uint32_t dbcsz, extra, left, skip, todo; in ahci_build_iov() local
619 left = aior->len - aior->done; in ahci_build_iov()
621 for (i = 0, j = 0; i < prdtl && j < BLOCKIF_IOV_MAX && left > 0; in ahci_build_iov()
630 if (dbcsz > left) in ahci_build_iov()
631 dbcsz = left; in ahci_build_iov()
636 left -= dbcsz; in ahci_build_iov()
H A Dpci_e82545.c856 left = (size + sc->esc_RDT - head) % size; in e82545_rx_callback()
857 if (left < maxpktdesc) { in e82545_rx_callback()
859 left, maxpktdesc); in e82545_rx_callback()
939 left -= n; in e82545_rx_callback()
1323 for (left = hdrlen, hdrp = hdr; left > 0; in e82545_transmit()
1324 left -= now, hdrp += now) { in e82545_transmit()
1325 now = MIN(left, iov->iov_len); in e82545_transmit()
1412 for (seg = 0, left = paylen; left > 0; seg++, left -= now) { in e82545_transmit()
1413 now = MIN(left, mss); in e82545_transmit()
1465 htonl(tcpseq + paylen - left); in e82545_transmit()
[all …]

12345678910>>...20