Lines Matching defs:character
54 * ignored. If a '#' is to be expected as the first character, the
240 char *character __P((int c));
861 * If this is the escape flag then reset it and ignore the character.
987 * Translate the input character to the appropriate string for printing
991 char *character(c)
1233 usleep(10000); /* inter-character typing delay (?) */
1324 * Echo a character to stderr.
1325 * When called with -1, a '\n' character is generated when
1346 s = character(n);
1411 fprintf( stderr, "%s", character(c) );