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

  /src/external/gpl3/binutils/dist/gas/
listing.h 37 #define LISTING_NEWLINE() { if (listing) listing_newline (NULL); }
39 #define LISTING_NEWLINE() {;}
41 #define LISTING_EOF() LISTING_NEWLINE()
49 void listing_newline (char *ps);
68 #define listing_newline(ps) ((void)(ps)) macro
listing.c 58 defined (from the Makefile), then the macro LISTING_NEWLINE expands
59 into a call to listing_newline. The call is done from read.c, every
62 The function listing_newline remembers the frag associated with the
286 listing_newline (char *ps) function
447 /* The first frag created by listing_newline() is still associated with the
  /src/external/gpl3/binutils.old/dist/gas/
listing.h 37 #define LISTING_NEWLINE() { if (listing) listing_newline (NULL); }
39 #define LISTING_NEWLINE() {;}
41 #define LISTING_EOF() LISTING_NEWLINE()
49 void listing_newline (char *ps);
68 #define listing_newline(ps) ((void)(ps)) macro
listing.c 58 defined (from the Makefile), then the macro LISTING_NEWLINE expands
59 into a call to listing_newline. The call is done from read.c, every
62 The function listing_newline remembers the frag associated with the
286 listing_newline (char *ps) function
447 /* The first frag created by listing_newline() is still associated with the

Completed in 17 milliseconds