Home
last modified time | relevance | path

Searched refs:readc (Results 1 – 7 of 7) sorted by relevance

/titanic_44/usr/src/cmd/line/
H A Dline.c43 static char readc(void);
60 while ((c = readc()) != nl) { in main()
77 readc(void) in readc() function
/titanic_44/usr/src/cmd/dc/
H A Ddc.c109 if (((c = readc()) >= '0' && c <= '9') || in commnds()
429 if ((c = readc()) == ']') { in commnds()
562 c = readc() & 0377; in commnds()
587 c = readc() & 0377; in commnds()
611 c = readc() & 0377; in commnds()
651 n = readc() & 0377; in commnds()
700 n = readc() & 0377; in commnds()
737 if ((c = readc()) != '\n') in commnds()
748 while ((c = readc()) == '!') in commnds()
752 while ((c = readc()) != '\n') { in commnds()
[all …]
H A Ddc.h128 char readc(void);
/titanic_44/usr/src/cmd/csh/
H A Dsh.func.c852 c = readc(1); in getword()
856 c = readc(1); in getword()
860 c = readc(1); in getword()
881 c = readc(1); in getword()
882 if (c == '\\' && (c = readc(1)) == '\n') { in getword()
H A Dsh.lex.c42 int readc(bool);
101 c = readc(0); in lex()
361 c = readc(0); in getC1()
1156 readc(bool wanteof) in readc() function
H A Dsh.dol.c657 c = readc(1); /* 1 -> Want EOF returns */ in heredoc()
/titanic_44/usr/src/cmd/cmd-inet/usr.sbin/ipqosconf/
H A Dipqosconf.c4921 int readc; in read_enum_nvs() local
4987 ret = sscanf(++start, "%x%n", &val, &readc); in read_enum_nvs()
5012 start += readc; in read_enum_nvs()