Home
last modified time | relevance | path

Searched refs:OPAT (Results 1 – 4 of 4) sorted by relevance

/openbsd/bin/ksh/
H A Dtree.h67 #define OPAT 9 /* open pattern: *(, @(, etc. */ macro
H A Dtree.c323 case OPAT: in tputS()
523 case OPAT: in wdscan()
597 case OPAT: in wdstrip()
H A Dlex.c297 *wp++ = OPAT; in yylex()
596 *wp++ = OPAT; in yylex()
711 *wp++ = OPAT; in yylex()
H A Deval.c471 case OPAT: /* open pattern: *(foo|bar) */ in expand()