HomeSort by: relevance | last modified time | path
    Searched refs:peekscan (Results 1 - 3 of 3) sorted by relevancy

  /src/usr.bin/rpcgen/
rpc_parse.c 197 while (peekscan(TOK_COMMA, &tok)) {
317 if (peekscan(TOK_CASE, &tok)) {
329 } while (peekscan(TOK_CASE, &tok));
428 if (peekscan(TOK_LBRACKET, &tok)) {
437 if (peekscan(TOK_LANGLE, &tok)) {
442 if (peekscan(TOK_RANGLE, &tok)) {
481 if (peekscan(TOK_IDENT, &tok)) /* optional name of argument */
495 if (peekscan(TOK_STAR, &tok)) {
500 if (peekscan(TOK_IDENT, &tok)) /* optional name of argument */
503 if (peekscan(TOK_LANGLE, &tok))
    [all...]
rpc_scan.h 107 int peekscan(tok_kind, token *);
rpc_scan.c 134 peekscan(tok_kind expect, token *tokp) function in typeref:typename:int

Completed in 12 milliseconds