Lines Matching defs:last
47 struct getout *last = config->url_last;
51 /* append this new node last in the list */
52 if(last)
53 last->next = node;
57 /* move the last pointer */
498 const bool last, /* TRUE if last operation */
524 if(!i && last)
636 bool last = (config->next ? FALSE : TRUE);
652 result = checkpasswd("host", i, last, &config->userpwd);
659 result = checkpasswd("proxy", i, last, &config->proxyuserpwd);