X-Authentication-Warning: delorie.com: mail set sender to djgpp-bounces using -f From: Hans-Bernhard Broeker Newsgroups: comp.os.msdos.djgpp Subject: Re: Looking for isascii implementation code Date: 4 Nov 2003 12:05:50 GMT Organization: Aachen University of Technology (RWTH) Lines: 19 Message-ID: References: NNTP-Posting-Host: acp3bf.physik.rwth-aachen.de X-Trace: nets3.rz.RWTH-Aachen.DE 1067947550 18507 137.226.32.75 (4 Nov 2003 12:05:50 GMT) X-Complaints-To: abuse AT rwth-aachen DOT de NNTP-Posting-Date: 4 Nov 2003 12:05:50 GMT Originator: broeker@ To: djgpp AT delorie DOT com DJ-Gateway: from newsgroup comp.os.msdos.djgpp Reply-To: djgpp AT delorie DOT com Jacky Luk wrote: > I looked the dir for src/... ansi/ctype... isascii.c > but it calls something else; or inline code. Where can I find the ultimate > implementation code? For the future, here's some recommendations how to run such searches more efficiently. There's at least 3 tools in the DJGPP collections of ported Unix software (v2apps) that could help you here: 1) GNU id utilities --- global searches over a large collection of files, sped up through a pre-compiled database. 2) cxref --- the C Cross-Referencer 3) cscope --- a tool to navigate quickly through a large collection of C source code. 4) GNU "GLOBAL" --- a tool placed somewhere between id-utils and cscope -- Hans-Bernhard Broeker (broeker AT physik DOT rwth-aachen DOT de) Even if all the snow were burnt, ashes would remain.