HomeSort by: relevance | last modified time | path
    Searched defs:tok_kind (Results 1 - 2 of 2) sorted by relevancy

  /src/usr.bin/rpcgen/
rpc_scan.h 45 enum tok_kind { enum
87 typedef enum tok_kind tok_kind; typedef in typeref:enum:tok_kind
93 tok_kind kind;
102 void scan(tok_kind, token *);
103 void scan2(tok_kind, tok_kind, token *);
104 void scan3(tok_kind, tok_kind, tok_kind, token *)
    [all...]
rpc_scan.h 45 enum tok_kind { enum
87 typedef enum tok_kind tok_kind; typedef in typeref:enum:tok_kind
93 tok_kind kind;
102 void scan(tok_kind, token *);
103 void scan2(tok_kind, tok_kind, token *);
104 void scan3(tok_kind, tok_kind, tok_kind, token *)
    [all...]

Completed in 302 milliseconds