Lines Matching defs:cat
84 int cat; /* -c: do not use a pager */
98 TAG *suffixlist; /* _suffix: for files that can be cat()'d */
118 static void cat(const char *);
160 m.cat = 1;
225 if (!m.cat && !m.how && !m.where) { /* if we need a pager ... */
227 m.cat = 1;
413 * handle the simple display cases first (m.cat, m.how, m.where)
415 if (m.cat) {
419 cat(*ap);
771 * make hard(?) links to the cat'ted man pages for space savings.
785 * cd /usr/share && man -M ./man cat ls
891 * cat --
892 * cat out the file
895 cat(const char *fname)
1082 /* Skip cat page directories */
1083 if (strstr(*ap, "/cat") != NULL)