OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:char_at_cursor
(Results
1 - 2
of
2
) sorted by relevancy
/src/games/cgram/
cgram.c
204
char_at_cursor
(void)
function in typeref:typename:char
458
while (can_go_right() && ch_isalpha(
char_at_cursor
()))
461
while (can_go_right() && !ch_isalpha(
char_at_cursor
()))
471
ch_isalpha(
char_at_cursor
());
477
if (ch ==
char_at_cursor
())
480
substitute(
char_at_cursor
(), (char)ch);
cgram.c
204
char_at_cursor
(void)
function in typeref:typename:char
458
while (can_go_right() && ch_isalpha(
char_at_cursor
()))
461
while (can_go_right() && !ch_isalpha(
char_at_cursor
()))
471
ch_isalpha(
char_at_cursor
());
477
if (ch ==
char_at_cursor
())
480
substitute(
char_at_cursor
(), (char)ch);
Completed in 21 milliseconds
Indexes created Wed Oct 01 12:09:54 GMT 2025