home *** CD-ROM | disk | FTP | other *** search
/ Usenet 1994 October / usenetsourcesnewsgroupsinfomagicoctober1994disk2.iso / unix / volume25 / finger / part01 / defs.awk < prev    next >
Text File  |  1992-04-03  |  170b  |  8 lines

  1. /#ifdef/            { print $2 }
  2. /#ifndef/            { print $2 }
  3. /#define/            { print $2 }
  4.  
  5. /#[     ][     ]*ifdef/    { print $3 }
  6. /#[     ][     ]*ifndef/    { print $3 }
  7. /#[     ][     ]*define/    { print $3 }
  8.