Searched refs:ehead (Results 1 – 3 of 3) sorted by relevance
/titanic_41/usr/src/cmd/sgs/gprof/common/ |
H A D | printlist.c | 42 struct stringlist ehead = { 0, 0 }; variable 43 struct stringlist *elist = &ehead;
|
/titanic_41/usr/src/cmd/fdisk/ |
H A D | fdisk.c | 645 int ehead, int esect, int ecyl, 649 int ehead, int esect, int ecyl, 655 int *ehead, int *esect, int *ecyl, 1759 int ehead; in load() local 1803 &bcyl, &ehead, &esect, &ecyl, &rsect, &numsect)) { in load() 1951 bsect, bcyl, ehead, esect, ecyl, rsect, numsect, in load() 1998 bcyl, ehead, esect, ecyl, rsect, numsect, in load() 2021 &ehead, &esect, &ecyl, &rsect, &numsect)) { in load() 2035 Table[i].endhead == ehead && in load() 2064 temp->parts[0].endhead == ehead && in load() [all …]
|
/titanic_41/usr/src/cmd/msgfmt/ |
H A D | xgettext.c | 1723 struct element_st *ehead = NULL, *etail = NULL; in read_po() local 1748 add_node_to_polist(&ehead, &etail, tmp_elem); in read_po() 1780 add_node_to_polist(&ehead, &etail, tmp_elem); in read_po() 1819 add_node_to_polist(&ehead, &etail, tmp_elem); in read_po() 1829 tmp_domain->gettext_head = ehead; in read_po() 1836 return (ehead); in read_po()
|