Searched refs:LOOKUP (Results 1 - 7 of 7) sorted by relevance

/ast/src/cmd/ksh93/include/
H A Dstreval.h199 #define LOOKUP 0 macro
/ast/src/cmd/mailx/
H A Dnames.c304 if (!dictsearch(&wm->prev, name, LOOKUP)) {
339 if (*np->name != '\\' && (ap = dictsearch(&state.aliases, np->name, LOOKUP))) {
354 if (!dictsearch(&state.aliases, np->name, LOOKUP))
378 (np = dictsearch(&wm.prev, hp->h_first, LOOKUP)) &&
H A Dhead.c275 if (streq(s, state.var.user) || (np = dictsearch(&state.aliases, s, LOOKUP)) && streq(np->name, state.var.user))
H A Dmisc.c595 tp = dictsearch(ignore, field, LOOKUP);
H A Dmailx.h521 #define LOOKUP 0 macro
H A Dcmd3.c708 if (!(ap = dictsearch(&state.aliases, name, LOOKUP|IGNORECASE)))
/ast/src/cmd/ksh93/sh/
H A Darith.c240 case LOOKUP:

Completed in 27 milliseconds