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

/ast/src/cmd/mailx/
H A Dcmd1.c319 printf("%-15s", state.cmdtab[j].c_name);
453 note(0, "No value set for \"%s\"", state.cmd->c_name);
800 note(0, "No messages to %s", state.cmd->c_name);
830 return isupper(*state.cmd->c_name) ? mark1(str, 0, MSPAM) : mark1(str, MSPAM, 0);
877 note(0, "\"%s\": command not implemented yet", state.cmd->c_name);
899 note(DEBUG, "%s to \"%s\"", state.cmd->c_name, addr[0]);
H A Dlex.c457 com->c_name);
462 com->c_name);
467 com->c_name);
471 note(0, "Cannot recursively invoke \"%s\"", com->c_name);
528 com->c_name,
536 com->c_name,
H A Dcmd3.c227 margin(fp, cp->c_name, cp->c_help, 4, 0, 0, NiL);
884 note(0, "Invalid nested \"%s\"", state.cmd->c_name);
940 note(0, "\"%s\": unknown %s condition operator", argv[1], state.cmd->c_name);
954 note(0, "\"%s\": unknown %s condition", struse(state.path.temp), state.cmd->c_name);
966 note(0, "\"%s\" without matching \"if\"", state.cmd->c_name);
981 note(0, "\"%s\" without matching \"if\"", state.cmd->c_name);
H A Dcmd2.c258 note(0, "No messages to %s", state.cmd->c_name);
271 note(DEBUG, "%s to \"%s\"", state.cmd->c_name, file);
946 note(0, "The \"%s\" command failed", state.cmd->c_name);
H A Dmailx.h221 const char* c_name; /* Name of command */ member in struct:cmd

Completed in 24 milliseconds