HomeSort by: relevance | last modified time | path
    Searched defs:textln (Results 1 - 2 of 2) 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...]
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 61 milliseconds