Home
last modified time | relevance | path

Searched refs:opt_reprint (Results 1 – 4 of 4) sorted by relevance

/dports/games/powwow/powwow-1.2.17/
H A Dlog.c290 if (!opt_reprint || (promptlen && prompt_status != -1)) in __P1()
324 if (opt_reprint && repend != repstart) in __P0()
H A Dmain.h103 extern char opt_reprint;
H A Dcmd.c2455 { "reprint", &opt_reprint,
2565 if (varp == &opt_reprint) in __P1()
H A Dmain.c146 char opt_reprint = 0; /* 1 = reprint sent commands when we get a prompt */ variable