Searched defs:next (Results 576 - 577 of 577) sorted by relevance

<<21222324

/osnet-11/usr/src/cmd/perl/5.8.4/distrib/
H A Dperl.h2363 regnode * next; /* what has to match after it */ member in struct:curcur
2385 struct ptr_tbl_ent* next; member in struct:ptr_tbl_ent
/osnet-11/usr/src/lib/libzonecfg/common/
H A Dlibzonecfg.c421 const char *next; local
431 next = origpath;
434 while (*next != '\0') {
436 assert(*next == '/' || *next == '\0');
440 * the next pointer forward skipping past extra "/", "/." and
444 * pointer, copying from next with each advance.
448 while (*next == '/') {
449 if (*(next + 1) != '.') {
450 next
1033 xmlNodePtr child, next; local
2265 zone_fsopt_t *last, *this, *next; local
2286 zone_fsopt_t *this, *next; local
4436 struct zone_rctlvaltab *last, *this, *next; local
7191 rctlblk_t *current, *next; local
9294 zone_userauths_t *new, **prev, *next; local
9326 zone_userauths_t *new, **prev, *next; local
9407 zone_storage_t *this, *next; local
9419 zone_storage_t *this, *next; local
9471 zone_storage_t *last, *this, *next; local
9492 zone_storage_t *last, *this, *next; local
[all...]

Completed in 57 milliseconds

<<21222324