Home
last modified time | relevance | path

Searched refs:LEAF (Results 1 – 8 of 8) sorted by relevance

/titanic_41/usr/src/cmd/backup/restore/
H A Drestore.c47 vprintf(stdout, "%s", type == LEAF ? gettext("leaf") : gettext("dir "));
169 if (ep->e_type == LEAF) { in removeoldleaves()
371 if (type == LEAF && (ip->e_flags & KEEP) == 0) {
407 if (type == LEAF) {
435 if (ip->e_type == LEAF) {
546 if (ep == NIL || ep->e_type == LEAF || BIT(i, dumpmap) == 0) in findunreflinks()
563 if (np->e_type == LEAF) { in findunreflinks()
954 if (ep->e_type == LEAF && type != LEAF)
H A Drestore.h109 #define LEAF 1 /* non-directory entry */ macro
H A Ddirs.c239 (void) (*todo)(pname, ino, LEAF); in treescan()
853 return (LEAF); in inodetype()
H A Dinteractive.c123 if (inodetype(ino) == LEAF) { in runcmdshell()
H A Dutilities.c235 if (ep->e_type != LEAF) in removeleaf()
/titanic_41/usr/src/grub/grub-0.97/stage2/
H A Dfsys_reiserfs.c346 #define LEAF CACHE (DISK_LEAF_NODE_LEVEL) macro
349 #define ITEMHEAD ((struct item_head *) ((int) LEAF + BLKH_SIZE))
663 memcpy (LEAF, ROOT, INFO->blocksize); in reiserfs_mount()
744 if (ih == &ITEMHEAD[BLOCKHEAD (LEAF)->blk_nr_item]) in next_key()
756 ih = (struct item_head *) &BLOCKHEAD (LEAF)->blk_right_delim_key; in next_key()
798 INFO->current_item = &LEAF[ih->ih_item_location]; in next_key()
864 nr_item = BLOCKHEAD (LEAF)->blk_nr_item; in search_stat()
877 INFO->current_item = &LEAF[ih->ih_item_location]; in search_stat()
935 (INFO->current_item - LEAF + offset), to_read, buf); in reiserfs_read()
/titanic_41/usr/src/cmd/awk/
H A Db.c47 #define LEAF case CCL: case NCCL: case CHAR: case DOT: case FINAL: case ALL: macro
197 LEAF in penter()
222 LEAF in freetr()
311 LEAF in cfoll()
350 LEAF in first()
/titanic_41/usr/src/cmd/oawk/
H A Db.c52 #define LEAF case CCL: case NCCL: case CHAR: case DOT: macro
135 LEAF in penter()
160 LEAF in freetr()
240 LEAF in cfoll()
268 LEAF in first()