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

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

Completed in 12 milliseconds