Home
last modified time | relevance | path

Searched refs:T_IF (Results 1 – 12 of 12) sorted by relevance

/original-bsd/usr.bin/window/
H A Dtoken.h53 #define T_IF 40 macro
H A Dparser1.c53 case T_IF:
H A Dscanner.c265 cx.x_token = T_IF; in s_gettok()
/original-bsd/usr.bin/pascal/src/
H A Dtree.h70 #define T_IF 61 macro
H A Dpas.y526 = if ((q = $1.tr_entry) != TR_NIL && (p = q->list_node.list) != TR_NIL && p->tag == T_IF) {
641 = $$.tr_entry = tree5(T_IF, lineof($1.i_entry), $2.tr_entry,
H A Dstat.c97 case T_IF:
/original-bsd/usr.bin/pascal/pxp/
H A Dstat.c79 case T_IF:
218 else if (s[0] == T_IF || s[0] == T_IFEL)
/original-bsd/bin/csh/
H A Dinit.c102 { "if", T_IF },
H A Dfunc.c260 search(T_IF, 0, NULL);
631 if (level == 0 && type == T_IF)
635 case T_IF:
638 if ((type == T_IF || type == T_ELSE) &&
644 if (type == T_IF || type == T_ELSE)
767 case T_IF:
H A Dcsh.h359 #define T_IF 11 macro
H A Dparse.c488 case T_IF:
/original-bsd/contrib/gcc-2.3.3/
H A Dcccp.c696 T_IF, /* the `#if' keyword */ enumerator
840 { 2, do_if, "if", T_IF},
2944 case T_IF:
6002 conditional_skip (ip, value == 0, T_IF, NULL_PTR);
6024 if (if_stack->type != T_IF && if_stack->type != T_ELIF) {
6160 conditional_skip (ip, skip, T_IF, control_macro);
6361 case T_IF:
6438 if (if_stack->type != T_IF && if_stack->type != T_ELIF) {