Home
last modified time | relevance | path

Searched refs:stringnode (Results 1 – 6 of 6) sorted by relevance

/illumos-gate/usr/src/cmd/ypcmd/revnetgroup/
H A Drevnetgroup.c64 typedef struct stringnode *stringlist;
65 struct stringnode { struct
69 typedef struct stringnode stringnode; argument
215 new->groups = MALLOC(stringnode); in newentry()
239 prev->next = MALLOC(stringnode); in appendgroup()
/illumos-gate/usr/src/cmd/awk_xpg4/
H A Dawk4.c249 (void)assign(left, stringnode(buf, FNOALLOC, wcslen(buf))); in dosub()
435 (void)assign(tnp, stringnode(cp,FALLOC|FSENSE,(size_t)(ep-cp))); in f_split()
447 stringnode(savesep, FSTATIC, seplen)); in f_split()
468 np = stringnode(cp, FNOALLOC, length); in f_sprintf()
507 np = stringnode(str, FALLOC, len); in f_substr()
623 asnp1=stringnode(_null, FSTATIC, 0), in f_asort()
624 asnp2=stringnode(_null, FSTATIC, 0)))); in f_asort()
691 return (stringnode((STRING)str, FNOALLOC, (size_t)(cp-str-1))); in docasetr()
H A Dawk2.c426 NODE *namep = stringnode(_null, FSTATIC, 0); in dobegin()
427 NODE *valuep = stringnode(_null, FSTATIC, 0); in dobegin()
573 (void) assign(np, stringnode(cp, in f_getline()
H A Dawk3.c123 (void) nassign(np, stringnode(string, flags, length)); in strassign()
325 stringnode(STRING s, int how, size_t length) in stringnode() function
987 lnp = stringnode(cp, FNOALLOC, llen); in exprconcat()
1535 return (stringnode(linebuf, FSTATIC|FSENSE, lbuflen)); in rfield()
1539 return (stringnode(_null, FSTATIC, 0)); in rfield()
1541 return (stringnode(cp, FSTATIC|FSENSE, wcslen(cp))); in rfield()
H A Dawk.h308 NODE *stringnode(STRING str, int aflag, size_t wcslen);
H A Dawk1.c870 yylval.node = stringnode(linebuf, FALLOC, length); in lexstring()