Lines Matching defs:ID

163 #define ID		ast.id
180 if (cat != (const char*)ID && D(msg))
181 cat = (const char*)ID;
187 static char ID[] = "ast";
700 x = T(NiL, ID, t);
1098 p->catalog = ID;
1612 o = T(NiL, ID, "options");
1624 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);
1875 par = item(sp, w, about, level, style, ip, version, id, ID);
1957 sfprintf(sp, "[%-.*s %s] ", conformlen, conform, T(NiL, ID, "conformance"));
2035 sfprintf(sp, " %s ", T(NiL, ID, "If the option value is omitted then"));
2045 sfprintf(sp, " %s.", T(NiL, ID, "is assumed"));
2048 sfprintf(sp, " %s", T(NiL, ID, "The option value may be omitted."));
2052 sfprintf(sp, " %s ", T(NiL, ID, "The default value is"));
2448 return T(NiL, ID, "[* call optget() before opthelp() *]");
3186 y = (a & OPT_number) ? T(NiL, ID, "#") : T(NiL, ID, "arg");
3218 item(sp_body, (flags & OPT_functions) ? C("FUNCTIONS") : C("OPTIONS"), 0, 0, style, sp_info, version, id, ID);
3376 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);
3378 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"));
3394 sfprintf(sp_info, "%s%s \b", y, T(NiL, ID, "If the option value is omitted then"));
3402 sfprintf(sp_info, "\b %s.", T(NiL, ID, "is assumed"));
3405 sfprintf(sp_info, "%s%s", y, T(NiL, ID, "The option value may be omitted."));
3413 sfprintf(sp_info, "%s%s \b", y, T(NiL, ID, "The default value is"));
3450 item(sp_body, C("IMPLEMENTATION"), 0, 0, style, sp_info, version, id, ID);
3622 item(sp, C("SYNOPSIS"), 0, 0, style, sp_info, version, id, ID);
3704 sfprintf(mp, "<H4><TABLE width=100%%><TR><TH align=left>&nbsp;%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);
3969 s = T(NiL, ID, "[* out of space *]");
4057 s = T(NiL, ID, "numeric");
4097 p = T(NiL, ID, p);
4104 opt_info.arg = T(NiL, ID, "[* out of space *]");
5426 else if (match(s, "CONFORMANCE", -1, ID, NiL))
5432 else if (match(s, "ESC", -1, ID, NiL) || match(s, "EMPHASIS", -1, ID, NiL))
5434 else if (match(s, "MAN", -1, ID, NiL))
5440 else if (match(s, "PREFORMAT", -1, ID, NiL))
5442 else if (match(s, "SECTION", -1, ID, NiL))
5448 else if (match(s, "TEST", -1, ID, NiL))
5616 state.strv[0] = T(NiL, ID, "option");