HomeSort by relevance Sort by last modified time
    Searched refs:nnext (Results 1 - 8 of 8) sorted by null

  /external/one-true-awk/
parse.c 39 x->nnext = NULL;
227 for (c = a; c->nnext != NULL; c = c->nnext)
229 c->nnext = b;
250 for (p = vl; p; p = p->nnext)
262 for (n = 0; p != 0; p = p->nnext, n++)
run.c 148 for (a = u; ; a = a->nnext) {
170 if (a->nnext == NULL)
243 for (ncall = 0, x = a[1]; x != NULL; x = x->nnext) /* args in call */
252 for (i = 0, x = a[1]; x != NULL; i++, x = x->nnext) { /* get call args */
480 for (np = a[1]; np; np = np->nnext) {
487 if (np->nnext)
528 for (np = a[1]; np; np = np->nnext) {
535 if (np->nnext)
568 for (p = a[0]; p; p = p->nnext) {
576 if (p->nnext)
    [all...]
awk.h 142 struct Node *nnext; member in struct:Node
awkgram.y 480 for ( ; vl; vl = vl->nnext) {
b.c 45 #define parent(v) (v)->nnext
  /external/u-boot/scripts/
checkpatch.pl     [all...]
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Lib/pydoc_data/
topics.py     [all...]
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.10/Lib/pydoc_data/
topics.py     [all...]

Completed in 634 milliseconds