Home
last modified time | relevance | path

Searched refs:E_NONE (Results 1 – 8 of 8) sorted by relevance

/external/u-boot/scripts/kconfig/
Dexpr.c283 case E_NONE: in expr_eq()
973 case E_NONE: in expr_trans_compare()
1239 expr_print(e, expr_print_file_helper, out, E_NONE); in expr_fprint()
1274 expr_print(e, expr_print_gstr_helper, gs, E_NONE); in expr_gstr_print()
1296 expr_print(e, fn, data, E_NONE); in expr_print_revdep()
Dexpr.h32 E_NONE, E_OR, E_AND, E_NOT, enumerator
Dqconf.cc1125 expr_print(_menu->prompt->visible.expr, expr_print_help, &debug, E_NONE); in menuInfo()
1147 expr_print(sym->rev_dep.expr, expr_print_help, &debug, E_NONE); in debug_info()
1164 expr_print(prop->expr, expr_print_help, &debug, E_NONE); in debug_info()
1170 expr_print(prop->expr, expr_print_help, &debug, E_NONE); in debug_info()
1181 expr_print(prop->visible.expr, expr_print_help, &debug, E_NONE); in debug_info()
/external/toybox/kconfig/
Dexpr.c222 case E_NONE: in expr_eq()
937 case E_NONE: in expr_trans_compare()
1089 expr_print(e, expr_print_file_helper, out, E_NONE); in expr_fprint()
1099 expr_print(e, expr_print_gstr_helper, gs, E_NONE); in expr_gstr_print()
Dexpr.h35 E_NONE, E_OR, E_AND, E_NOT, E_EQUAL, E_UNEQUAL, E_CHOICE, E_SYMBOL, E_RANGE enumerator
/external/mksh/src/
Dmain.c264 env.type = E_NONE; in main_init()
970 case E_NONE: in unwind()
1034 if (ep->type == E_NONE) { in quitenv()
1114 if (ep->type != E_NONE) in cleanup_parents_env()
Dsh.h828 #define E_NONE 0 /* dummy environment */ macro
844 #define STOP_BRKCONT(t) ((t) == E_NONE || (t) == E_PARSE || \
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/AMDGPU/
DAMDGPULibFunc.cpp32 E_NONE, enumerator
398 case E_NONE: break; in getNextParam()