/illumos-gate/usr/src/tools/ctf/dwarf/common/ |
H A D | dwarf_global.c | 90 Dwarf_Global ** globals, 101 globals, 159 Dwarf_Global ** globals, 385 *globals = ret_globals; 89 dwarf_get_globals(Dwarf_Debug dbg, Dwarf_Global ** globals, Dwarf_Signed * return_count, Dwarf_Error * error) argument 156 _dwarf_internal_get_pubnames_like_data(Dwarf_Debug dbg, Dwarf_Small * section_data_ptr, Dwarf_Unsigned section_length, Dwarf_Global ** globals, Dwarf_Signed * return_count, Dwarf_Error * error, int context_code, int global_code, int length_err_num, int version_err_num) argument
|
/illumos-gate/usr/src/cmd/lp/filter/postscript/postreverse/ |
H A D | postreverse.c | 466 GLOBAL **globals = NULL, *global; local 492 globals = (GLOBAL **) nrealloc(globals, 495 memset(globals + 502 globals[count - 1] = global; 506 return (globals);
|
/illumos-gate/usr/src/cmd/fm/modules/common/eversholt/ |
H A D | eval.c | 119 struct node *np, struct lut **globals, 133 if (eval_expr(np, ex, events, globals, croot, arrowp, try, 152 if (eval_expr(nodep, ex, events, globals, croot, 166 struct lut **globals, struct config *croot, struct arrow *arrowp, 175 if (!eval_cat(np->u.expr.left, ex, events, globals, croot, 178 if (!eval_cat(np->u.expr.right, ex, events, globals, croot, 194 if (!eval_expr(np, ex, events, globals, croot, 211 struct node *np, struct lut **globals, 229 lhs = eval_getname(funcnp, ex, events, np->u.expr.left, globals, 232 globals, croo 118 eval_getname(struct node *funcnp, struct lut *ex, struct node *events[], struct node *np, struct lut **globals, struct config *croot, struct arrow *arrowp, int try, int *dupedp) argument 165 eval_cat(struct node *np, struct lut *ex, struct node *events[], struct lut **globals, struct config *croot, struct arrow *arrowp, int try, struct evalue *valuep) argument 210 eval_func(struct node *funcnp, struct lut *ex, struct node *events[], struct node *np, struct lut **globals, struct config *croot, struct arrow *arrowp, int try, struct evalue *valuep) argument 1385 eval_expr(struct node *np, struct lut *ex, struct node *events[], struct lut **globals, struct config *croot, struct arrow *arrowp, int try, struct evalue *valuep) argument [all...] |
H A D | platform.c | 1102 arglist2argv(struct node *np, struct lut **globals, struct config *croot, argument 1118 if (arglist2argv(np->u.expr.left, globals, croot, arrowp, 1126 if (arglist2argv(np->u.expr.right, globals, croot, arrowp, 1157 if (!eval_expr(np, NULL, NULL, globals, croot, arrowp, 1302 platform_call(struct node *np, struct lut **globals, struct config *croot, argument 1325 if (arglist2argv(np, globals, croot, arrowp, &argv, &argc, &argvlen) || 1404 platform_confcall(struct node *np, struct lut **globals, struct config *croot, argument
|
H A D | fme.c | 118 struct lut *globals; /* values of global variables */ member in struct:fme 319 lut_free(Nfmep->globals, globals_destructor, NULL); 930 lut_free(f->globals, globals_destructor, NULL); 1107 if ((gval = lut_lookup(fmep->globals, 1949 struct lut *globals = NULL; local 1958 if (! eval_expr(n, NULL, NULL, &globals, NULL, NULL, 0, &value) || 3544 &fmep->globals, fmep->config,
|
/illumos-gate/usr/src/lib/libshell/common/edit/ |
H A D | vi.c | 150 #define globals editb.e_globals /* local global variables */ macro 370 globals = Globals;
|