HomeSort by: relevance | last modified time | path
    Searched refs:register_channel (Results 1 - 2 of 2) sorted by relevancy

  /src/external/gpl3/autoconf/dist/lib/Autom4te/
ChannelDefs.pm 137 register_channel 'fatal', type => 'fatal', ordered => 0;
138 register_channel 'error', type => 'error';
139 register_channel 'error-gnu', type => 'error';
140 register_channel 'error-gnu/warn', type => 'error';
141 register_channel 'error-gnits', type => 'error', silent => 1;
142 register_channel 'automake', type => 'fatal', backtrace => 1,
149 register_channel 'cross', type => 'warning', silent => 1;
150 register_channel 'gnu', type => 'warning';
151 register_channel 'obsolete', type => 'warning', silent => 1;
152 register_channel 'override', type => 'warning', silent => 1
    [all...]
Channels.pm 32 register_channel 'unused', type => 'warning';
35 register_channel 'system', type => 'error', exit_code => 4;
80 &register_channel &msg &exists_channel &channel_type
156 passed as a hash to the C<register_channel>, C<setup_channel>, and C<msg>
355 =item C<register_channel ($name, [%options])>
362 sub register_channel ($;%) subroutine
580 registered with C<register_channel>.

Completed in 54 milliseconds