OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:breakch
(Results
1 - 2
of
2
) sorted by relevancy
/src/games/adventure/
io.c
194
static char
breakch
; /* tell which char ended rnum */
variable in typeref:typename:char
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)
io.c
194
static char
breakch
; /* tell which char ended rnum */
variable in typeref:typename:char
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 21 milliseconds
Indexes created Wed Oct 01 19:09:53 GMT 2025