Home
last modified time | relevance | path

Searched refs:last_n (Results 1 – 2 of 2) sorted by relevance

/OK3568_Linux_fs/yocto/meta-openembedded/meta-networking/recipes-connectivity/rdist/rdist-6.1.5/
H A Drdist-6.1.5-bison.patch63 $$ = last_n = NULL;
67 if (last_n == NULL)
68 $$ = last_n = makenl($2);
/OK3568_Linux_fs/u-boot/cmd/
H A Dload.c788 int n, last_n; in k_recv() local
804 last_n = -1; in k_recv()
867 if (n == last_n) { in k_recv()
873 last_n = n; in k_recv()