HomeSort by relevance Sort by last modified time
    Searched defs:var_type (Results 1 - 2 of 2) sorted by null

  /onnv/onnv-gate/usr/src/cmd/rpcgen/
rpc_svcout.c 111 char *var_type; local
112 var_type = (nomain? "extern" : "static");
113 f_print(fout, "%s int _rpcpmstart;", var_type);
116 f_print(fout, "%s int _rpcfdtype;", var_type);
  /onnv/onnv-gate/usr/src/cmd/filebench/common/
vars.h 85 int var_type; member in struct:var
153 (((vp)->var_type & VAR_TYPE_SET_MASK) == VAR_TYPE_BOOL_SET)
156 (((vp)->var_type & VAR_TYPE_SET_MASK) == VAR_TYPE_INT_SET)
159 (((vp)->var_type & VAR_TYPE_SET_MASK) == VAR_TYPE_DBL_SET)
162 (((vp)->var_type & VAR_TYPE_SET_MASK) == VAR_TYPE_STR_SET)
165 (((vp)->var_type & VAR_TYPE_SET_MASK) == VAR_TYPE_RAND_SET)
168 ((((vp)->var_type & VAR_TYPE_SET_MASK) == VAR_TYPE_INDVAR_SET) && \
169 (((vp)->var_type & VAR_INDBINOP_MASK) == VAR_IND_ASSIGN))
172 ((((vp)->var_type & VAR_TYPE_SET_MASK) == VAR_TYPE_INDVAR_SET) && \
173 (((vp)->var_type & VAR_INDBINOP_MASK) != VAR_IND_ASSIGN)
    [all...]

Completed in 60 milliseconds