Home | History | Annotate | Download | only in stdio

Lines Matching full:character

104 	int c;		/* character from format, or conversion */
113 char ccltab[256]; /* character class table for %[...] */
334 * Note that there is at least one character in
381 /* scan a (nonempty) character class (sets NOSKIP) */
466 * Switch on the character; `goto ok'
520 /* sign ok only as first character */
544 * If we got here, c is not a legal character
711 * (just after `['). Return a pointer to the character past the
737 * The first character may be ']' (or '-') without being special;
738 * the last character may be '-'.
742 tab[c] = v; /* take character c */
755 * the character +, the character -', but
761 * character -, and the letter a'.
764 * to define a range if the character following
766 * or is not numerically greater than the character
797 default: /* just another character */