HomeSort by: relevance | last modified time | path
    Searched defs:xr_found (Results 1 - 4 of 4) sorted by relevancy

  /src/usr.sbin/makemandb/
makemandb.c 78 int xr_found; // To track whether a .Xr was seen when parsing a section member in struct:roff_mandb_rec
879 rec->xr_found = 0;
1077 int xr_found = 0; local in function:mdoc_parse_Sh
1089 xr_found = 1;
1099 if (xr_found == 0)
makemandb.c 78 int xr_found; // To track whether a .Xr was seen when parsing a section member in struct:roff_mandb_rec
879 rec->xr_found = 0;
1077 int xr_found = 0; local in function:mdoc_parse_Sh
1089 xr_found = 1;
1099 if (xr_found == 0)
makemandb.c 78 int xr_found; // To track whether a .Xr was seen when parsing a section member in struct:roff_mandb_rec
879 rec->xr_found = 0;
1077 int xr_found = 0; local in function:mdoc_parse_Sh
1089 xr_found = 1;
1099 if (xr_found == 0)
makemandb.c 78 int xr_found; // To track whether a .Xr was seen when parsing a section member in struct:roff_mandb_rec
879 rec->xr_found = 0;
1077 int xr_found = 0; local in function:mdoc_parse_Sh
1089 xr_found = 1;
1099 if (xr_found == 0)

Completed in 47 milliseconds