Home
last modified time | relevance | path

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

/plan9/sys/src/cmd/acid/
H A Dexec.c197 r->string = strnode(flt); in convflt()
285 r->string = strnode(buf); in indir()
307 r->string = strnode(buf); in indir()
322 r->string = strnode(buf); in indir()
353 r->string = strnode(buf); in indir()
H A Dutil.c90 list->string = strnode(buf); in varsym()
135 li->string = strnode(r->rname); in varreg()
229 strnode(char *name) in strnode() function
H A Dbuiltin.c324 r->string = strnode(p); in status()
344 r->string = strnode((*machdata->excep)(cormap, rget)); in reason()
530 r->string = strnode(p); in rc()
764 r->string = strnode(buf); in cvtitoa()
784 l->string = strnode(m->seg[i].name); in mapent()
1238 r->string = strnode("?file?"); in pcfile()
1245 r->string = strnode(buf); in pcfile()
H A Dmain.c307 v->string = strnode(mach->name); in readtext()
314 v->string = strnode(s); in readtext()
H A Dacid.h232 String* strnode(char*);
H A Dproc.c132 l->string = strnode(buf); in notes()
H A Dlist.c185 l->string = strnode(s); in listvar()
H A Dlex.c287 yylval.string = strnode(buf); in eatstring()
/plan9/sys/src/cmd/awk/
H A Dawkgram.y211 $$ = op3($2, NIL, $1, (Node*)makedfa(strnode($3), 0));
238 $$ = op3($2, NIL, $1, (Node*)makedfa(strnode($3), 0));
388 $$ = op3(MATCHFCN, NIL, $3, (Node*)makedfa(strnode($5), 1));
404 $$ = op4($1, NIL, (Node*)makedfa(strnode($3), 1), $5, rectonode());
411 $$ = op4($1, NIL, (Node*)makedfa(strnode($3), 1), $5, $7);
463 char *strnode(Node *p)
H A Dawkgram.c144 char *strnode(Node *p) in strnode() function
1266 yyval.p = op3(yypt[-1].yyv.i, NIL, yypt[-2].yyv.p, (Node*)makedfa(strnode(yypt[-0].yyv.p), 0)); in yyparse()
1314 yyval.p = op3(yypt[-1].yyv.i, NIL, yypt[-2].yyv.p, (Node*)makedfa(strnode(yypt[-0].yyv.p), 0)); in yyparse()
1541 yyval.p = op3(MATCHFCN, NIL, yypt[-3].yyv.p, (Node*)makedfa(strnode(yypt[-1].yyv.p), 1)); in yyparse()
1568 …yyval.p = op4(yypt[-5].yyv.i, NIL, (Node*)makedfa(strnode(yypt[-3].yyv.p), 1), yypt[-1].yyv.p, rec… in yyparse()
1577 …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 *);