Searched defs:previous (Results 1 - 10 of 10) sorted by relevance

/osnet-11/usr/src/grub/grub2/grub-core/commands/i386/pc/
H A Ddrivemap.c53 /* Realmode far ptr (2 * 16b) to the previous INT13h handler. */
127 drivemap_node_t *previous = 0; local
136 previous = search;
142 if (previous)
143 previous->next = mapping->next;
/osnet-11/usr/src/lib/libnisdb/
H A Ddb.cc171 entry_object *content, db_next_desc* previous)
231 prev = extract_next_desc(previous, &next_type, &prev_desc);
241 // invalid previous indicator
252 // invalid previous indicator
256 WARNING("db::exec_action: invalid previous indicator");
259 if (previous && previous->db_next_desc_val) {
260 delete previous->db_next_desc_val;
261 previous->db_next_desc_len = 0;
262 previous
170 exec_action(db_action action, db_query *query, entry_object *content, db_next_desc* previous) argument
394 execute(db_action action, db_query *query, entry_object *content, db_next_desc* previous) argument
[all...]
H A Ddb_mindex.cc465 * Returns the next entry in the table after 'previous' by setting 'answer' to
466 * point to copy of the entry_object. Returns DB_SUCCESS if 'previous' is
471 db_mindex::next(entryp previous, entryp *where, entry_object **answer) argument
477 if (!(table->entry_exists_p(previous)))
480 entry_object * ptr = table->next_entry(previous, where);
574 * Returns the next entry in the table after 'previous' by setting 'answer' to
576 * in previous first search with query. Returns DB_SUCCESS if 'previous' is
581 db_mindex::next(db_next_index_desc *previous, db_next_index_desc **where, argument
588 if (previous
[all...]
/osnet-11/usr/src/lib/efcode/engine/
H A Dproperties.c516 char *previous; local
521 previous = pop_a_string(env, NULL);
523 if (previous == NULL)
525 else if (p = find_property(phandle, previous))
/osnet-11/usr/src/lib/libshell/common/edit/
H A Dvi.c157 #define previous editb.e_lbuf /* lookahead buffer */ macro
664 * This routine will position cur_virt at the nth previous word.
888 case 'k': /** get previous command **/
889 case '-': /** get previous command **/
1883 p = previous[lookahead-1];
2379 * mode != 0, repeat previous operation
/osnet-11/usr/src/lib/libshell/common/sh/
H A Dname.c82 void *previous; member in struct:sh_type
310 shtp.previous = shp->mktype;
634 shp->mktype = shtp.previous;
1497 * If <flags> contains NV_NOFREE, previous value is freed, and <string>
3349 * make <scoped> the top scope and return previous scope
/osnet-11/usr/src/lib/libnsl/rpc/
H A Dsvc.c137 struct _svc_user_fd_node *previous; member in struct:__anon2028
160 (l.lnk.previous = l.lnk.next = (_svc_user_fd_node *) &(l.lnk))
325 * could have been deallocated by the previous
371 free(node->lnk.previous);
402 free(one_node->lnk.previous);
484 svc_userfds[user_fd].lnk.previous = new_node;
487 new_node->lnk.previous = (_svc_user_fd_node *)&(svc_userfds[user_fd]);
507 _svc_user_fd_node* previous; local
525 previous = node->lnk.previous;
[all...]
/osnet-11/usr/src/cmd/sendmail/src/
H A Dsrvrsmtp.c573 volatile time_t previous; /* time after checksmtpattack() */ local
1635 "SMTP AUTH command (%.100s) from %s tempfailed (due to previous checks)",
1822 "SMTP STARTTLS command (%.100s) from %s tempfailed (due to previous checks)",
2312 "SMTP MAIL command (%.100s) from %s tempfailed (due to previous checks)",
2914 "SMTP %s command (%.100s) from %s tempfailed (due to previous checks)",
2925 previous = curtime();
2979 t = wt - (curtime() - previous);
3039 "SMTP ETRN command (%.100s) from %s tempfailed (due to previous checks)",
/osnet-11/usr/src/lib/libparted/common/libparted/fs/hfs/
H A Dhfs.h204 uint32_t previous; member in struct:_HfsNodeDescriptor
470 uint32_t previous; member in struct:_HfsPNodeDescriptor
/osnet-11/usr/src/cmd/perl/5.8.4/distrib/
H A Dutil.c631 register I32 previous; local
656 previous = BmPREVIOUS(littlestr);
659 stop_pos = SvCUR(bigstr) - end_shift - (SvCUR(littlestr) - 1 - previous);
660 if (previous + start_shift > stop_pos) {
666 if (previous + start_shift == stop_pos + 1) /* A fake '\n'? */
671 while (pos < previous + start_shift) {
675 big -= previous;
2782 if (extidx > 0) /* reset after previous loop */
3530 * the 13th and 14th month of the previous year. After that transformation,
3561 * the previous yea
[all...]

Completed in 72 milliseconds