Searched defs:CMD (Results 1 - 2 of 2) sorted by relevance
/ast/src/cmd/mailx/ |
H A D | data.c | 46 #define CMD(x) (Cmd_f)x macro 52 "B[last]", CMD(Blast), MSGLIST, 0, MMNDEL, 54 "C[opy]", CMD(Copy), M|STRLIST, 0, 0, 56 "F[ollowup]", CMD(Followup), R|I|MSGLIST, 0, MMNDEL, 58 "Fr[om]", CMD(From), MSGLIST, 0, MMNORM, 60 "G[et]", CMD(Get), M|RAWLIST, 0, ARGMAX, 62 "J[oin]", CMD(Join), R|I|MSGLIST, 0, MMNDEL, 64 "K", CMD(mark), STRLIST, 0, 0, 66 "M[ore]", CMD(More), MSGLIST, 0, MMNDEL, 68 "Pa[ge]", CMD(Mor [all...] |
/ast/src/cmd/cs/ |
H A D | fs_env.c | 50 #define CMD 1 macro 54 static const char* state_name[] = { "CON", "CMD", "KEY", "ACT" }; 104 state->con[fd].state = CMD; 134 case CMD:
|
Completed in 29 milliseconds