HomeSort by: relevance | last modified time | path
    Searched refs:find_label (Results 1 - 3 of 3) sorted by relevancy

  /src/external/gpl2/groff/dist/src/preproc/pic/
object.h 63 virtual place *find_label(const char *);
object.cpp 386 place *object::find_label(const char *) function in class:object
884 place *find_label(const char *);
936 place *block_object::find_label(const char *name) function in class:block_object
1977 if (p->obj == 0 || (p = p->obj->find_label(lb->str)) == 0) {
  /src/sbin/disklabel/
main.c 164 static struct disklabel *find_label(int, u_int);
1009 disk_lp = find_label(f, sector);
1217 find_label(int f, u_int sector) function
1332 disk_lp = find_label(f, label_sector);
1392 disk_lp = find_label(f, filecore_partition_offset);
1402 disk_lp = find_label(f, 0);

Completed in 28 milliseconds