Home
last modified time | relevance | path

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

/mirbsd/src/lib/libc/gen/
Dunvis.c57 if (flag & UNVIS_END) { in unvis()
236 if (unvis(dst, c, &state, UNVIS_END) == UNVIS_VALID) in strunvis()
273 if (unvis(&p, c, &state, UNVIS_END) == UNVIS_VALID) { in strnunvis()
/mirbsd/src/include/
Dvis.h77 #define UNVIS_END 1 /* no more characters */ macro
/mirbsd/src/usr.bin/unvis/
Dunvis.c110 if (unvis(&outc, (char)0, &state, UNVIS_END) == UNVIS_VALID) in process()