Symbol: p_error
usr.bin/talk/ctl.c
68
p_error("Bad socket");
usr.bin/talk/ctl.c
70
p_error("Binding local socket");
usr.bin/talk/ctl.c
73
p_error("Bad address for socket");
usr.bin/talk/ctl.c
86
p_error("Bad socket");
usr.bin/talk/ctl.c
89
p_error("Couldn't bind to control socket");
usr.bin/talk/ctl.c
93
p_error("Bad address for ctl socket");
usr.bin/talk/ctl_transact.c
73
p_error("Error on write to talk daemon");
usr.bin/talk/ctl_transact.c
80
p_error("Error waiting for daemon response");
usr.bin/talk/ctl_transact.c
93
p_error("Error on read from talk daemon");
usr.bin/talk/init_disp.c
138
p_error("Lost the connection");
usr.bin/talk/init_disp.c
141
p_error("Lost the connection");
usr.bin/talk/invite.c
69
p_error("Error on attempt to listen for caller");
usr.bin/talk/invite.c
92
p_error("Unable to connect with your party");
usr.bin/talk/io.c
103
p_error("Unexpected error from select");
usr.bin/talk/look_up.c
72
p_error("Response uses invalid network address");
usr.bin/talk/look_up.c
95
p_error("Unable to connect with initiator");
usr.bin/talk/talk.h
80
extern void p_error(const char *) __dead2;
usr.bin/window/parser.h
48
void p_error(const char *msg, ...)
usr.bin/window/parser1.c
101
p_error("if: Numeric value required.");
usr.bin/window/parser2.c
113
p_error("%s: Bad alias syntax.", name);
usr.bin/window/parser2.c
124
p_error("%s: Unknown argument \"%s\".",
usr.bin/window/parser2.c
141
p_error("%s: Argument %d (%s) duplicated.",
usr.bin/window/parser2.c
145
p_error("%s: Argument %d duplicated.",
usr.bin/window/parser2.c
156
p_error("%s: Argument %d (%s) type mismatch.",
usr.bin/window/parser2.c
160
p_error("%s: Argument %d type mismatch.",
usr.bin/window/parser2.c
186
p_error("%s: Recursive alias.", a->a_name);
usr.bin/window/parser2.c
67
p_error("%s: No such command or alias.", name);
usr.bin/window/parser2.c
92
p_error("%s: Too many arguments.", name);
usr.bin/window/parser3.c
138
p_error("||: Numeric operands required.");
usr.bin/window/parser3.c
172
p_error("&&: Numeric operands required.");
usr.bin/window/parser3.c
69
p_error("%d: Not a variable.", t.v_num);
usr.bin/window/parser3.c
99
p_error("?: Numeric left operand required.");
usr.bin/window/parser4.c
185
p_error("%s: Numeric operands required.",
usr.bin/window/parser5.c
103
p_error("%d: No such argument.", v->v_num);
usr.bin/window/parser5.c
115
p_error("%s: Undefined variable.", name);
usr.bin/window/parser5.c
83
p_error("%s: Numeric operand required.", opname);