Home
last modified time | relevance | path

Searched defs:toktype (Results 1 – 14 of 14) sorted by relevance

/openbsd-src/usr.bin/lex/
H A Dyylex.c45 int toktype; in yylex() local
[all...]
/openbsd-src/gnu/usr.bin/binutils/gdb/
H A Dm2-exp.y940 int toktype; in yylex() local
H A Df-exp.y1020 int got_dot = 0, got_e = 0, got_d = 0, toktype; in yylex() local
H A Djv-exp.y978 int got_dot = 0, got_e = 0, toktype; in yylex() local
H A Dc-exp.y1453 int got_dot = 0, got_e = 0, toktype; in yylex() local
H A Dobjc-exp.y1363 int got_dot = 0, got_e = 0, toktype = FLOAT; in yylex() local
H A Dp-exp.y1191 int got_dot = 0, got_e = 0, toktype; in yylex() local
H A Df-exp.c2415 int got_dot = 0, got_e = 0, got_d = 0, toktype; in yylex() local
H A Djv-exp.c2365 int got_dot = 0, got_e = 0, toktype; in yylex() local
H A Dm2-exp.c2452 int toktype; in yylex() local
H A Dc-exp.c3105 int got_dot = 0, got_e = 0, toktype; in yylex() local
H A Dobjc-exp.c3026 int got_dot = 0, got_e = 0, toktype = FLOAT; in yylex() local
H A Dp-exp.c2534 int got_dot = 0, got_e = 0, toktype; in yylex() local
/openbsd-src/usr.sbin/bgpctl/
H A Dparser.c1544 parse_flow_numop(int argc,char * argv[],struct parse_result * r,enum token_type toktype) parse_flow_numop() argument