Searched refs:next (Results 951 - 975 of 1144) sorted by relevance

<<31323334353637383940>>

/osnet-11/usr/src/lib/libshell/amd64/include/ast/
H A Dnval.h85 Namfun_t *next; member in struct:Namfun
217 #define NV_ANEXT 3 /* advance to next subscript */
/osnet-11/usr/src/lib/libshell/common/sh/
H A Dexpand.c85 pp = pp->next;
/osnet-11/usr/src/lib/libshell/i386/include/ast/
H A Dnval.h85 Namfun_t *next; member in struct:Namfun
217 #define NV_ANEXT 3 /* advance to next subscript */
/osnet-11/usr/src/lib/libshell/sparc/include/ast/
H A Dnval.h85 Namfun_t *next; member in struct:Namfun
217 #define NV_ANEXT 3 /* advance to next subscript */
/osnet-11/usr/src/lib/libshell/sparcv9/include/ast/
H A Dnval.h85 Namfun_t *next; member in struct:Namfun
217 #define NV_ANEXT 3 /* advance to next subscript */
/osnet-11/usr/src/lib/libnisdb/
H A Dldap_map.c239 * proceed to next table mapping.
258 * next table mapping. Otherwise do cleanup and return
787 * No action; skip to next query
1249 for (numap = 0, x = t; x != 0; numap++, x = x->next);
1270 for (i = 0, x = t, nm = 0; i < numap; i++, x = x->next) {
1304 for (nm = 0, r = 0, x = t; x != 0; x = x->next) {
1348 for (x = t; x != 0; x = x->next) {
H A Dnis_db.cc330 * the copy of the object, and a 'db_next_desc' to be used for the 'next'
361 * Return a copy of the next entry in the specified table as specified by
364 * 'next' operation.
382 * [next_desc] is no longer valid (cannot be used as an argument for next).
745 tmp = (nisdb_obj_del_t *)tmp->next) {
754 nod->next = tsd->objDelList;
1160 for (x = t; x != 0; x = (__nis_table_mapping_t *)x->next) {
1191 for (x = t; x != 0; x = (__nis_table_mapping_t *)x->next) {
1449 * Our next action(s) depend on the object type:
/osnet-11/usr/src/lib/libnsl/rpc/
H A Dnetnamer.c421 for (look = conf->lookups; look; look = look->next) {
/osnet-11/usr/src/lib/libparted/common/libparted/fs/hfs/
H A Dhfs.c882 ref.node_number = PED_BE32_TO_CPU (node_desc->next);
1320 .next = NULL,
1327 .next = NULL,
1334 .next = NULL,
H A Djournal.c212 } while (blhdr->binfo[0].next);
/osnet-11/usr/src/lib/libpp/common/
H A Dpp.h351 struct ppdirs* next; /* next in list */ member in struct:ppdirs
393 struct ppdirs* stddirs; /* next is the <...> dir list */ \
/osnet-11/usr/src/lib/libcmd/common/
H A Dfind.c201 Node_t* next; member in struct:Node_s
469 " Sizes are rounded to the next unit.",
892 np->next = 0;
973 oldnp->next = 0;
988 np->next = np + i;
997 oldnp->next = 0;
1318 oldnp->next = ++np;
1329 oldnp->next = 0;
1397 np = np->next;
1653 np = np->next;
[all...]
/osnet-11/usr/src/lib/libdiskmgt/common/
H A Ddrive.c572 ap = ap->next;
662 dp = dp->next;
791 aliasp = aliasp->next;
821 aliasp = aliasp->next;
/osnet-11/usr/src/lib/libeti/form/inc/
H A Dform.h50 PTF_int next; /* enumerate next value */ member in struct:typenode
167 #define REQ_NEXT_PAGE (KEY_MAX + 1) /* move to next page */
172 #define REQ_NEXT_FIELD (KEY_MAX + 5) /* move to next field */
176 #define REQ_SNEXT_FIELD (KEY_MAX + 9) /* move to sorted next field */
185 #define REQ_NEXT_CHAR (KEY_MAX + 17) /* move to next char in field */
187 #define REQ_NEXT_LINE (KEY_MAX + 19) /* move to next line in field */
189 #define REQ_NEXT_WORD (KEY_MAX + 21) /* move to next word in field */
228 #define REQ_NEXT_CHOICE (KEY_MAX + 56) /* display next field choice */
/osnet-11/usr/src/lib/libfuse/common/
H A Dfuse.h62 * @param off offset of the next entry or zero
719 struct fuse_module *next; member in struct:fuse_module
/osnet-11/usr/src/grub/grub2/grub-core/fs/
H A Dhfs.c61 grub_uint32_t next; member in struct:grub_hfs_node
227 /* Try the next extent. */
658 iterating to the next node. For every records, call NODE_HOOK. */
720 idx = grub_be_to_cpu32 (node.node.next);
803 int next = 0;
823 next = grub_be_to_cpu32 (hnd->next);
862 grub_hfs_iterate_records (data, 0, next, 1, it_dir);
1072 char *next;
1105 next
802 int next = 0; local
1071 char *next; local
[all...]
/osnet-11/usr/src/grub/grub2/grub-core/io/
H A Dxzio.c347 .next = 0
/osnet-11/usr/src/grub/grub2/grub-core/kern/ia64/
H A Ddl.c196 for (seg = mod->segment; seg; seg = seg->next)
/osnet-11/usr/src/grub/grub2/grub-core/normal/
H A Dmain.c137 grub_menu_entry_t next_entry = entry->next;
/osnet-11/usr/src/grub/grub2/grub-core/video/
H A Defi_gop.c423 .next = 0
/osnet-11/usr/src/grub/grub2/grub-core/video/i386/pc/
H A Dvga.c378 .next = 0
/osnet-11/usr/src/grub/grub2/grub-core/video/readers/
H A Dtga.c479 .next = 0
/osnet-11/usr/src/lib/cfgadm_plugins/scsi/common/
H A Dcfga_scsi.h177 struct ldata_list *next; member in struct:ldata_list
/osnet-11/usr/src/cmd/perl/5.8.4/distrib/t/
H A DTEST19 push( @argv, $ARGV[$idx] ), next unless $ARGV[$idx] =~ /^-(\S+)$/;
71 next if $f eq $curdir or $f eq $updir or
195 next;
198 next;
203 next;
207 next;
310 while(<HACK>) {m/^\\w+\\.[cC]\$/ && next;print}
327 $next = 0;
331 next if /^\s*$/; # skip blank lines
342 $next
[all...]
/osnet-11/usr/src/cmd/ldap/ns_ldap/
H A Dldapaddrbac.c257 data.next = NULL;

Completed in 153 milliseconds

<<31323334353637383940>>