Lines Matching defs:ID

181 #define ID		ast.id
198 if (cat != (const char*)ID && D(msg))
199 cat = (const char*)ID;
205 static char ID[] = "ast";
718 x = T(NiL, ID, t);
1116 p->catalog = ID;
1630 o = T(NiL, ID, "options");
1642 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);
1908 par = item(sp, w, about, level, style, ip, version, id, ID, hflags);
1990 sfprintf(sp, "[%-.*s %s] ", conformlen, conform, T(NiL, ID, "conformance"));
2073 sfprintf(sp, " %s ", T(NiL, ID, "If the option value is omitted then"));
2083 sfprintf(sp, " %s.", T(NiL, ID, "is assumed"));
2086 sfprintf(sp, " %s", T(NiL, ID, "The option value may be omitted."));
2090 sfprintf(sp, " %s ", T(NiL, ID, "The default value is"));
2490 return T(NiL, ID, "[* call optget() before opthelp() *]");
3229 y = (a & OPT_number) ? T(NiL, ID, "#") : T(NiL, ID, "arg");
3261 item(sp_body, (flags & OPT_functions) ? C("FUNCTIONS") : C("OPTIONS"), 0, 0, style, sp_info, version, id, ID, &bflags);
3419 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);
3421 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"));
3437 sfprintf(sp_info, "%s%s \b", y, T(NiL, ID, "If the option value is omitted then"));
3445 sfprintf(sp_info, "\b %s.", T(NiL, ID, "is assumed"));
3448 sfprintf(sp_info, "%s%s", y, T(NiL, ID, "The option value may be omitted."));
3456 sfprintf(sp_info, "%s%s \b", y, T(NiL, ID, "The default value is"));
3493 item(sp_body, C("IMPLEMENTATION"), 0, 0, style, sp_info, version, id, ID, &bflags);
3665 item(sp, C("SYNOPSIS"), 0, 0, style, sp_info, version, id, ID, &hflags);
3749 sfprintf(mp, "<H4><TABLE width=100%%><TR><TH align=left>%s&nbsp;(&nbsp;%s&nbsp;)&nbsp;<TH align=center><A href=\".\" title=\"Index\">%s</A><TH align=right>%s&nbsp;(&nbsp;%s&nbsp;)</TR></TABLE></H4>\n<HR>\n", ud, section, T(NiL, ID, secname(section)), ud, section);
4065 s = T(NiL, ID, "[* out of space *]");
4153 s = T(NiL, ID, "numeric");
4193 p = T(NiL, ID, p);
4200 opt_info.arg = T(NiL, ID, "[* out of space *]");
5525 else if (match(s, "CONFORMANCE", -1, ID, NiL))
5531 else if (match(s, "ESC", -1, ID, NiL) || match(s, "EMPHASIS", -1, ID, NiL))
5533 else if (match(s, "MAN", -1, ID, NiL))
5539 else if (match(s, "PREFORMAT", -1, ID, NiL))
5541 else if (match(s, "SECTION", -1, ID, NiL))
5547 else if (match(s, "TEST", -1, ID, NiL))
5715 state.strv[0] = T(NiL, ID, "option");