Home
last modified time | relevance | path

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

/dragonfly/usr.bin/rpcgen/
H A Drpc_parse.c93 scan(TOK_SEMICOLON, &tok); in get_definition()
124 scan(TOK_SEMICOLON, &tok); in def_struct()
203 scan(TOK_SEMICOLON, &tok); in def_program()
223 scan(TOK_SEMICOLON, &tok); in def_program()
325 scan(TOK_SEMICOLON, &tok); in def_union()
335 scan(TOK_SEMICOLON, &tok); in def_union()
H A Drpc_scan.h89 TOK_SEMICOLON, enumerator
H A Drpc_scan.c211 tokp->kind = TOK_SEMICOLON; in get_token()
H A Drpc_util.c328 {TOK_SEMICOLON, ";"},