Lines Matching defs:last
38 #include "memdebug.h" /* keep this as LAST include */
43 struct getout *last = config->url_last;
45 /* append this new node last in the list */
46 if(last)
47 last->next = node;
51 /* move the last pointer */
373 const bool last, /* TRUE if last operation */
400 if(!i && last)
498 bool last = (config->next ? FALSE : TRUE);
502 result = checkpasswd("host", i, last, &config->userpwd);
509 result = checkpasswd("proxy", i, last, &config->proxyuserpwd);