Home
last modified time | relevance | path

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

/freebsd/usr.bin/rpcgen/
H A Drpc_parse.c91 scan(TOK_SEMICOLON, &tok); in get_definition()
122 scan(TOK_SEMICOLON, &tok); in def_struct()
204 scan(TOK_SEMICOLON, &tok); in def_program()
225 scan(TOK_SEMICOLON, &tok); in def_program()
320 scan(TOK_SEMICOLON, &tok); in def_union()
330 scan(TOK_SEMICOLON, &tok); in def_union()
H A Drpc_scan.h84 TOK_SEMICOLON, enumerator
H A Drpc_scan.c209 tokp->kind = TOK_SEMICOLON; in get_token()
H A Drpc_util.c337 {TOK_SEMICOLON, ";"},