Home
last modified time | relevance | path

Searched refs:T_LP (Results 1 – 4 of 4) sorted by relevance

/dflybsd-src/usr.bin/window/
H A Dparser5.c164 case T_LP: in p_expr12()
180 while (token == T_LP) { in p_expr12()
H A Dtoken.h48 #define T_LP 8 macro
H A Dparser2.c74 if (token == T_LP) in p_function()
H A Dscanner.c212 cx.x_token = T_LP; in s_gettok()