Home
last modified time | relevance | path

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

/openbsd/bin/ksh/
H A Dlex.h99 #define UNESCAPE BIT(11) /* remove backslashes */ macro
H A Dedit.c433 if (yylex(ONEWORD|UNESCAPE) != LWORD) { in x_file_glob()
H A Dlex.c346 if (cf & UNESCAPE) { in yylex()