glob.c File Reference

#include "jam.h"

Defines

#define CHECK_BIT(tab, bit)   ( tab[ (bit)/8 ] & (1<<( (bit)%8 )) )
#define BITLISTSIZE   16

Functions

static void globchars (const char *s, const char *e, char *b)
int glob (const char *c, const char *s)

Define Documentation

#define BITLISTSIZE   16

#define CHECK_BIT ( tab,
bit   )     ( tab[ (bit)/8 ] & (1<<( (bit)%8 )) )


Function Documentation

int glob ( const char *  c,
const char *  s 
)

static void globchars ( const char *  s,
const char *  e,
char *  b 
) [static]


Generated on Thu Aug 17 15:54:32 2006 for MaJam by  doxygen 1.4.7