Searched refs:show_listing (Results 1 - 1 of 1) sorted by relevance

/freebsd-11-stable/contrib/binutils/gas/
H A Dlisting.c943 int show_listing = 1; local
966 show_listing--;
969 if (show_listing == 0)
986 if (show_listing <= 0)
994 || (list->edict == EDICT_NOLIST_NEXT && show_listing == 0))
998 show_listing++;
1001 if (show_listing > 0)
1048 if (list->edict == EDICT_NOLIST_NEXT && show_listing == 1)
1049 --show_listing;

Completed in 53 milliseconds