HomeSort by: relevance | last modified time | path
    Searched defs:next_np (Results 1 - 2 of 2) sorted by relevancy

  /src/usr.bin/mail/
cmd4.c 248 struct name *next_np; local
250 for (/*EMPTY*/; np; np = next_np) {
251 next_np = np->n_flink;
306 struct name *next_np; local
310 for (np = extra_headers; np != NULL; np = next_np) {
311 next_np = np->n_flink;
cmd4.c 248 struct name *next_np; local
250 for (/*EMPTY*/; np; np = next_np) {
251 next_np = np->n_flink;
306 struct name *next_np; local
310 for (np = extra_headers; np != NULL; np = next_np) {
311 next_np = np->n_flink;

Completed in 32 milliseconds