Lines Matching refs:ID

159 #define ID		ast.id
176 if (cat != (const char*)ID && D(msg))
177 cat = (const char*)ID;
183 static char ID[] = "ast";
578 x = T(NiL, ID, t);
874 p->catalog = ID;
1409 o = T(NiL, ID, "options");
1421 sfprintf(sp, "%*.*s%s%s%s[%s%s%s]", OPT_USAGE - 1, OPT_USAGE - 1, T(NiL, ID, "Or:"), b, a, b, b, o, b);
1671 par = item(sp, e, about, level, style, ip, version, id, ID);
1826 sfprintf(sp, " %s ", T(NiL, ID, "If the option value is omitted then"));
1836 sfprintf(sp, " %s.", T(NiL, ID, "is assumed"));
1839 sfprintf(sp, " %s", T(NiL, ID, "The option value may be omitted."));
1843 sfprintf(sp, " %s ", T(NiL, ID, "The default value is"));
2215 return T(NiL, ID, "[* call optget() before opthelp() *]");
2945 y = (a & OPT_number) ? T(NiL, ID, "#") : T(NiL, ID, "arg");
2977 item(sp_body, (flags & OPT_functions) ? C("FUNCTIONS") : C("OPTIONS"), 0, 0, style, sp_info, version, id, ID);
3132 sfprintf(sp_info, " %s; -\b%c\b %s --\bno%-.*s\b.", T(NiL, ID, "On by default"), f, T(NiL, ID, "means"), u - w, w);
3134 sfprintf(sp_info, " %s %s\bno%-.*s\b %s.", T(NiL, ID, "On by default; use"), "--"+2-prefix, u - w, w, T(NiL, ID, "to turn off"));
3150 sfprintf(sp_info, "%s%s \b", y, T(NiL, ID, "If the option value is omitted then"));
3158 sfprintf(sp_info, "\b %s.", T(NiL, ID, "is assumed"));
3161 sfprintf(sp_info, "%s%s", y, T(NiL, ID, "The option value may be omitted."));
3169 sfprintf(sp_info, "%s%s \b", y, T(NiL, ID, "The default value is"));
3206 item(sp_body, C("IMPLEMENTATION"), 0, 0, style, sp_info, version, id, ID);
3365 item(sp, C("SYNOPSIS"), 0, 0, style, sp_info, version, id, ID);
3432 sfprintf(mp, "<H4><TABLE width=100%%><TR><TH align=left>&nbsp;%s&nbsp;(&nbsp;%d&nbsp;)&nbsp;<TH align=center><A href=\".\" title=\"Index\">%s</A><TH align=right>%s&nbsp;(&nbsp;%d&nbsp;)</TR></TABLE></H4>\n<HR>\n", ud, section, T(NiL, ID, heading[section % 10]), ud, section);
3697 s = T(NiL, ID, "[* out of space *]");
3785 s = T(NiL, ID, "numeric");
3825 p = T(NiL, ID, p);
3832 opt_info.arg = T(NiL, ID, "[* out of space *]");
5137 else if (match(s, "ESC", -1, ID, NiL) || match(s, "EMPHASIS", -1, ID, NiL))
5139 else if (match(s, "PREFORMAT", -1, ID, NiL))
5141 else if (match(s, "TEST", -1, ID, NiL))
5309 opt_info.state->strv[0] = T(NiL, ID, "option");