Home
last modified time | relevance | path

Searched defs:isstr (Results 1 – 2 of 2) sorted by relevance

/openbsd/src/games/sail/
Dsync.c205 int type, shipnum, isstr; in Sync() local
/openbsd/src/usr.bin/awk/
Dawk.h230 #define isstr(n) ((n)->tval & STR) macro