Home
last modified time | relevance | path

Searched refs:previous (Results 1 – 25 of 154) sorted by relevance

1234567

/illumos-gate/usr/src/lib/libnisdb/
H A Ddb.cc257 if (previous && previous->db_next_desc_val) { in exec_action()
258 delete previous->db_next_desc_val; in exec_action()
259 previous->db_next_desc_len = 0; in exec_action()
281 if (previous->db_next_desc_val) { in exec_action()
282 delete previous->db_next_desc_val; in exec_action()
283 previous->db_next_desc_len = 0; in exec_action()
284 previous->db_next_desc_val = NULL; in exec_action()
289 if (previous->db_next_desc_val) { in exec_action()
290 delete previous->db_next_desc_val; in exec_action()
291 previous->db_next_desc_len = 0; in exec_action()
[all …]
H A Ddb_c.x87 % db_next_desc *previous );
148 % db_next_desc* previous );
H A Ddb_mindex.cc473 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()
/illumos-gate/usr/src/tools/cscope-fast/
H A Dhistory.c52 h->previous = tail; in addcmd()
56 h->next = h->previous = 0; in addcmd()
69 if (current->previous) /* stay on first item */ in prevcmd()
70 return (current = current->previous); in prevcmd()
/illumos-gate/usr/src/cmd/more/
H A Dmore.help13 ' Go to place where previous search started
22 :p Go to kth previous file [1]
24 . Repeat previous command
/illumos-gate/usr/src/uts/intel/promif/
H A Dprom_prop.c48 prom_nextprop(pnode_t nodeid, caddr_t previous, caddr_t next) in prom_nextprop() argument
50 return (promif_nextprop(nodeid, previous, next)); in prom_nextprop()
/illumos-gate/usr/src/uts/common/fs/zfs/lua/
H A Dldo.c82 struct lua_longjmp *previous; member
133 lj.previous = L->errorJmp; /* chain new error handler */ in luaD_rawrunprotected()
138 L->errorJmp = lj.previous; /* restore old error handler */ in luaD_rawrunprotected()
152 for (ci = L->ci; ci != NULL; ci = ci->previous) { in correctstack()
201 for (ci = L->ci; ci != NULL; ci = ci->previous) { in stackinuse()
251 if (isLua(ci->previous) && in callhook()
252 GET_OPCODE(*(ci->previous->u.l.savedpc - 1)) == OP_TAILCALL) { in callhook()
376 L->oldpc = ci->previous->u.l.savedpc; /* 'oldpc' for caller function */ in luaD_poscall()
380 L->ci = ci = ci->previous; /* back to caller */ in luaD_poscall()
457 for (ci = L->ci; ci != NULL; ci = ci->previous) { /* search for a pcall */ in findpcall()
H A Dlcode.c37 Instruction *previous; in luaK_nil() local
40 previous = &fs->f->code[fs->pc-1]; in luaK_nil()
41 if (GET_OPCODE(*previous) == OP_LOADNIL) { in luaK_nil()
42 int pfrom = GETARG_A(*previous); in luaK_nil()
43 int pl = pfrom + GETARG_B(*previous); in luaK_nil()
48 SETARG_A(*previous, from); in luaK_nil()
49 SETARG_B(*previous, l - from); in luaK_nil()
H A Dlstate.c114 ci->previous = L->ci; in luaE_extendCI()
142 ci->next = ci->previous = NULL; in stack_init()
H A Dldebug.c95 for (ci = L->ci; level > 0 && ci != &L->base_ci; ci = ci->previous) in lua_getstack()
258 if (ci && !(ci->callstatus & CIST_TAIL) && isLua(ci->previous)) in auxgetinfo()
259 ar->namewhat = getfuncname(L, ci->previous, &ar->name); in auxgetinfo()
/illumos-gate/usr/src/cmd/tabs/
H A Dtabs.c527 int i, previous, nblanks; in settabs() local
602 previous = 1; curtab = tabvect; in settabs()
603 while ((nblanks = *curtab-previous) >= 0 && in settabs()
604 previous + nblanks <= maxtab) { in settabs()
606 previous = *curtab++; in settabs()
/illumos-gate/usr/src/cmd/print/bsd-sysv-commands/
H A Din.lpd.c133 char previous = '\0'; 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()
/illumos-gate/usr/src/common/ficl/softcore/
H A Dsoftcore.fr186 \ FICL-SET-CURRENT sets the compile wordlist and pushes the previous value
202 : previous ( -- ) search> drop ;
210 \ previous ( pop HIDDEN off the search order )
250 previous \ lose hidden words from search order
H A Dficllocal.fr46 previous
H A Difbrack.fr48 previous
/illumos-gate/usr/src/uts/sun4u/io/
H A Dgptwocfg.c480 gptwocfg_next_node(gptwocfg_cookie_t c, dev_info_t *previous, dev_info_t **next) in gptwocfg_next_node() argument
486 "(c=0x%lx, previous=0x%lx, next=0x%lx)\n", c, previous, next); in gptwocfg_next_node()
495 if (previous == NULL) { in gptwocfg_next_node()
509 if (cookie->gptwo_nodes->gptwo_nodes[i] == previous) { in gptwocfg_next_node()
/illumos-gate/usr/src/psm/promif/ieee1275/common/
H A Dprom_prop.c259 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()
/illumos-gate/usr/src/uts/intel/sys/
H A Dprom_emul.h70 char *promif_nextprop(pnode_t n, char *previous, char *next);
/illumos-gate/usr/src/lib/libnsl/rpc/
H A Dsvc.c137 struct _svc_user_fd_node *previous; member
486 svc_userfds[user_fd].list->lnk.previous = new_node; in svc_add_input()
488 new_node->lnk.previous = NULL; in svc_add_input()
507 _svc_user_fd_node* previous; in svc_remove_input() local
525 previous = node->lnk.previous; in svc_remove_input()
529 if (previous != NULL) { in svc_remove_input()
530 previous->lnk.next = next; in svc_remove_input()
536 next->lnk.previous = previous; in svc_remove_input()
/illumos-gate/usr/src/cmd/make/bin/
H A Ddoname.cc2038 timestruc_t previous = make_state->stat.time; in check_read_state_file() local
2044 (make_state->stat.time == previous)) { in check_read_state_file()
2891 Property *previous; in add_pattern_conditionals() local
2916 for (previous = &target->prop; in add_pattern_conditionals()
2917 *previous != NULL; in add_pattern_conditionals()
2918 previous = &(*previous)->next) { in add_pattern_conditionals()
2919 if (((*previous)->type == conditional_prop) && in add_pattern_conditionals()
2920 ((*previous)->body.conditional.sequence > in add_pattern_conditionals()
2925 if (*previous == NULL) { in add_pattern_conditionals()
2930 new_prop->next = *previous; in add_pattern_conditionals()
[all …]
/illumos-gate/usr/src/uts/common/io/usb/clients/hidparser/
H A Dhidparser.c2107 entity_attribute_t *newattrib, **previous, *elem; in hidparser_add_attribute() local
2121 previous = &scan_ifp->hidparser_tok_litem_head; in hidparser_add_attribute()
2123 previous = &scan_ifp->hidparser_tok_gitem_head; in hidparser_add_attribute()
2126 elem = *previous; in hidparser_add_attribute()
2137 *previous = elem->entity_attribute_next; in hidparser_add_attribute()
2141 elem = *previous; in hidparser_add_attribute()
2143 previous = &elem->entity_attribute_next; in hidparser_add_attribute()
2156 *previous = newattrib; in hidparser_add_attribute()
/illumos-gate/usr/src/contrib/ast/src/cmd/ksh93/
H A DCOMPATIBILITY35 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.
/illumos-gate/usr/src/lib/libldap5/sources/pr/md/unix/
H A Dos_SunOS_amd64.s237 / Put elements previous "next" value into listp
241 / Return previous listp value (already in eax)
/illumos-gate/usr/src/cmd/fs.d/ufs/edquota/
H A Dedquota.c784 uint_t previous = 0; in sigblock() local
796 previous = temp; in sigblock()
799 return (previous); in sigblock()
/illumos-gate/usr/src/cmd/make/lib/mksh/
H A Dread.cc95 source = source->previous; in get_next_block_fn()

1234567