Searched refs:messages (Results 1 - 5 of 5) sorted by relevance

/ast/src/cmd/msgcc/
H A Dmsgadmin.sh72 messages() function
119 C) set -- $(messages) ;;
147 list) messages | sed 's,^.*/\(.*\)\.msg$,\1 &,'
155 (( !$# )) && set -- $(messages)
H A Dmsgcc.sh43 [+?If \b-M-new\b is not specified then messages are merged with those in the
61 old messages are still deleted. Use \b-M-preserve\b to preserve
62 all old messages.]
/ast/src/lib/libast/misc/
H A Dtranslate.c46 Dt_t* messages; /* message dictionary handle */ member in struct:__anon295
156 * initialize the catalog s by loading in the default locale messages
189 * load the default locale messages
197 * we assume there are no messages after a gap of GAP
198 * missing messages
201 if (cp->messages = dtopen(&state.message_disc, Dtset))
207 if (((s = catgets(d, set = AST_MESSAGE_SET, n, state.null)) && *s || (s = catgets(d, set = 1, n, state.null)) && *s) && entry(cp->messages, set, n, s))
214 dtclose(cp->messages);
215 cp->messages = 0;
254 if (*s && ((cp = (Catalog_t*)dtmatch(state.catalogs, s)) || (cp = init(s))) && cp->messages
[all...]
/ast/src/cmd/builtin/
H A Dpty.c79 "[m:messages?Redirect diagnostic message output to \afile\a.]:[file]"
967 char* messages = 0; local
988 messages = opt_info.arg;
1048 if (messages)
1051 if (strneq(messages, "/dev/fd/", 8))
1052 fd = atoi(messages + 8);
1053 else if (streq(messages, "/dev/stdout"))
1055 else if ((fd = open(messages, O_CREAT|O_WRONLY, MODE_666)) >= 0)
1058 error(ERROR_system(1), "%s: cannot redirect messages", messages);
[all...]
/ast/src/cmd/ksh93/tests/
H A Dpty.sh65 pty $debug --dialogue --messages='/dev/fd/1' $SHELL |

Completed in 13 milliseconds