Home
last modified time | relevance | path

Searched refs:rop (Results 1 – 11 of 11) sorted by relevance

/freebsd-9-stable/contrib/ncurses/ncurses/base/
Dresizeterm.c104 ripoff_t *rop; in ripped_window() local
107 for (each_ripoff(rop)) { in ripped_window()
108 if (rop->win == win && rop->line != 0) { in ripped_window()
109 result = rop; in ripped_window()
125 ripoff_t *rop; in ripped_bottom() local
128 for (each_ripoff(rop)) { in ripped_bottom()
129 if (rop->line < 0) { in ripped_bottom()
130 result -= rop->line; in ripped_bottom()
131 if (rop->win == win) { in ripped_bottom()
190 ripoff_t *rop = ripped_window(win); in adjust_window() local
[all …]
Dlib_set_term.c262 ripoff_t *rop; in _nc_setupscreen() local
558 for (rop = ripoff_stack; in _nc_setupscreen()
559 rop != ripoff_sp && (rop - ripoff_stack) < N_RIPS; in _nc_setupscreen()
560 rop++) { in _nc_setupscreen()
566 if (rop->hook == _nc_slk_initialize) in _nc_setupscreen()
569 if (rop->hook) { in _nc_setupscreen()
573 count = (rop->line < 0) ? -rop->line : rop->line; in _nc_setupscreen()
575 ((rop->line < 0) in _nc_setupscreen()
580 ((rop->line < 0) in _nc_setupscreen()
585 rop->win = w; in _nc_setupscreen()
[all …]
/freebsd-9-stable/contrib/amd/amd/
Dam_ops.c365 am_ops *rop = 0; in ops_search() local
366 for (vp = vops; (rop = *vp); vp++) in ops_search()
367 if (STREQ(rop->fs_type, type)) in ops_search()
369 return rop; in ops_search()
376 am_ops *rop = 0; in ops_match() local
383 rop = &amfs_error_ops; in ops_match()
386 rop = &amfs_error_ops; in ops_match()
391 rop = ops_search(fo->opt_type); in ops_match()
392 if (!rop) { in ops_match()
394 rop = &amfs_error_ops; in ops_match()
[all …]
/freebsd-9-stable/sys/dev/drm/
Dsavage_drv.h363 #define BCI_CMD_SET_ROP(cmd, rop) ((cmd) |= ((rop & 0xFF) << 16)) argument
/freebsd-9-stable/contrib/bsnmp/snmp_ntp/
Dsnmp_ntp.c526 uint16_t rop; in ntpd_dialog() local
530 if (ntpd_read(&rop, &rassocid, data, datalen) == -1) in ntpd_dialog()
533 if (rop != op) { in ntpd_dialog()
534 syslog(LOG_ERR, "bad response op 0x%x", rop); in ntpd_dialog()
/freebsd-9-stable/usr.bin/xlint/lint1/
Dtree.c3806 op_t lop, rop = NOOP; in precconf() local
3827 rop = rn->tn_op; in precconf()
3837 } else if (!rparn && (rop == PLUS || rop == MINUS)) { in precconf()
3844 } else if (!rparn && rop == LOGAND) { in precconf()
3858 if (!warn && !rparn && rop != tn->tn_op) { in precconf()
3859 if (rop == PLUS || rop == MINUS) { in precconf()
3861 } else if (rop == AND || rop == XOR) { in precconf()
/freebsd-9-stable/sys/fs/nfsclient/
Dnfs_clstate.c590 struct nfsclopen *op, *rop, *rop2; in nfscl_getopen() local
606 rop = NULL; in nfscl_getopen()
626 rop = op; in nfscl_getopen()
632 if (rop == NULL && !NFSBCMP(owp->nfsow_owner, in nfscl_getopen()
634 rop = op; in nfscl_getopen()
645 if (rop == NULL) in nfscl_getopen()
646 rop = rop2; in nfscl_getopen()
647 if (rop == NULL) in nfscl_getopen()
649 *opp = rop; in nfscl_getopen()
/freebsd-9-stable/contrib/binutils/gas/config/
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 = 0;
[all …]
/freebsd-9-stable/contrib/binutils/include/opcode/
Dconvex.h1681 char *rop[] = { variable
/freebsd-9-stable/contrib/gcc/config/ia64/
Dia64.c759 ia64_depz_field_mask (rtx rop, rtx rshift) in ia64_depz_field_mask() argument
761 unsigned HOST_WIDE_INT op = INTVAL (rop); in ia64_depz_field_mask()
/freebsd-9-stable/contrib/binutils/gas/
DChangeLog-92951471 * config/tc-m68k.c (s_reg): Rename local op to rop to avoid