Home
last modified time | relevance | path

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

/external/openssh/openbsd-compat/
Dvis.h82 #define UNVIS_END 1 /* no more characters */ macro
/external/libedit/src/
Dvis.h77 #define UNVIS_END _VIS_END /* no more characters */ macro
Dunvis.c211 if (flag & UNVIS_END) { in unvis()
528 if (unvis(&t, c, &state, UNVIS_END) == UNVIS_VALID) { in strnunvisx()