Searched refs:rop (Results 1 – 6 of 6) sorted by relevance
| /src/contrib/ncurses/ncurses/base/ |
| H A D | resizeterm.c | 127 ripoff_t *rop; in ripped_window() local 133 for (each_ripoff(rop)) { in ripped_window() 134 if (rop->win == win && rop->line != 0) { in ripped_window() 135 result = rop; in ripped_window() 153 ripoff_t *rop; in ripped_bottom() local 158 for (each_ripoff(rop)) { in ripped_bottom() 159 if (rop->line < 0) { in ripped_bottom() 160 result -= rop->line; in ripped_bottom() 161 if (rop->win == win) { in ripped_bottom() 223 const ripoff_t *rop = ripped_window(win); in adjust_window() local [all …]
|
| H A D | lib_set_term.c | 157 ripoff_t *rop; in delscreen() local 158 for (rop = safe_ripoff_stack; in delscreen() 159 rop != safe_ripoff_sp && (rop - safe_ripoff_stack) < N_RIPS; in delscreen() 160 rop++) { in delscreen() 161 if (rop->win) { in delscreen() 162 (void) delwin(rop->win); in delscreen() 163 rop->win = NULL; in delscreen() 703 ripoff_t *rop; in _nc_setupscreen() local 705 for (rop = safe_ripoff_stack; in _nc_setupscreen() 706 rop != safe_ripoff_sp && (rop - safe_ripoff_stack) < N_RIPS; in _nc_setupscreen() [all …]
|
| /src/crypto/krb5/src/kadmin/server/ |
| H A D | auth_acl.c | 268 char rop; in parse_entry() local 276 rop = isupper((unsigned char)*op) ? tolower((unsigned char)*op) : *op; in parse_entry() 278 if (rop == acl_op_table[t].op) { in parse_entry() 279 if (rop == *op) in parse_entry()
|
| /src/contrib/bsnmp/snmp_ntp/ |
| H A D | snmp_ntp.c | 528 uint16_t rop; in ntpd_dialog() local 532 if (ntpd_read(&rop, &rassocid, data, datalen) == -1) in ntpd_dialog() 535 if (rop != op) { in ntpd_dialog() 536 syslog(LOG_ERR, "bad response op 0x%x", rop); in ntpd_dialog()
|
| /src/sys/fs/nfsclient/ |
| H A D | nfs_clstate.c | 719 struct nfsclopen *op, *rop, *rop2; in nfscl_getopen() local 737 rop = NULL; in nfscl_getopen() 750 lockown, lpp, &rop, &rop2); in nfscl_getopen() 765 openown, lockown, lpp, &rop, &rop2); in nfscl_getopen() 774 if (rop == NULL) in nfscl_getopen() 775 rop = rop2; in nfscl_getopen() 776 if (rop == NULL) in nfscl_getopen() 778 *opp = rop; in nfscl_getopen()
|
| /src/contrib/llvm-project/llvm/lib/Target/PowerPC/ |
| H A D | PPC.td | 314 SubtargetFeature<"rop-protect", "HasROPProtect", "true",
|