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

/macosx-10.9.5/sudo-72/src/
H A Dtoke.l89 static char *parse_include __P((char *));
274 if ((path = parse_include(yytext)) == NULL)
292 if ((path = parse_include(yytext)) == NULL)
926 parse_include(base)
H A Dtoke.c1493 static char *parse_include __P((char *));
1959 if ((path = parse_include(yytext)) == NULL)
1980 if ((path = parse_include(yytext)) == NULL)
3635 parse_include(base) function
/macosx-10.9.5/nano-11/src/
H A Drcfile.c351 void parse_include(char *ptr) function
667 parse_include(ptr);
H A Dproto.h558 void parse_include(char *ptr);
/macosx-10.9.5/ruby-104/ruby/test/rdoc/
H A Dtest_rdoc_rd_block_parser.rb148 expected = doc(@RM::Include.new("parse_include", [Dir.tmpdir]))
150 assert_equal expected, parse("<<< parse_include")
163 Tempfile.open %w[parse_include .rd] do |io|
H A Dtest_rdoc_parser_ruby.rb1216 @parser.parse_include klass, comment
/macosx-10.9.5/ruby-104/ruby/lib/rdoc/parser/
H A Druby.rb884 def parse_include context, comment method in class:RDoc.get_class_or_module
1540 parse_include container, comment

Completed in 210 milliseconds