Home
last modified time | relevance | path

Searched refs:makeattr (Results 1 – 25 of 29) sorted by relevance

12

/dports/devel/py-pythran/pythran-0.11.0/pythran/optimizations/
H A Dcomprehension_patterns.py101 def makeattr(*args): function
132 return self.visitComp(node, makeattr)
135 def makeattr(*args): function
141 return self.visitComp(node, makeattr)
/dports/devel/plan9port/plan9port-1f098efb7370a0b28306d10681e21883fb1c1507/src/cmd/svgpic/
H A Dmisc.c9 void makeattr(int type, int sub, YYSTYPE val);
108 makeattr(type, sub, val); in makefattr()
115 makeattr(type, 0, val); in makeoattr()
122 makeattr(type, 0, val); in makeiattr()
129 makeattr(TEXTATTR, sub, val); in maketattr()
141 makeattr(VARNAME, 0, val); in makevattr()
144 void makeattr(int type, int sub, YYSTYPE val) /* add attribute type and val */ in makeattr() function
H A Dpic.h198 void makeattr(int type, int sub, YYSTYPE val);
H A Dpicy.y203 | CHOP PLACENAME { makeattr(CHOP, PLACENAME, getvar($2)); }
/dports/devel/plan9port/plan9port-1f098efb7370a0b28306d10681e21883fb1c1507/src/cmd/pic/
H A Dmisc.c9 void makeattr(int type, int sub, YYSTYPE val);
108 makeattr(type, sub, val); in makefattr()
115 makeattr(type, 0, val); in makeoattr()
122 makeattr(type, 0, val); in makeiattr()
129 makeattr(TEXTATTR, sub, val); in maketattr()
141 makeattr(VARNAME, 0, val); in makevattr()
144 void makeattr(int type, int sub, YYSTYPE val) /* add attribute type and val */ in makeattr() function
H A Dpic.h198 void makeattr(int type, int sub, YYSTYPE val);
H A Dpicy.y203 | CHOP PLACENAME { makeattr(CHOP, PLACENAME, getvar($2)); }
/dports/print/pic2fig/pic2fig/
H A Dpicy.y6 #define makeattri(a,v) {yystemp.i=(v); makeattr(a, yystemp);}
7 #define makeattrf(a,v) {yystemp.f=(v); makeattr(a, yystemp);}
8 #define makeattro(a,v) {yystemp.o=(v); makeattr(a, yystemp);}
9 #define makeattrc(a,v) {yystemp.p=(v); makeattr(a, yystemp);}
116 | WITH '.' PLACENAME { makeattr(PLACE, getblock(getlast(1,BLOCK), $3
H A Dpicy.c7 #define makeattri(a,v) {yystemp.i=(v); makeattr(a, yystemp);}
8 #define makeattrf(a,v) {yystemp.f=(v); makeattr(a, yystemp);}
9 #define makeattro(a,v) {yystemp.o=(v); makeattr(a, yystemp);}
10 #define makeattrc(a,v) {yystemp.p=(v); makeattr(a, yystemp);}
516 { makeattr(PLACE, getblock(getlast(1,BLOCK), yypvt[-0].p in yyparse()
H A Dmisc.c62 makeattr(type, val) /* add attribute type and val */ in makeattr() function
/dports/textproc/heirloom-doctools/heirloom-doctools-160308/pic/
H A Dmisc.c22 void makeattr(int type, int sub, YYSTYPE val);
119 makeattr(type, sub, val); in makefattr()
126 makeattr(type, 0, val); in makeoattr()
133 makeattr(type, 0, val); in makeiattr()
140 makeattr(TEXTATTR, sub, val); in maketattr()
152 makeattr(VARNAME, 0, val); in makevattr()
155 void makeattr(int type, int sub, YYSTYPE val) /* add attribute type and val */ in makeattr() function
H A Dpic.h216 void makeattr(int type, int sub, YYSTYPE val);
H A Dpicy.y220 | CHOP PLACENAME { makeattr(CHOP, PLACENAME, getvar($2)); }
/dports/devel/plan9port/plan9port-1f098efb7370a0b28306d10681e21883fb1c1507/src/cmd/tpic/
H A Dmisc.c106 makeattr(type, sub, val); in makefattr()
114 makeattr(type, 0, val); in makeoattr()
122 makeattr(type, 0, val); in makeiattr()
130 makeattr(TEXTATTR, sub, val); in maketattr()
144 makeattr(VARNAME, 0, val); in makevattr()
148 makeattr(int type, int sub, YYSTYPE val) /* add attribute type and val */ in makeattr() function
H A Dpic.h242 void makeattr(int type, int sub, YYSTYPE val) /* add attribute type and val */;
/dports/devel/plan9port/plan9port-1f098efb7370a0b28306d10681e21883fb1c1507/src/cmd/grap/
H A Dmisc.c133 return makeattr(type, fval, (char *) 0, 0, 0); in makefattr()
138 Attr *ap = makeattr(STRING, sizexpr, s, just, sizeop); in makesattr()
144 Attr *makeattr(int type, double fval, char *sval, int just, int op) in makeattr() function
H A Dgrap.y141 linetype optexpr { $$ = makeattr($1, $2, (char *) 0, 0, 0); }
148 | /* empty */ { $$ = makeattr(0, 0.0, (char *) 0, 0, 0); }
H A Dgrap.h157 extern Attr *makeattr(int, double, char *, int, int);
/dports/textproc/heirloom-doctools/heirloom-doctools-160308/grap/
H A Dmisc.c148 return makeattr(type, fval, (char *) 0, 0, 0); in makefattr()
153 Attr *ap = makeattr(STRING, sizexpr, s, just, sizeop); in makesattr()
159 Attr *makeattr(int type, double fval, char *sval, int just, int op) in makeattr() function
H A Dgrap.y155 linetype optexpr { $$ = makeattr($1, $2, (char *) 0, 0, 0); }
162 | /* empty */ { $$ = makeattr(0, 0.0, (char *) 0, 0, 0); }
H A Dgrap.h166 extern Attr *makeattr(int, double, char *, int, int);
/dports/net/megacmd/MEGAcmd-1.4.1_Win/sdk/include/mega/
H A Dmegaclient.h447 void makeattr(SymmCipher*, string*, const char*, int = -1) const;
450 void makeattr(SymmCipher*, const std::unique_ptr<string>&, const char*, int = -1) const;
/dports/net/megacmd/MEGAcmd-1.4.1_Win/sdk/src/
H A Dfile.cpp326 t->client->makeattr(t->transfercipher(), newnode->attrstring, tattrstring.c_str()); in completed()
H A Dmegaclient.cpp7006 void MegaClient::makeattr(SymmCipher* key, string* attrstring, const char* json, int l) const in makeattr() function in mega::MegaClient
7027 void MegaClient::makeattr(SymmCipher* key, const std::unique_ptr<string>& attrstring, const char* j… in makeattr() function in mega::MegaClient
7029 makeattr(key, attrstring.get(), json, l); in makeattr()
7087 makeattr(&tmpnodecipher, newnode->attrstring, attrstring.c_str()); in putnodes_prepareOneFolder()
13487 makeattr(&tkey, nnp->attrstring, tattrstring.c_str()); in syncupdate()
13835 makeattr(&tkey, nn->attrstring, tattrstring.c_str()); in execmovetosyncdebris()
/dports/net/megacmd/MEGAcmd-1.4.1_Win/sdk/doc/source/
H A Dapi_usage.rst576 ``makeattr(cipher, targetstring, jsonstring, length)``

12