OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:lastch
(Results
1 - 7
of
7
) sorted by relevancy
/src/games/backgammon/teachgammon/
ttext2.c
109
const char *const
lastch
[] = {
variable in typeref:typename:const char * const[]
/src/games/boggle/boggle/
word.c
58
static int first = 1,
lastch
= 0;
variable in typeref:typename:int
91
} else if ((pcount =
lastch
) == EOF)
99
lastch
= ch;
/src/games/boggle/mkindex/
mkindex.c
104
static int
lastch
= 0;
local in function:nextword
111
else if ((pcount =
lastch
) == EOF)
118
lastch
= ch;
/src/usr.bin/tr/
tr.c
63
int ch, ch2,
lastch
;
local in function:main
111
for (
lastch
= OOBCH; (ch = getchar()) != EOF; )
112
if (!string1[ch] && (!string2[ch] ||
lastch
!= ch)) {
113
lastch
= ch;
142
for (
lastch
= OOBCH; (ch = getchar()) != EOF;)
143
if (!string1[ch] ||
lastch
!= ch) {
144
lastch
= ch;
240
for (
lastch
= OOBCH; (ch = getchar()) != EOF;) {
242
if (!string2[ch] ||
lastch
!= ch) {
243
lastch
= ch
[
all
...]
str.c
57
int
lastch
; /* last character */
member in struct:str
84
s->
lastch
= OOBCH;
109
*ret = s->
lastch
;
112
*ret = s->
lastch
;
119
*ret = s->
lastch
;
122
s->
lastch
= backslash(s);
131
s->
lastch
= ch;
139
*ret = s->
lastch
;
147
++s->
lastch
;
148
*ret = s->
lastch
;
[
all
...]
/src/games/worm/
worm.c
81
static int
lastch
;
variable in typeref:typename:int
159
process(
lastch
);
224
process(
lastch
);
311
lastch
= ch;
/src/lib/libcurses/
curses_private.h
96
int firstch,
lastch
; /* First and last changed columns. */
member in struct:__line
106
int ch_off; /* x offset for firstch/
lastch
. */
Completed in 14 milliseconds
Indexes created Sat Sep 20 22:09:52 GMT 2025