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

/haiku-buildtools/jam/
H A Dexpand.c53 # define MAGIC_COLON '\001' macro
138 * we can replace :'s with MAGIC_COLON. This is necessary to avoid
153 case ':': ov[-1] = MAGIC_COLON; break;
215 if( colon = strchr( varname, MAGIC_COLON ) )
459 else if( p = strchr( mods, MAGIC_COLON ) )

Completed in 30 milliseconds