Home
last modified time | relevance | path

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

/titanic_44/usr/src/cmd/rpcgen/
H A Drpc_parse.c100 scan(TOK_SEMICOLON, &tok); in get_definition()
269 scan(TOK_SEMICOLON, &tok); in def_struct()
359 scan(TOK_SEMICOLON, &tok); in def_program()
379 scan(TOK_SEMICOLON, &tok); in def_program()
479 scan(TOK_SEMICOLON, &tok); in def_union()
489 scan(TOK_SEMICOLON, &tok); in def_union()
H A Drpc_scan.h68 TOK_SEMICOLON, enumerator
H A Drpc_util.c335 {TOK_SEMICOLON, ";"},
H A Drpc_scan.c215 tokp->kind = TOK_SEMICOLON; in get_token()