/titanic_50/usr/src/lib/libnisdb/ |
H A D | db.cc | 171 entry_object *content, db_next_desc* previous) in exec_action() argument 231 prev = extract_next_desc(previous, &next_type, &prev_desc); in exec_action() 259 if (previous && previous->db_next_desc_val) { in exec_action() 260 delete previous->db_next_desc_val; in exec_action() 261 previous->db_next_desc_len = 0; in exec_action() 262 previous->db_next_desc_val = NULL; in exec_action() 279 prev = extract_next_desc(previous, &next_type, &prev_desc); in exec_action() 283 if (previous->db_next_desc_val) { in exec_action() 284 delete previous->db_next_desc_val; in exec_action() 285 previous->db_next_desc_len = 0; in exec_action() [all …]
|
H A D | db_c.x | 89 % db_next_desc *previous ); 150 % db_next_desc* previous );
|
H A D | db_mindex.cc | 473 db_mindex::next(entryp previous, entryp *where, entry_object **answer) in next() argument 479 if (!(table->entry_exists_p(previous))) in next() 482 entry_object * ptr = table->next_entry(previous, where); in next() 583 db_mindex::next(db_next_index_desc *previous, db_next_index_desc **where, in next() argument 590 if (previous == NULL) in next() 594 *where = previous->next; in next() 595 delete previous; // delete previous entry in next()
|
/titanic_50/usr/src/tools/cscope-fast/ |
H A D | history.c | 54 h->previous = tail; in addcmd() 58 h->next = h->previous = 0; in addcmd() 71 if (current->previous) /* stay on first item */ in prevcmd() 72 return (current = current->previous); in prevcmd()
|
/titanic_50/usr/src/cmd/more/ |
H A D | more.help | 13 ' Go to place where previous search started 22 :p Go to kth previous file [1] 24 . Repeat previous command
|
/titanic_50/usr/src/uts/intel/promif/ |
H A D | prom_prop.c | 50 prom_nextprop(pnode_t nodeid, caddr_t previous, caddr_t next) in prom_nextprop() argument 52 return (promif_nextprop(nodeid, previous, next)); in prom_nextprop()
|
/titanic_50/usr/src/cmd/tabs/ |
H A D | tabs.c | 529 int i, previous, nblanks; in settabs() local 604 previous = 1; curtab = tabvect; in settabs() 605 while ((nblanks = *curtab-previous) >= 0 && in settabs() 606 previous + nblanks <= maxtab) { in settabs() 608 previous = *curtab++; in settabs()
|
/titanic_50/usr/src/cmd/print/bsd-sysv-commands/ |
H A D | in.lpd.c | 133 char previous = NULL; in parse_cf() local 144 (copies_set == 0) && (previous == entry[0])) in parse_cf() 146 else if ((previous >= 'a') && (previous <= 'z')) in parse_cf() 148 previous = entry[0]; in parse_cf()
|
/titanic_50/usr/src/uts/sun4u/io/ |
H A D | gptwocfg.c | 484 gptwocfg_next_node(gptwocfg_cookie_t c, dev_info_t *previous, dev_info_t **next) in gptwocfg_next_node() argument 490 "(c=0x%lx, previous=0x%lx, next=0x%lx)\n", c, previous, next); in gptwocfg_next_node() 499 if (previous == NULL) { in gptwocfg_next_node() 513 if (cookie->gptwo_nodes->gptwo_nodes[i] == previous) { in gptwocfg_next_node()
|
/titanic_50/usr/src/psm/promif/ieee1275/common/ |
H A D | prom_prop.c | 259 prom_nextprop(pnode_t nodeid, caddr_t previous, caddr_t next) in prom_nextprop() argument 269 ci[4] = p1275_ptr2cell(previous); /* Arg2: addr of prev name */ in prom_nextprop()
|
/titanic_50/usr/src/uts/intel/sys/ |
H A D | prom_emul.h | 72 char *promif_nextprop(pnode_t n, char *previous, char *next);
|
H A D | promif.h | 76 extern caddr_t prom_nextprop(pnode_t nodeid, caddr_t previous,
|
/titanic_50/usr/src/lib/libnsl/rpc/ |
H A D | svc.c | 134 struct _svc_user_fd_node *previous; member 483 svc_userfds[user_fd].list->lnk.previous = new_node; in svc_add_input() 485 new_node->lnk.previous = NULL; in svc_add_input() 504 _svc_user_fd_node* previous; in svc_remove_input() local 522 previous = node->lnk.previous; in svc_remove_input() 526 if (previous != NULL) { in svc_remove_input() 527 previous->lnk.next = next; in svc_remove_input() 533 next->lnk.previous = previous; in svc_remove_input()
|
/titanic_50/usr/src/lib/efcode/engine/ |
H A D | properties.c | 516 char *previous; in next_property() local 521 previous = pop_a_string(env, NULL); in next_property() 523 if (previous == NULL) in next_property() 525 else if (p = find_property(phandle, previous)) in next_property()
|
/titanic_50/usr/src/uts/sun4u/starcat/io/ |
H A D | sc_gptwocfg.c | 790 sc_next_node(sc_gptwocfg_cookie_t c, dev_info_t *previous, dev_info_t **next) in sc_next_node() argument 797 (void *)previous, (void *)next)); in sc_next_node() 806 if (previous == NULL) { in sc_next_node() 819 if (gptwocfg_next_node(cookie->port_cookie, previous, &dip)) { in sc_next_node() 831 previous = NULL; in sc_next_node()
|
/titanic_50/usr/src/lib/libshell/common/ |
H A D | COMPATIBILITY | 35 must quote the dollar sign to get the previous behavior. 42 not set. You need to escape the ~ for the previous behavior. 68 to preserve their previous behavior.
|
/titanic_50/usr/src/cmd/make/bin/ |
H A D | doname.cc | 2028 timestruc_t previous = make_state->stat.time; in check_read_state_file() local 2034 (make_state->stat.time == previous)) { in check_read_state_file() 2880 Property *previous; in add_pattern_conditionals() local 2901 for (previous = &target->prop; in add_pattern_conditionals() 2902 *previous != NULL; in add_pattern_conditionals() 2903 previous = &(*previous)->next) { in add_pattern_conditionals() 2904 if (((*previous)->type == conditional_prop) && in add_pattern_conditionals() 2905 ((*previous)->body.conditional.sequence > in add_pattern_conditionals() 2910 if (*previous == NULL) { in add_pattern_conditionals() 2915 new_prop->next = *previous; in add_pattern_conditionals() [all …]
|
/titanic_50/usr/src/uts/common/io/usb/clients/hidparser/ |
H A D | hidparser.c | 2142 entity_attribute_t *newattrib, **previous, *elem; in hidparser_add_attribute() local 2156 previous = &scan_ifp->hidparser_tok_litem_head; in hidparser_add_attribute() 2158 previous = &scan_ifp->hidparser_tok_gitem_head; in hidparser_add_attribute() 2161 elem = *previous; in hidparser_add_attribute() 2172 *previous = elem->entity_attribute_next; in hidparser_add_attribute() 2176 elem = *previous; in hidparser_add_attribute() 2178 previous = &elem->entity_attribute_next; in hidparser_add_attribute() 2191 *previous = newattrib; in hidparser_add_attribute()
|
/titanic_50/usr/src/lib/libldap5/sources/pr/md/unix/ |
H A D | os_SunOS_amd64.s | 237 / Put elements previous "next" value into listp 241 / Return previous listp value (already in eax)
|
/titanic_50/usr/src/cmd/make/lib/mksh/ |
H A D | read.cc | 95 source = source->previous; in get_next_block_fn()
|
/titanic_50/usr/src/cmd/fs.d/ufs/edquota/ |
H A D | edquota.c | 785 uint_t previous = 0; in sigblock() local 797 previous = temp; in sigblock() 800 return (previous); in sigblock()
|
/titanic_50/usr/src/cmd/sgs/packages/common/ |
H A D | preremove | 45 # Restore previous SGSTOOLS
|
/titanic_50/usr/src/cmd/cmd-inet/usr.bin/ftp/ |
H A D | ftp.dfl | 36 # to send "NLST". This is the same as in previous releases of
|
/titanic_50/usr/src/cmd/keyserv/ |
H A D | chkey_common.c | 212 int previous = 0; in switch_policy_str() local 217 if (previous) in switch_policy_str() 220 previous = 1; in switch_policy_str()
|
/titanic_50/usr/src/uts/sun4v/ml/ |
H A D | wbuf.s | 171 ! use previous wbcnt to spill new spbuf & wbuf 364 ! use previous wbcnt to spill new spbuf & wbuf
|