Searched defs:first_char (Results 1 - 3 of 3) sorted by relevance

/illumos-gate/usr/src/lib/libpkg/common/
H A Dgpkgmap.c137 boolean_t first_char = B_TRUE; local
165 if (first_char && !isdigit(c)) {
168 first_char = B_FALSE;
204 * we need to reset volume number and first_char.
207 first_char = B_TRUE;
639 boolean_t first_char = B_TRUE; local
673 if (first_char && !isdigit(c)) {
676 first_char = B_FALSE;
723 * we need to reset volume number and first_char.
726 first_char
[all...]
/illumos-gate/usr/src/cmd/vi/misc/
H A Dctags.c183 static int first_char();
357 if (strchr(";([", first_char()) != NULL) /* lisp */
359 if (index(";([", first_char()) != NULL) /* lisp */
901 first_char() == ':')) {
1358 * first_char:
1364 first_char() function
/illumos-gate/usr/src/lib/libtecla/common/
H A Dgetline.c8178 * first_char char The first character of the sequence.
8183 static int gl_interpret_char(GetLine *gl, char first_char) argument
8193 char c = first_char;
8337 gl_add_char_to_line(gl, first_char);

Completed in 99 milliseconds