Searched refs:UNVIS_END (Results 1 – 8 of 8) sorted by relevance
98 if (flag & UNVIS_END) { in rk_unvis()279 if (unvis(dst, (unsigned char)c, &state, UNVIS_END) == UNVIS_VALID) in rk_strunvis()
85 #define UNVIS_END 1 /* no more characters */
44 flag = (flag & ~_UNVIS_END) ^ UNVIS_END; in __unvis_44bsd()
82 #define UNVIS_END 1 /* no more characters */ macro
83 #define UNVIS_END _VIS_END /* no more characters */ macro
218 if (flag & UNVIS_END) { in unvis()541 if (unvis(&t, c, &state, UNVIS_END) == UNVIS_VALID) { in strnunvisx()
136 if (unvis(&outc, (char)0, &state, eflags | UNVIS_END) == UNVIS_VALID) in process()
73 #define UNVIS_END 1 /* no more characters */ macro