Lines Matching refs:src
62 @options[:path_src] = "#{__dir__}/../src/" if @options[:path_src].nil?
71 'src' => {
102 pattern: 'src',
104 src: [],
136 triad = [{ ext: '.c', path: @options[:path_src], prefix: '', template: TEMPLATE_SRC, inc: :src, boilerplate: @options[:boilerplates][:src] },
141 pattern = (pattern || @options[:pattern] || 'src').downcase
161 when :src then (@options[:includes][:src] || []) | (pattern_traits[:inc].map { |f| format(f, module_name) })
287 " -i\"include\" sets the path to output headers to 'include' (DEFAULT ../src)",
288 " -s\"../src\" sets the path to output source to '../src' (DEFAULT ../src)",
295 ' src - just a source module, header and test. (DEFAULT)',