OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:textln
(Results
1 - 1
of
1
) sorted by relevancy
/src/games/ching/printching/
printching.c
217
char
textln
[128+1]; /* buffer for text line */
local in function:phx
230
if (fgets(
textln
, sizeof(
textln
), chingf) == NULL) {
235
lp = &
textln
[0];
252
fputs(
textln
, stdout);
254
if (fgets(
textln
, sizeof(
textln
), chingf) == NULL) {
259
lp = &
textln
[0];
264
fputs(
textln
, stdout);
294
fputs(
textln
, stdout)
[
all
...]
Completed in 13 milliseconds
Indexes created Thu Oct 16 14:10:15 GMT 2025