Searched refs:x_token (Results 1 - 4 of 4) sorted by relevance

/netbsd-6-1-5-RELEASE/usr.bin/window/
H A Dtoken.h37 #define token (cx.x_token)
H A Dcontext.h63 int x_token; /* the token */ member in struct:context
H A Dscanner.c117 cx.x_token = T_EOL;
124 cx.x_token = T_EOF;
192 cx.x_token = T_COMP;
196 cx.x_token = T_PLUS;
200 cx.x_token = T_MINUS;
204 cx.x_token = T_MUL;
208 cx.x_token = T_DIV;
212 cx.x_token = T_MOD;
216 cx.x_token = T_XOR;
220 cx.x_token
[all...]
/netbsd-6-1-5-RELEASE/bin/expr/
H A Dexpr.y378 static const int x_token[] = {
397 retval = x_token[w-x];

Completed in 114 milliseconds