Home
last modified time | relevance | path

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

/netbsd-src/games/hack/
H A Dhack.invent.c765 unsigned stct; in dotypeinv() local
774 stct = 0; in dotypeinv()
776 stuff[stct++] = '$'; in dotypeinv()
777 stuff[stct] = 0; in dotypeinv()
780 stuff[stct++] = otmp->olet; in dotypeinv()
781 stuff[stct] = 0; in dotypeinv()
787 stuff[stct++] = 'u'; in dotypeinv()
789 stuff[stct++] = 'x'; in dotypeinv()
790 stuff[stct] = 0; in dotypeinv()
791 assert(stct < sizeof(stuff)); in dotypeinv()
[all …]