HomeSort by: relevance | last modified time | path
    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 25 milliseconds