Searched refs:is_var (Results 1 - 9 of 9) sorted by relevance

/netbsd-current/external/bsd/less/dist/
H A Dlesskey.h54 int is_var; member in struct:lesskey_table
H A Dlesskey_parse.c150 tables->cmdtable.is_var = 0;
154 tables->edittable.is_var = 0;
158 tables->vartable.is_var = 1;
608 if (tables->currtable->is_var)
/netbsd-current/external/bsd/bc/dist/
H A Dproto.h67 arg_list *nextarg (arg_list *args, int val, int is_var);
H A Dutil.c61 nextarg (arg_list *args, int val, int is_var) argument
66 temp->arg_is_var = is_var;
/netbsd-current/external/gpl3/gcc.old/dist/gcc/
H A Domp-offload.c119 bool is_var = VAR_P (it); local
121 = is_var
132 if (is_var)
160 if (is_var)
/netbsd-current/external/gpl3/gcc.old/dist/gcc/c-family/
H A Dc-ada-spec.c2742 bool is_var = false; local
2938 is_var = true;
3163 is_var = true;
3199 else if (is_var)
/netbsd-current/external/gpl3/gcc/dist/gcc/
H A Domp-offload.cc122 bool is_var = VAR_P (it); local
124 = is_var
135 if (is_var)
163 if (is_var)
/netbsd-current/external/gpl3/gcc/dist/gcc/c-family/
H A Dc-ada-spec.cc2799 bool is_var = false; local
2992 is_var = true;
3224 is_var = true;
3261 else if (is_var)
/netbsd-current/external/gpl3/gcc/dist/gcc/cp/
H A Dmodule.cc8404 bool is_var = TREE_CODE (decl) == VAR_DECL;
8409 i (is_var ? tt_tinfo_var : tt_tinfo_typedef);
8413 if (is_var)
8428 && dump ("Wrote tinfo_%s:%d %u %N", is_var ? "var" : "type",
8431 if (!is_var)
9464 bool is_var = tag == tt_tinfo_var;
9468 if (is_var)
9489 is_var ? "var" : "decl", tag, res, ix, type);
9490 if (!is_var)

Completed in 211 milliseconds