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

/haiku-buildtools/jam/
H A Dexpand.c201 char *bracket; local
225 if( bracket = strchr( varname, MAGIC_LEFT ) )
229 if( dash = strchr( bracket + 1, '-' ) )
232 sub1 = atoi( bracket + 1 ) - 1;
241 *bracket = '\0';
258 if( out == out_buf && !bracket && !colon && in == end )
/haiku-buildtools/gcc/libcpp/
H A Dfiles.c587 and the quote and bracket chain heads because there are no
626 /* If we passed the quote or bracket chain heads, cache them also.
1518 cpp_set_include_chains (cpp_reader *pfile, cpp_dir *quote, cpp_dir *bracket, argument
1529 if (quote == bracket)
1530 pfile->bracket_include = bracket;
H A Dexpr.c2091 bool bracket = false;
2111 bracket = true;
2119 bracket = true;
2128 int angle_brackets = (bracket ? 1 : 0);
2090 bool bracket = false; local
/haiku-buildtools/legacy/gcc/texinfo/emacs/
H A Dtexinfo.el428 set up so expression commands skip Texinfo bracket groups. To see

Completed in 67 milliseconds