Home
last modified time | relevance | path

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

/dports/lang/huc/huc-3.21/src/huc/
H A Dsym.c117 k = needsub (); in declloc()
154 int needsub (void) in needsub() function
H A Dsym.h6 int needsub (void);
H A Dconst.c66 k = needsub (); in array_initializer()
/dports/irc/ircd-ratbox-devel/ircd-ratbox-3.0.7/src/
H A Dnewconf.c80 int needsub; member
90 int needsub; member
681 add_valid_block(const char *name, int needsub) in add_valid_block() argument
685 valid->needsub = needsub; in add_valid_block()
832 if(vt->needsub && conf->subname == NULL) in check_valid_entries()
839 if(!vt->needsub && conf->subname != NULL) in check_valid_entries()
2091 struct conf_items *itemtable, int needsub) in add_top_conf() argument
2097 add_valid_block(name, needsub); in add_top_conf()
2486 int needsub; member
2524 add_top_conf(t->name, t->start, t->end, t->items, t->needsub); in add_all_conf_settings()
/dports/irc/ircd-ratbox/ircd-ratbox-3.0.10/src/
H A Dnewconf.c80 int needsub; member
90 int needsub; member
692 add_valid_block(const char *name, int needsub) in add_valid_block() argument
696 valid->needsub = needsub; in add_valid_block()
843 if(vt->needsub && conf->subname == NULL) in check_valid_entries()
850 if(!vt->needsub && conf->subname != NULL) in check_valid_entries()
2132 struct conf_items *itemtable, int needsub) in add_top_conf() argument
2138 add_valid_block(name, needsub); in add_top_conf()
2525 int needsub; member
2563 add_top_conf(t->name, t->start, t->end, t->items, t->needsub); in add_all_conf_settings()
/dports/sysutils/heirloom/heirloom-070715/ed/
H A Ded.c167 static int needsub; variable
1914 needsub = subst; in execute()
2738 if ((res = regexec(rp, lp, needsub? NBRA+1 : 0, bralist, eflag)) == 0 &&
2739 needsub) {
/dports/devel/efl/efl-1.25.1/src/bin/embryo/
H A Dembryo_cc_sc1.c68 static cell needsub(int *tag);
1066 size = needsub(&idxtag[numdim]); /* get size; size==0 for in declglb()
1208 size = needsub(&idxtag[numdim]); /* get size; size==0 for "var[]" */ in declloc()
1528 needsub(int *tag) in needsub() function
2666 size = needsub(&idxtag[arg->numdim]); /* may be zero here, in doarg()
/dports/devel/z88dk/z88dk/src/sccz80/
H A Ddeclparse.c27 static int32_t needsub(void) in needsub() function
859 len = needsub(); // Swallows the ] in parse_decl_array()