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

  /src/external/gpl2/xcvs/dist/src/
error.c 125 static const char *last_message = NULL; local
172 if (last_message) goto recursion_error;
173 last_message = buf2;
181 last_message = NULL;
227 syslog (LOG_DAEMON | LOG_ERR, "%s", last_message);
242 last_message = NULL;
  /src/external/gpl3/binutils/dist/gas/
listing.c 177 struct list_message *messages, *last_message; member in struct:list_info_struct
233 if (listing_tail->last_message)
234 listing_tail->last_message->next = lm;
237 listing_tail->last_message = lm;
411 new_i->last_message = NULL;
  /src/external/gpl3/binutils.old/dist/gas/
listing.c 177 struct list_message *messages, *last_message; member in struct:list_info_struct
233 if (listing_tail->last_message)
234 listing_tail->last_message->next = lm;
237 listing_tail->last_message = lm;
411 new_i->last_message = NULL;

Completed in 46 milliseconds