Searched refs:strnode (Results 1 – 11 of 11) sorted by relevance
| /plan9/sys/src/cmd/acid/ |
| H A D | exec.c | 197 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 D | util.c | 90 list->string = strnode(buf); in varsym() 135 li->string = strnode(r->rname); in varreg() 229 strnode(char *name) in strnode() function
|
| H A D | builtin.c | 324 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 D | main.c | 307 v->string = strnode(mach->name); in readtext() 314 v->string = strnode(s); in readtext()
|
| H A D | acid.h | 232 String* strnode(char*);
|
| H A D | proc.c | 132 l->string = strnode(buf); in notes()
|
| H A D | list.c | 185 l->string = strnode(s); in listvar()
|
| H A D | lex.c | 287 yylval.string = strnode(buf); in eatstring()
|
| /plan9/sys/src/cmd/awk/ |
| H A D | awkgram.y | 211 $$ = 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 D | awkgram.c | 144 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 D | proto.h | 28 extern char *strnode(Node *);
|