Home
last modified time | relevance | path

Searched defs:iscont (Results 1 – 3 of 3) sorted by relevance

/netbsd/external/mit/lua/dist/src/
H A Dlutf8lib.c45 #define iscont(c) (((c) & 0xC0) == 0x80) macro
/netbsd/external/historical/nawk/dist/
H A Dawk.h215 #define iscont(n) ((n)->csub == JCONT) macro
/netbsd/lib/libc/time/
H A Dzic.c1899 inzsub(char **fields, int nfields, bool iscont) in inzsub()