Home
last modified time | relevance | path

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

/titanic_50/usr/src/cmd/mandoc/
H A Dmain.c130 enum mandoclevel rc, rctmp; in main() local
427 rctmp = mparse_open(curp.mp, &fd, in main()
429 if (rc < rctmp) in main()
430 rc = rctmp; in main()
443 rctmp = passthrough(resp->file, fd, in main()
445 if (rc < rctmp) in main()
446 rc = rctmp; in main()
449 rctmp = mparse_wait(curp.mp); in main()
450 if (rc < rctmp) in main()
451 rc = rctmp; in main()