Home | History | Annotate | Download | only in e2fsck

Lines Matching refs:ch

633 static int end_or_comment(char ch)
635 return (ch == 0 || ch == '#' || ch == ';');
683 char *cp, ch, *tag, *value;
708 ch = *cp;
709 if (end_or_comment(ch))
711 if (ch == '[') {
756 if (ch == '}') {
791 ch = value[0];
792 if (ch == '"') {
795 } else if (end_or_comment(ch)) {
800 ch = *cp;
801 if (end_or_comment(ch))
808 ch = *p;
810 if (!end_or_comment(ch))
858 char ch;
867 while ((ch = *str++)) {
868 switch (ch) {
885 buf[0] = ch;