Searched refs:QUEST (Results 1 - 5 of 5) sorted by relevance

/freebsd-11-stable/usr.bin/xlint/lint1/
H A Dop.h92 QUEST, enumerator in enum:__anon13873
H A Dtree.c157 { QUEST, { 1,0,0,0,0,1,0,1,0,0,0,0,0,0,0,0,0,
668 case QUEST:
693 ((mp->m_binary && op != QUEST) && rn->tn_op == CON)) {
710 } else if (op == QUEST && ln->tn_op == CON) {
1031 case QUEST:
3417 } else if (tn->tn_op == QUEST) {
3634 case QUEST:
3645 * XXX test/value context of QUEST should probably be used as
4013 case QUEST:
H A Dcgram.y1570 $$ = build(QUEST, $1, build(COLON, $3, $5));
/freebsd-11-stable/contrib/one-true-awk/
H A Db.c51 #define UNARY case STAR: case PLUS: case QUEST:
56 unary (STAR, PLUS, QUEST): left is child, right is null
430 case QUEST:
460 case QUEST:
724 case QUEST:
726 return (unary(op2(QUEST, np, NIL)));
801 case '?': return QUEST;
H A Dawkgram.y53 %token <i> FINAL DOT ALL CCL NCCL CHAR OR STAR QUEST PLUS EMPTYRE

Completed in 67 milliseconds