Home
last modified time | relevance | path

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

/dragonfly/usr.bin/window/
H A Dparser4.c68 if (token != T_XOR) in p_expr3_10()
177 case T_XOR: in p_expr3_10()
222 case T_XOR: in p_expr3_10()
H A Dtoken.h60 #define T_XOR 20 macro
H A Dscanner.c208 cx.x_token = T_XOR; in s_gettok()