Home
last modified time | relevance | path

Searched refs:path_index (Results 1 – 5 of 5) sorted by relevance

/netbsd-src/external/gpl2/texinfo/dist/info/
H A Ddir.c80 int path_index, update_tags; in maybe_build_dir_node() local
97 path_index = update_tags = 0; in maybe_build_dir_node()
104 while ((this_dir = extract_colon_unit (infopath, &path_index))) in maybe_build_dir_node()
/netbsd-src/external/gpl2/mkhybrid/dist/
H A Dwrite.c208 dpnt->path_index = next_path_index++; in FDECL1()
999 pathlist[dpnt->path_index] = dpnt; in FDECL1()
1011 if (rr->parent->path_index < ll->parent->path_index) in FDECL2()
1016 if (rr->parent->path_index > ll->parent->path_index) in FDECL2()
1075 if(pathlist[j]->path_index != j) in generate_path_tables()
1077 pathlist[j]->path_index = j; in generate_path_tables()
1125 dpnt->parent->path_index); in generate_path_tables()
1127 dpnt->parent->path_index); in generate_path_tables()
H A Dmkisofs.h245 unsigned short path_index; member
/netbsd-src/sys/arch/sh3/sh3/
H A Dcoff_exec.c360 int len = sh.s_size, path_index, entry_len; in exec_coff_prep_zmagic() local
376 path_index = slhdr->path_index * sizeof(long); in exec_coff_prep_zmagic()
379 DPRINTF(("path_index: %d entry_len: %d name: %s\n", in exec_coff_prep_zmagic()
380 path_index, entry_len, slhdr->sl_name)); in exec_coff_prep_zmagic()
/netbsd-src/sys/sys/
H A Dexec_coff.h110 long path_index; /* in words */ member