Searched refs:first_char (Results 1 - 19 of 19) sorted by relevance

/macosx-10.9.5/pdisk-9/
H A Dio.c90 long get_number(int first_char);
241 get_number(int first_char) argument
248 if (first_char != '0') {
249 c = first_char;
258 c = first_char;
/macosx-10.9.5/bind9-45.100/bind9/contrib/idn/idnkit-1.0-src/lib/
H A Dnameprep.c252 idn_biditype_t first_char; local
278 first_char = last_char = (*(handle->biditype_proc))(*str);
279 if (first_char == idn_biditype_r_al) {
303 if (first_char != idn_biditype_r_al && last_char == idn_biditype_r_al) {
/macosx-10.9.5/bootp-268.1/bsdpc.tproj/
H A Dbsdpc.c448 char first_char; local
460 first_char = choice[0];
461 if (first_char >= '1' && first_char <= '9') { /* image selection */
472 switch (first_char) {
/macosx-10.9.5/Heimdal-323.92.1/lib/wind/
H A Dutf8.c196 static const char first_char[4] = variable
255 out[0] = ch | first_char[len - 1];
569 out[0] = ch | first_char[len - 1];
/macosx-10.9.5/apache-786.1/httpd/srclib/pcre/
H A Dpcretest.c1012 int count, backrefmax, first_char, need_char; local
1026 new_info(re, NULL, PCRE_INFO_FIRSTBYTE, &first_char);
1041 if (old_first_char != first_char) fprintf(outfile,
1043 first_char, old_first_char);
1098 if (first_char == -1)
1102 else if (first_char < 0)
1108 int ch = first_char & 255;
1109 const char *caseless = ((first_char & REQ_CASELESS) == 0)?
/macosx-10.9.5/Libc-997.90.3/regex/TRE/lib/
H A Dtre-match-parallel.c212 if (tnfa->first_char >= 0 && str_byte)
215 int first = tnfa->first_char;
H A Dtre-internal.h311 int first_char; member in struct:tnfa
H A Dtre-compile.c3150 tnfa->first_char = -1;
3182 tnfa->first_char = k;
3195 /* Set first_char only if there is only one character that can be the
3197 tnfa->first_char = -1;
3208 if (j->code_max != j->code_min || j->code_min == -1 || tnfa->first_char != -1)
3210 tnfa->first_char = -1;
3214 tnfa->first_char = j->code_min;
3220 if (tnfa->first_char >= 0)
3221 DPRINT(("first char must be %d\n", tnfa->first_char));
/macosx-10.9.5/bash-92/bash-3.2/
H A Dbashline.c1638 static int first_char, first_char_loc; local
1646 first_char = text[0];
1648 if (first_char == '$')
1676 value[0] = first_char;
1698 static int first_char, first_char_loc; local
1708 first_char = *text;
1710 if (first_char == '@')
1722 *t = first_char;
/macosx-10.9.5/pcre-7/pcre/
H A Dpcretest.c1478 int count, backrefmax, first_char, need_char, okpartial, jchanged, local
1486 new_info(re, NULL, PCRE_INFO_FIRSTBYTE, &first_char);
1505 if (old_first_char != first_char) fprintf(outfile,
1507 first_char, old_first_char);
1587 if (first_char == -1)
1591 else if (first_char < 0)
1597 int ch = first_char & 255;
1598 const char *caseless = ((first_char & REQ_CASELESS) == 0)?
/macosx-10.9.5/RubyCocoa-80/RubyCocoa/framework/src/ruby/osx/objc/
H A Doc_import.rb719 if nsklassname and (first_char = nsklassname[0]) >= ?A and first_char <= ?Z
/macosx-10.9.5/bash-92/bash-3.2/lib/readline/
H A Dcomplete.c1840 static int namelen, first_char, first_char_loc;
1847 first_char = *text;
1848 first_char_loc = first_char == '~';
1879 if (first_char == '~')
/macosx-10.9.5/text_cmds-87/pr/
H A Dpr.c127 static char first_char; /* first fill character */ variable
137 first_char = (COMPAT_MODE("bin/pr", "Unix2003") ? ochar : ' ');
1162 putchar(first_char);
/macosx-10.9.5/emacs-92/emacs/src/
H A Dw32.c2122 static char first_char[] = "abcdefghijklmnopqrstuvwyz0123456789!%-_@#";
2141 p[0] = first_char[i];
2148 while (++i < sizeof (first_char));
2120 static char first_char[] = "abcdefghijklmnopqrstuvwyz0123456789!%-_@#"; local
/macosx-10.9.5/vim-53/src/
H A Dops.c231 int first_char; local
248 first_char = *ml_get_curline();
249 if (first_char == NUL) /* empty line */
259 if (first_char != '#' || !preprocs_left())
H A Dmisc1.c547 int first_char = NUL; /* init for GCC */ local
615 first_char = *p;
665 && (p_extra == NULL || first_char != '{'))
H A Dregexp.c3007 char_u *first_char; local
3016 first_char = regparse;
3025 else if (VIM_ISDIGIT(*first_char))
/macosx-10.9.5/CPANInternal-140/Perl-Tidy/lib/Perl/
H A DTidy.pm26752 my $first_char = substr( $input_line, $pos_beg, 1 );
26755 if ( $first_char !~ /[\d\.\+\-Ee]/ ) {
26756 warning("Program bug - scan_number given character $first_char\n");
/macosx-10.9.5/CPANInternal-140/Perl-Tidy-20121207/lib/Perl/
H A DTidy.pm[all...]

Completed in 736 milliseconds