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

/macosx-10.10.1/CPANInternal-159.1/Perl-Tidy-20121207/examples/
H A Dbreak_long_quotes.pl130 my $check_char = substr( $token, -1, 1 );
131 if ( $check_char ne $quote_char ) {
134 starting quote character is <<$quote_char>> but ending quote character is <<$check_char>>
138 } ## end if ( $check_char ne $quote_char)
/macosx-10.10.1/vim-55/src/proto/
H A Dmemline.pro14 void ml_sync_all __ARGS((int check_file, int check_char));
/macosx-10.10.1/vim-55/src/
H A Dmemline.c2253 * If 'check_char' is TRUE, stop syncing when character becomes available, but
2257 ml_sync_all(check_file, check_char)
2259 int check_char;
2290 (void)mf_sync(buf->b_ml.ml_mfp, (check_char ? MFS_STOP : 0)
2292 if (check_char && ui_char_avail()) /* character available now */

Completed in 123 milliseconds