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

/ast/src/cmd/mailx/
H A Dmain.c232 char* ef; local
263 ef = 0;
350 if (!(ef = opt_info.arg))
351 ef = "&";
363 ef = argv[optind++];
365 ef = "&";
470 if (state.mode == SEND && ef)
504 if (!ef)
505 ef = "%";
506 if (setfolder(ef) <
[all...]

Completed in 30 milliseconds