OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:getc
(Results
1 - 25
of
40
) sorted by relevancy
1
2
/xsrc/external/mit/luit/dist/
parser.c
41
c =
getc
(f);
47
c =
getc
(f);
54
c =
getc
(f);
63
c =
getc
(f);
75
c =
getc
(f);
80
c =
getc
(f);
87
c =
getc
(f);
121
c =
getc
(f);
128
c =
getc
(f);
/xsrc/external/mit/xkbevd/dist/
cfgscan.c
189
while (((ch =
getc
(yyin)) != EOF) && (ch != '"')) {
191
if ((ch =
getc
(yyin)) != EOF) {
210
if (((tmp =
getc
(yyin)) != EOF) && (isdigit(tmp)) &&
218
if ((!stop) && ((tmp =
getc
(yyin)) != EOF) && (isdigit(tmp))
226
if ((!stop) && ((tmp =
getc
(yyin)) != EOF) && (isdigit(tmp))
260
while (((ch =
getc
(yyin)) != EOF) && (ch != '>')) {
262
if ((ch =
getc
(yyin)) != EOF) {
281
if (((tmp =
getc
(yyin)) != EOF) && (isdigit(tmp)) &&
289
if ((!stop) && ((tmp =
getc
(yyin)) != EOF) && (isdigit(tmp))
297
if ((!stop) && ((tmp =
getc
(yyin)) != EOF) && (isdigit(tmp)
[
all
...]
/xsrc/external/mit/xditview/dist/
lex.c
17
*cp =
getc
(dw->dvi.file);
20
*cp =
getc
(dw->dvi.file);
DviP.h
206
(*cp =
getc
(dw->dvi.file))\
211
((*cp =
getc
(dw->dvi.tmpFile)) == EOF) ? (\
/xsrc/external/mit/libXpm/dist/cxpm/
cxpm.c
49
#define
Getc
sGetc
54
* special
getc
and ungetc counting read lines and characters
60
int c =
getc
(data->stream.file);
/xsrc/external/mit/freetype/dist/src/tools/ftrandom/
ftrandom.c
279
int ch1 =
getc
( foo );
280
int ch2 =
getc
( foo );
281
int ch3 =
getc
( foo );
282
int ch4 =
getc
( foo );
/xsrc/external/mit/proxymngr/dist/
config.c
60
c =
getc
(f);
/xsrc/external/mit/libxkbfile/dist/src/
xkbconfig.c
63
for (i = 0; (isalpha(ch) || isdigit(ch) || (ch == '_')); ch =
getc
(file)) {
79
while (((ch =
getc
(file)) != EOF) && (ch != '\n') && (ch != quote)) {
81
if ((ch =
getc
(file)) != EOF) {
100
if (((tmp =
getc
(file)) != EOF) && (isdigit(tmp)) &&
108
if ((!stop) && ((tmp =
getc
(file)) != EOF) && (isdigit(tmp))
116
if ((!stop) && ((tmp =
getc
(file)) != EOF) && (isdigit(tmp))
161
ch =
getc
(file);
178
ch =
getc
(file);
186
ch =
getc
(file);
195
else if ((ch == '#') || ((ch == '/') && (
getc
(file) == '/')))
[
all
...]
maprules.c
122
#undef
getc
macro
123
#define
getc
(x) getc_unlocked(x)
macro
139
while (((ch =
getc
(file)) != '\n') && (ch != EOF)) {
141
if ((ch =
getc
(file)) == EOF)
171
ch =
getc
(file);
/xsrc/external/mit/libX11/dist/src/
RdBitF.c
91
ch =
getc
(fstream);
/xsrc/external/mit/libX11/dist/src/xlibi18n/lcUniConv/
8bit_tab_to_h.c
78
c =
getc
(stdin);
85
c =
getc
(stdin);
91
do { c =
getc
(stdin); } while (!(c == EOF || c == '\n'));
97
do { c =
getc
(stdin); } while (c == ' ' || c == '\t');
cjk_tab_to_h.c
81
c =
getc
(stdin);
86
c =
getc
(stdin);
92
do { c =
getc
(stdin); } while (!(c == EOF || c == '\n'));
775
c =
getc
(stdin);
780
c =
getc
(stdin);
786
do { c =
getc
(stdin); } while (!(c == EOF || c == '\n'));
/xsrc/external/mit/libXfont/dist/src/fontfile/
dirfile.c
486
c =
getc
(file);
492
c =
getc
(file);
/xsrc/external/mit/libXfont2/dist/src/fontfile/
dirfile.c
492
c =
getc
(file);
498
c =
getc
(file);
/xsrc/external/mit/libX11/dist/modules/im/ximcp/
imLcPrs.c
97
c =
getc
(fp);
99
c =
getc
(fp);
101
c =
getc
(fp);
/xsrc/external/mit/libXmu/dist/src/
RdBitF.c
125
ch =
getc
(fstream);
/xsrc/external/mit/libXpm/dist/src/
XpmI.h
222
(*mdata->cptr++) : (
getc
(mdata->stream.file)))
data.c
53
#define
Getc
(data, file)
getc
(file)
132
c =
Getc
(data, file);
153
c =
Getc
(data, file);
163
c =
Getc
(data, file);
227
while ((c =
Getc
(data, file)) != data->Eos && c != EOF);
238
while ((c =
Getc
(data, file)) != data->Bos && c != EOF)
243
while ((c =
Getc
(data, file)) == data->Bcmt[0])
277
while ((c =
Getc
(data, file)) != EOF && isspace(c) && c != data->Eos);
281
c =
Getc
(data, file)
[
all
...]
/xsrc/external/mit/xdm/dist/xdm/
access.c
273
c =
getc
(file);
281
while ((c =
getc
(file)) != EOF && c != '\n')
/xsrc/external/mit/xsm/dist/
saveutil.c
539
c =
getc
(f);
/xsrc/external/mit/xorg-server/dist/xkb/
maprules.c
117
while (((ch =
getc
(file)) != '\n') && (ch != EOF)) {
119
if ((ch =
getc
(file)) == EOF)
149
ch =
getc
(file);
/xsrc/external/mit/xorg-server.old/dist/xkb/
maprules.c
119
while (((ch=
getc
(file))!='\n')&&(ch!=EOF)) {
121
if ((ch=
getc
(file))==EOF)
151
ch=
getc
(file);
/xsrc/external/mit/xprop/dist/
xprop.c
127
c =
getc
(stream);
138
while ((c =
getc
(stream)) == ' ' || c == '\n' || c == '\t');
555
c =
getc
(stream);
/xsrc/external/mit/sessreg/dist/
sessreg.c
644
while ((c =
getc
(ttys)) != EOF)
/xsrc/external/mit/xmh/dist/
util.c
162
c =
getc
(fid);
Completed in 45 milliseconds
1
2
Indexes created Wed Jul 08 00:27:11 UTC 2026