Home
last modified time | relevance | path

Searched refs:WordKind (Results 1 – 3 of 3) sorted by relevance

/dports/games/libretro-scummvm/scummvm-7b1e929/engines/glk/alan3/
H A Dacode.h73 typedef int WordKind; typedef
/dports/games/scummvm/scummvm-2.5.1/engines/glk/alan3/
H A Dacode.h73 typedef int WordKind; typedef
/dports/lang/swi-pl/swipl-8.2.3/packages/xpce/src/txt/
H A Deditor.c4149 #define WordKind(c) (tisalnum(syntax, c) ? 1 : 0) in selectionExtendEditor() macro
4159 { for( ; from > 0 && WordKind(Fetch(e, from-1)) ; from-- ) in selectionExtendEditor()
4162 for( ; to < e->text_buffer->size && WordKind(Fetch(e, to)); to++) in selectionExtendEditor()
4173 #undef WordKind in selectionExtendEditor()