Lines Matching defs:start
64 static char start(char *x)
71 if (start(x)) while (*x++) TT.line++;
86 if (!TT.k_done && !start(".") && !start("'") && k(strstr(*pline, "- ")))
88 else if (!TT.k_done && start(".so") && k(basename(*pline + 4)))
99 if (start(".BR")) trim(".BR "), s(" ", ""); // bash boldpunct
100 if (start(".IP")) newln(), trim(".IP "); // bash list
101 if (start(".IR")) trim(".IR "), s(" ", ""); // bash itapunct
108 if (start(".E")) TT.ex = TT.line[2] == 'X'; // stat example
109 else if (start(".PP")) newln(); // bash paragraph
110 else if (start(".SM")); // bash small
111 else if (start(".S")) newln(), put(TT.line + 4), newln(); // bash section
112 else if (start(".so")) put("See "), put(basename(TT.line + 4)); // lastb
113 else if (start(".TH")) s("\"", " "), put(TT.line + 4); // gawk,git head
114 else if (start(".TP")) newln(), TT.cell = 1; // bash table
115 else if (start(".") || start("\'")); // bash,git garbage