/src/usr.bin/rpcgen/ |
rpc_scan.c | 70 static int pushed = 0; /* is a token pushed */ variable in typeref:typename:int 71 static token lasttok; /* last token, if pushed */ 151 if (pushed) { 152 pushed = 0; 301 pushed = 1;
|
rpc_scan.c | 70 static int pushed = 0; /* is a token pushed */ variable in typeref:typename:int 71 static token lasttok; /* last token, if pushed */ 151 if (pushed) { 152 pushed = 0; 301 pushed = 1;
|
/src/sys/altq/ |
altq_jobs.c | 978 TSENTRY *pushed; local in function:tslist_enqueue 979 pushed = malloc(sizeof(TSENTRY), M_DEVBUF, M_WAITOK); 980 if (pushed == NULL) 983 pushed->timestamp = arv; 984 TAILQ_INSERT_TAIL(cl->arv_tm, pushed, ts_list);
|
altq_jobs.c | 978 TSENTRY *pushed; local in function:tslist_enqueue 979 pushed = malloc(sizeof(TSENTRY), M_DEVBUF, M_WAITOK); 980 if (pushed == NULL) 983 pushed->timestamp = arv; 984 TAILQ_INSERT_TAIL(cl->arv_tm, pushed, ts_list);
|