Searched refs:stringnode (Results 1 - 6 of 6) sorted by relevance
/illumos-gate/usr/src/cmd/ypcmd/revnetgroup/ |
H A D | revnetgroup.c | 64 typedef struct stringnode *stringlist; 65 struct stringnode { struct 69 typedef struct stringnode stringnode; typedef in typeref:struct:stringnode 217 new->groups = MALLOC(stringnode); 235 prev->next = MALLOC(stringnode);
|
/illumos-gate/usr/src/cmd/awk_xpg4/ |
H A D | awk4.c | 251 (void)assign(left, stringnode(buf, FNOALLOC, wcslen(buf))); 436 (void)assign(tnp, stringnode(cp,FALLOC|FSENSE,(size_t)(ep-cp))); 448 stringnode(savesep, FSTATIC, seplen)); 469 np = stringnode(cp, FNOALLOC, length); 508 np = stringnode(str, FALLOC, len); 624 asnp1=stringnode(_null, FSTATIC, 0), 625 asnp2=stringnode(_null, FSTATIC, 0)))); 692 return (stringnode((STRING)str, FNOALLOC, (size_t)(cp-str-1)));
|
H A D | awk2.c | 428 NODE *namep = stringnode(_null, FSTATIC, 0); 429 NODE *valuep = stringnode(_null, FSTATIC, 0); 575 (void) assign(np, stringnode(cp,
|
H A D | awk3.c | 125 (void) nassign(np, stringnode(string, flags, length)); 327 stringnode(STRING s, int how, size_t length) function 988 lnp = stringnode(cp, FNOALLOC, llen); 1538 return (stringnode(linebuf, FSTATIC|FSENSE, lbuflen)); 1542 return (stringnode(_null, FSTATIC, 0)); 1544 return (stringnode(cp, FSTATIC|FSENSE, wcslen(cp)));
|
H A D | awk.h | 310 NODE *stringnode(STRING str, int aflag, size_t wcslen);
|
H A D | awk1.c | 875 yylval.node = stringnode(linebuf, FALLOC, length);
|
Completed in 56 milliseconds