Home
last modified time | relevance | path

Searched refs:strnode (Results 1 – 12 of 12) sorted by relevance

/inferno-os/utils/awk/
H A Dawkgram.y209 $$ = op3($2, NIL, $1, (Node*)makedfa(strnode($3), 0));
236 $$ = op3($2, NIL, $1, (Node*)makedfa(strnode($3), 0));
386 $$ = op3(MATCHFCN, NIL, $3, (Node*)makedfa(strnode($5), 1));
402 $$ = op4($1, NIL, (Node*)makedfa(strnode($3), 1), $5, rectonode());
409 $$ = op4($1, NIL, (Node*)makedfa(strnode($3), 1), $5, $7);
461 char *strnode(Node *p)
H A Dytab.c142 char *strnode(Node *p) in strnode() function
1269 yyval.p = op3(yypt[-1].yyv.i, NIL, yypt[-2].yyv.p, (Node*)makedfa(strnode(yypt[-0].yyv.p), 0)); in yyparse()
1317 yyval.p = op3(yypt[-1].yyv.i, NIL, yypt[-2].yyv.p, (Node*)makedfa(strnode(yypt[-0].yyv.p), 0)); in yyparse()
1544 yyval.p = op3(MATCHFCN, NIL, yypt[-3].yyv.p, (Node*)makedfa(strnode(yypt[-1].yyv.p), 1)); in yyparse()
1571 …yyval.p = op4(yypt[-5].yyv.i, NIL, (Node*)makedfa(strnode(yypt[-3].yyv.p), 1), yypt[-1].yyv.p, rec… in yyparse()
1580 …yyval.p = op4(yypt[-7].yyv.i, NIL, (Node*)makedfa(strnode(yypt[-5].yyv.p), 1), yypt[-3].yyv.p, yyp… in yyparse()
H A Dproto.h28 extern char *strnode(Node *);
H A Dytabc.bak142 char *strnode(Node *p)
1269 yyval.p = op3(yypt[-1].yyv.i, NIL, yypt[-2].yyv.p, (Node*)makedfa(strnode(yypt[-0].yyv.p), 0));
1317 yyval.p = op3(yypt[-1].yyv.i, NIL, yypt[-2].yyv.p, (Node*)makedfa(strnode(yypt[-0].yyv.p), 0));
1544 yyval.p = op3(MATCHFCN, NIL, yypt[-3].yyv.p, (Node*)makedfa(strnode(yypt[-1].yyv.p), 1));
1571 …yyval.p = op4(yypt[-5].yyv.i, NIL, (Node*)makedfa(strnode(yypt[-3].yyv.p), 1), yypt[-1].yyv.p, rec…
1580 …yyval.p = op4(yypt[-7].yyv.i, NIL, (Node*)makedfa(strnode(yypt[-5].yyv.p), 1), yypt[-3].yyv.p, yyp…
/inferno-os/utils/acid/
H A Dexec.c201 r->nstore.u0.sstring = strnode(flt); in convflt()
282 r->nstore.u0.sstring = strnode(buf); in indir()
304 r->nstore.u0.sstring = strnode(buf); in indir()
319 r->nstore.u0.sstring = strnode(buf); in indir()
350 r->nstore.u0.sstring = strnode(buf); in indir()
H A Dutil.c89 list->lstore.u0.sstring = strnode(buf); in varsym()
134 li->lstore.u0.sstring = strnode(r->rname); in varreg()
238 strnode(char *name) in strnode() function
H A Dbuiltin.c317 r->nstore.u0.sstring = strnode(p); in status()
337 r->nstore.u0.sstring = strnode((*machdata->excep)(cormap, rget)); in reason()
506 r->nstore.u0.sstring = strnode(p); in rc()
677 r->nstore.u0.sstring = strnode(buf); in cvtitoa()
697 l->lstore.u0.sstring = strnode(m->seg[i].name); in mapent()
1148 r->nstore.u0.sstring = strnode("?file?"); in pcfile()
1155 r->nstore.u0.sstring = strnode(buf); in pcfile()
H A Dmain.c349 v->vstore.u0.sstring = strnode(mach->name); in readtext()
356 v->vstore.u0.sstring = strnode(s); in readtext()
H A Dacid.h251 String* strnode(char*);
H A Dproc.c129 l->lstore.u0.sstring = strnode(buf); in notes()
H A Dlist.c184 l->lstore.u0.sstring = strnode(s); in listvar()
H A Dlex.c313 yylval.string = strnode(buf); in eatstring()