Lines Matching refs:ch
170 unsigned char ch;
176 ch = *cp++;
177 if (ch > 128) {
179 ch -= 128;
181 if ((ch < 32) || (ch == 0x7f)) {
183 ch ^= 0x40; /* ^@, ^A, ^B; ^? for DEL */
185 fputc(ch, stdout);
236 static _INLINE_ void expand_at_expression(e2fsck_t ctx, char ch,
244 if (ch == *cpp[0])
255 printf("@%c", ch);
261 static _INLINE_ void expand_inode_expression(ext2_filsys fs, char ch,
274 switch (ch) {
349 printf("%%I%c", ch);
357 static _INLINE_ void expand_dirent_expression(ext2_filsys fs, char ch,
369 switch (ch) {
394 printf("%%D%c", ch);
399 static _INLINE_ void expand_percent_expression(ext2_filsys fs, char ch,
409 switch (ch) {
512 printf("%%%c", ch);