Searched refs:prop_type (Results 1 – 8 of 8) sorted by relevance
/external/toybox/kconfig/ |
D | lkc.h | 83 struct property *menu_add_prop(enum prop_type type, char *prompt, struct expr *expr, struct expr *d… 84 struct property *menu_add_prompt(enum prop_type type, char *prompt, struct expr *dep); 85 void menu_add_expr(enum prop_type type, struct expr *expr, struct expr *dep); 86 void menu_add_symbol(enum prop_type type, struct symbol *sym, struct expr *dep); 112 struct property *prop_alloc(enum prop_type type, struct symbol *sym);
|
D | menu.c | 122 struct property *menu_add_prop(enum prop_type type, char *prompt, struct expr *expr, struct expr *d… in menu_add_prop() 145 struct property *menu_add_prompt(enum prop_type type, char *prompt, struct expr *dep) in menu_add_prompt() 150 void menu_add_expr(enum prop_type type, struct expr *expr, struct expr *dep) in menu_add_expr() 155 void menu_add_symbol(enum prop_type type, struct symbol *sym, struct expr *dep) in menu_add_symbol() 410 enum prop_type type; in menu_get_parent_menu()
|
D | expr.h | 109 enum prop_type { enum 116 enum prop_type type;
|
D | lkc_proto.h | 38 P(prop_get_type_name,const char *,(enum prop_type type));
|
D | symbol.c | 831 struct property *prop_alloc(enum prop_type type, struct symbol *sym) in prop_alloc() 861 const char *prop_get_type_name(enum prop_type type) in prop_get_type_name()
|
/external/ImageMagick/coders/ |
D | xcf.c | 798 PropType prop_type = (PropType) ReadBlobMSBLong(image); in ReadOneLayer() local 800 switch (prop_type) in ReadOneLayer() 1080 PropType prop_type = (PropType) ReadBlobMSBLong(image); in ReadXCFImage() local 1083 switch (prop_type) in ReadXCFImage()
|
/external/pcre/dist2/src/ |
D | pcre2_match.c | 632 #define prop_type frame->Xprop_type in match() macro 705 int prop_type; in match() 4236 prop_type = *ecode++; in match() 4239 else prop_type = -1; in match() 4251 if (prop_type >= 0) in match() 4253 switch(prop_type) in match() 4978 if (prop_type >= 0) in match() 4980 switch(prop_type) in match() 5499 if (prop_type >= 0) in match() 5501 switch(prop_type) in match()
|
D | pcre2_compile.c | 5241 int prop_type, prop_value; in compile_branch() local 5246 prop_type = previous[1]; in compile_branch() 5253 prop_type = prop_value = -1; in compile_branch() 5331 if (prop_type >= 0) in compile_branch() 5333 *code++ = prop_type; in compile_branch() 5368 if (prop_type >= 0) in compile_branch() 5370 *code++ = prop_type; in compile_branch()
|