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

/freebsd-10.0-release/contrib/ncurses/ncurses/base/
H A Dresizeterm.c104 ripoff_t *rop; local
107 for (each_ripoff(rop)) {
108 if (rop->win == win && rop->line != 0) {
109 result = rop;
125 ripoff_t *rop; local
128 for (each_ripoff(rop)) {
129 if (rop->line < 0) {
130 result -= rop->line;
131 if (rop
190 ripoff_t *rop = ripped_window(win); local
409 ripoff_t *rop; local
[all...]
H A Dlib_set_term.c262 ripoff_t *rop; local
558 for (rop = ripoff_stack;
559 rop != ripoff_sp && (rop - ripoff_stack) < N_RIPS;
560 rop++) {
566 if (rop->hook == _nc_slk_initialize)
569 if (rop->hook) {
573 count = (rop->line < 0) ? -rop->line : rop
[all...]
/freebsd-10.0-release/contrib/amd/amd/
H A Dam_ops.c365 am_ops *rop = 0; local
366 for (vp = vops; (rop = *vp); vp++)
367 if (STREQ(rop->fs_type, type))
369 return rop;
376 am_ops *rop = 0; local
383 rop = &amfs_error_ops;
386 rop = &amfs_error_ops;
391 rop = ops_search(fo->opt_type);
392 if (!rop) {
394 rop
[all...]
/freebsd-10.0-release/sys/dev/drm/
H A Dsavage_drv.h363 #define BCI_CMD_SET_ROP(cmd, rop) ((cmd) |= ((rop & 0xFF) << 16))
/freebsd-10.0-release/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-10.0-release/usr.bin/xlint/lint1/
H A Dtree.c3806 op_t lop, rop = NOOP; local
3827 rop = rn->tn_op;
3837 } else if (!rparn && (rop == PLUS || rop == MINUS)) {
3844 } else if (!rparn && rop == LOGAND) {
3858 if (!warn && !rparn && rop != tn->tn_op) {
3859 if (rop == PLUS || rop == MINUS) {
3861 } else if (rop == AND || rop
[all...]
/freebsd-10.0-release/sys/fs/nfsclient/
H A Dnfs_clstate.c614 struct nfsclopen *op, *rop, *rop2; local
621 * rop will be set to the open to be returned. There are three
630 rop = NULL;
650 rop = op;
656 if (rop == NULL && !NFSBCMP(owp->nfsow_owner,
658 rop = op;
669 if (rop == NULL)
670 rop = rop2;
671 if (rop == NULL)
673 *opp = rop;
[all...]
/freebsd-10.0-release/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-10.0-release/contrib/binutils/include/opcode/
H A Dconvex.h1681 char *rop[] = { variable
/freebsd-10.0-release/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 222 milliseconds