HomeSort by: relevance | last modified time | path
    Searched defs:can_go_right (Results 1 - 1 of 1) sorted by relevancy

  /src/games/cgram/
cgram.c 407 can_go_right(void) function in typeref:typename:bool
458 while (can_go_right() && ch_isalpha(char_at_cursor()))
461 while (can_go_right() && !ch_isalpha(char_at_cursor()))

Completed in 11 milliseconds