home *** CD-ROM | disk | FTP | other *** search
/ NetNews Usenet Archive 1992 #18 / NN_1992_18.iso / spool / comp / unix / bsd / 4533 < prev    next >
Encoding:
Internet Message Format  |  1992-08-20  |  1.0 KB

  1. Path: sparky!uunet!elroy.jpl.nasa.gov!ames!data.nas.nasa.gov!taligent!apple!veritas!amdcad!BitBlocks.com!bvs
  2. From: bvs@BitBlocks.com (Bakul Shah)
  3. Newsgroups: comp.unix.bsd
  4. Subject: Re: re_comp/exec() ?
  5. Message-ID: <1992Aug20.170005.18325@BitBlocks.com>
  6. Date: 20 Aug 92 17:00:05 GMT
  7. References: <1992Aug19.170703.6627@news.uit.no> <1575@hcshh.hcs.de>
  8. Organization: Bit Blocks, Inc.
  9. Lines: 15
  10.  
  11. hm@hcshh.hcs.de (Hellmuth Michaelis) writes:
  12.  
  13. >In <1992Aug19.170703.6627@news.uit.no> thostr@stud.cs.uit.no (Thomas Strandenaes) writes:
  14.  
  15. >>I can't find the re_comp/re_exec system-calls. I need these to
  16. >>compile some of the source in /usr/othersrc. Can anyone give
  17. >>a helping hand here?
  18.  
  19. >have a look in comp.sources.unix, volume7, Archive-name: regex, just
  20. >needed them for index ...
  21.  
  22. Use Henry Spencer's regcomp() & regexec() that come bundled with
  23. 386bsd.  regcomp/regexec are similiar to system V's regcmp/regex
  24. except that the object holding the compiled pattern has a
  25. different type.  Do a `man regexp' to find out how to use them
  26.