OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:breakch
(Results
1 - 1
of
1
) sorted by relevancy
/src/games/adventure/
io.c
194
static char
breakch
; /* tell which char ended rnum */
variable
266
if (
breakch
!= LF) /* routines return after "-1" */
282
breakch
= *s; /* save char for rtrav() */
395
while (
breakch
!= LF) { /* only do one line at a time */
468
if (
breakch
== TAB) /* there's another entry */
499
if (
breakch
== LF)
Completed in 19 milliseconds
Indexes created Sun Feb 22 16:20:20 UTC 2026