OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:prevchar
(Results
1 - 2
of
2
) sorted by relevancy
/src/usr.bin/tftp/
tftpsubs.c
78
static int
prevchar
= -1; /* putbuf: previous char (cr check) */
variable in typeref:typename:int
99
prevchar
= -1;
161
if (
prevchar
== '\n')
170
prevchar
= c;
233
if (
prevchar
== '\r') { /* if prev char was cr */
244
prevchar
= c;
tftpsubs.c
78
static int
prevchar
= -1; /* putbuf: previous char (cr check) */
variable in typeref:typename:int
99
prevchar
= -1;
161
if (
prevchar
== '\n')
170
prevchar
= c;
233
if (
prevchar
== '\r') { /* if prev char was cr */
244
prevchar
= c;
Completed in 21 milliseconds
Indexes created Tue Sep 30 11:09:46 GMT 2025