Searched defs:mesg (Results 1 - 10 of 10) sorted by relevance

/ast/src/cmd/std/
H A Dmesg.c22 * mesg.c
28 "[-?\n@(#)$Id: mesg (AT&T Research) 1999-04-28 $\n]"
30 "[+NAME?mesg - permit or deny messages to the terminal]"
55 static int mesg(int mode) function
90 error_info.id = "mesg";
108 return mesg(n);
/ast/src/lib/libpz/
H A Dsfdczip.c55 const char* mesg; local
106 mesg = ERROR_dictionary("unknown compress discipline method");
111 mesg = ERROR_dictionary("compress discipline error");
192 mesg = ERROR_dictionary("partition file operand required");
207 (*errorf)(NiL, NiL, 2, "%s: %s: %s", path, meth, mesg);
/ast/src/lib/libast/vmalloc/
H A Dvmmopen.c113 char mesg[1024]; local
117 sprintf(mesg, "File: %s\n", mmdc->file ); write(fd, mesg, strlen(mesg));
118 sprintf(mesg, "Project: %10d\n", mmdc->proj); write(fd, mesg, strlen(mesg));
119 sprintf(mesg, "Memory: %#010lx\n", mmdc->mmvm); write(fd, mesg, strlen(mesg));
[all...]
H A Dvmdebug.c81 static void vmdbwarn(Vmalloc_t* vm, char* mesg, int n) argument
83 static void vmdbwarn(vm, mesg, n)
85 char* mesg;
91 write(Dbfd,mesg,n);
/ast/src/cmd/sortlib/vcodex/
H A Dvcodex.c100 vcsferror(const char* mesg) argument
102 error(2, "%s", mesg);
/ast/src/cmd/vczip/
H A Dvczip.c230 vcsferror(const char* mesg) argument
232 error(2, "%s", mesg);
540 static void error(const char* mesg, ...) argument
543 va_start(args, mesg);
545 sfvprintf(sfstderr,mesg,args);
551 static void vcsferror(const char* mesg) argument
552 { sfprintf(sfstderr,"%s: %s\n", Program, mesg);
/ast/src/cmd/mailx/
H A Dlist.c114 sender(char* name, int mesg) argument
118 if (!*name || !(s = grab(state.msg.list + mesg - 1, GREPLY|GCOMPARE, NiL)))
127 matchto(char* name, int mesg) argument
139 mp = state.msg.list + mesg - 1;
166 matchfield(char* str, int mesg) argument
177 mp = state.msg.list + mesg - 1;
181 return matchto(s, mesg);
212 matchsender(register char* s, int mesg) argument
216 if (*s && (t = grab(state.msg.list + mesg - 1, GREPLY|GCOMPARE, NiL)))
300 unmark(int mesg) argument
632 check(int mesg, int f) argument
[all...]
H A Dcmd1.c82 printhead(int mesg, int who) argument
95 mp = state.msg.list + mesg - 1;
155 name = grab(mp, (state.var.news ? GNEWS : state.var.showto && sender(state.var.user, mesg) ? GTO : GREPLY)|GDISPLAY, NiL);
160 curind, dispc, mesg, name, hl.l_date, sizes,
164 curind, dispc, mesg, name, hl.l_date, sizes);
177 register int mesg; local
206 for (mesg = mp - state.msg.list; mp < state.msg.list + state.msg.count; mp++) {
207 mesg++;
210 CALL(printhead)(mesg, !!state.var.justfrom);
H A Dmailx.h773 char mesg[256]; member in struct:__anon136::__anon146
/ast/src/cmd/coshell/
H A Dservice.h306 char* mesg; member in struct:__anon66

Completed in 29 milliseconds