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

  /src/usr.bin/vacation/
vacation.c 312 int tome, cont; local in function:readheaders
315 cont = tome = 0;
414 if (!isspace((unsigned char)*buf) || !cont || tome) {
418 findme: for (cur = names; !tome && cur; cur = cur->next)
419 tome += nsearch(cur->name, buf);
421 if (!toanybody && !tome)
vacation.c 312 int tome, cont; local in function:readheaders
315 cont = tome = 0;
414 if (!isspace((unsigned char)*buf) || !cont || tome) {
418 findme: for (cur = names; !tome && cur; cur = cur->next)
419 tome += nsearch(cur->name, buf);
421 if (!toanybody && !tome)

Completed in 52 milliseconds