Searched refs:lookup_variable (Results 1 - 6 of 6) sorted by relevance

/macosx-10.9.5/groff-38/groff/src/preproc/pic/
H A Dobject.cpp97 lookup_variable("maxpswid", &max_width);
99 lookup_variable("maxpsht", &max_height);
800 lookup_variable("boxht", &height);
806 lookup_variable("boxwid", &width);
812 lookup_variable("boxrad", &radius);
985 lookup_variable("textht", &height);
992 lookup_variable("textwid", &width);
1041 lookup_variable("ellipseht", &height);
1047 lookup_variable("ellipsewid", &width);
1089 lookup_variable("circlera
[all...]
H A Dpic.y653 lookup_variable("lineht", & $$->segment_height);
654 lookup_variable("linewid", & $$->segment_width);
660 lookup_variable("lineht", & $$->segment_height);
661 lookup_variable("linewid", & $$->segment_width);
667 lookup_variable("moveht", & $$->segment_height);
668 lookup_variable("movewid", & $$->segment_width);
674 lookup_variable("lineht", & $$->segment_height);
675 lookup_variable("linewid", & $$->segment_width);
897 lookup_variable("dashwid", & $$->dash_width);
909 lookup_variable("dashwi
[all...]
H A Dobject.h221 int lookup_variable(const char *name, double *val);
H A Dpic.cpp3555 int lookup_variable(const char *name, double *val) function
3601 lookup_variable("scale", &scale);
4351 lookup_variable("lineht", & yyval.spec->segment_height);
4352 lookup_variable("linewid", & yyval.spec->segment_width);
4360 lookup_variable("lineht", & yyval.spec->segment_height);
4361 lookup_variable("linewid", & yyval.spec->segment_width);
4369 lookup_variable("moveht", & yyval.spec->segment_height);
4370 lookup_variable("movewid", & yyval.spec->segment_width);
4378 lookup_variable("lineht", & yyval.spec->segment_height);
4379 lookup_variable("linewi
[all...]
H A Dlex.cpp1370 if (!lookup_variable(var, &val)) {
1398 if (!lookup_variable(var, &val))
/macosx-10.9.5/apache-786.1/httpd/modules/mappers/
H A Dmod_rewrite.c1713 static char *lookup_variable(char *var, rewrite_ctx *ctx) function
1757 result = apr_pstrdup(r->pool, lookup_variable(var+5, ctx));
1792 result = apr_pstrdup(r->pool, lookup_variable(var+5, ctx));
2208 p = lookup_variable(apr_pstrmemdup(pool, p+2, endp-p-2), ctx);

Completed in 338 milliseconds