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

/freebsd-11-stable/contrib/ncurses/ncurses/base/
H A Dresizeterm.c119 ripoff_t *rop; local
125 for (each_ripoff(rop)) {
126 if (rop->win == win && rop->line != 0) {
127 result = rop;
143 ripoff_t *rop; local
149 for (each_ripoff(rop)) {
150 if (rop->line < 0) {
151 result -= rop->line;
152 if (rop
214 ripoff_t *rop = ripped_window(win); local
475 ripoff_t *rop; local
[all...]
H A Dlib_set_term.c144 ripoff_t *rop; local
146 for (rop = safe_ripoff_stack;
147 rop != safe_ripoff_sp && (rop - safe_ripoff_stack) < N_RIPS;
148 rop++) {
149 if (rop->win) {
150 (void) delwin(rop->win);
151 rop->win = 0;
281 ripoff_t *rop; local
624 for (rop
[all...]
/freebsd-11-stable/contrib/amd/amd/
H A Dam_ops.c375 am_ops *rop = NULL; local
376 for (vp = vops; (rop = *vp); vp++)
377 if (STREQ(rop->fs_type, type))
379 return rop;
386 am_ops *rop = NULL; local
393 rop = &amfs_error_ops;
396 rop = &amfs_error_ops;
401 rop = ops_search(fo->opt_type);
402 if (!rop) {
404 rop
[all...]
/freebsd-11-stable/sys/dev/drm/
H A Dsavage_drv.h363 #define BCI_CMD_SET_ROP(cmd, rop) ((cmd) |= ((rop & 0xFF) << 16))
/freebsd-11-stable/contrib/bsnmp/snmp_ntp/
H A Dsnmp_ntp.c526 uint16_t rop; local
530 if (ntpd_read(&rop, &rassocid, data, datalen) == -1)
533 if (rop != op) {
534 syslog(LOG_ERR, "bad response op 0x%x", rop);
/freebsd-11-stable/usr.bin/xlint/lint1/
H A Dtree.c3917 op_t lop, rop = NOOP; local
3938 rop = rn->tn_op;
3948 } else if (!rparn && (rop == PLUS || rop == MINUS)) {
3955 } else if (!rparn && rop == LOGAND) {
3969 if (!warn && !rparn && rop != tn->tn_op) {
3970 if (rop == PLUS || rop == MINUS) {
3972 } else if (rop == AND || rop
[all...]
/freebsd-11-stable/sys/fs/nfsclient/
H A Dnfs_clstate.c653 struct nfsclopen *op, *rop, *rop2; local
660 * rop will be set to the open to be returned. There are three
669 rop = NULL;
689 rop = op;
695 if (rop == NULL && !NFSBCMP(owp->nfsow_owner,
697 rop = op;
708 if (rop == NULL)
709 rop = rop2;
710 if (rop == NULL)
712 *opp = rop;
[all...]
/freebsd-11-stable/contrib/binutils/gas/config/
H A Dtc-ia64.c10861 int rop; local
10866 rop = 0;
10868 rop = 1;
10871 if (CURR_SLOT.opnd[rop].X_op == O_register)
10873 if (ar_is_only_in_integer_unit (CURR_SLOT.opnd[rop].X_add_number))
10875 else if (ar_is_only_in_memory_unit (CURR_SLOT.opnd[rop].X_add_number))
10878 rop = -1;
10882 if (rop >= 0)
10897 int rop; local
10902 rop
[all...]
/freebsd-11-stable/contrib/binutils/include/opcode/
H A Dconvex.h1681 char *rop[] = { variable
/freebsd-11-stable/contrib/gcc/config/ia64/
H A Dia64.c764 ia64_depz_field_mask (rtx rop, rtx rshift)
766 unsigned HOST_WIDE_INT op = INTVAL (rop);
759 ia64_depz_field_mask(rtx rop, rtx rshift) argument

Completed in 325 milliseconds