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

/ast/src/cmd/mailx/
H A Dlist.c364 char* namelist[NMLSIZE]; local
372 np = &namelist[0];
507 if ((np > namelist || colmod) && !mc)
517 if (np > namelist) {
519 for (mc = 0, np = &namelist[0]; *np; np++)
548 namelist[0]);
549 for (np = &namelist[1]; *np; np++)

Completed in 7 milliseconds