Searched defs:initialize (Results 1 - 9 of 9) sorted by relevance

/ast/src/lib/librecsort/
H A Drskeyopen.c36 * initialize the global readonly tables
41 initialize(void) function
43 initialize()
81 initialize();
/ast/src/lib/libexpr/
H A Dexparse.y129 %type <expr> initialize switch_item constant
459 dcl_item : reference NAME {expr.id=$2;} array initialize
491 exerror("%s: cannot initialize associative array", $2->name);
1076 initialize : assign label
/ast/src/cmd/sort/
H A Dsfopen.c76 initialize(void) function
172 state.match = initialize();
/ast/src/cmd/3d/
H A Dpathreal.c94 initialize();
113 #undef initialize macro
114 #define initialize() macro
147 initialize();
H A D3d.h344 #define initialize() do { if (!state.pid) init(0,0,0); else if (state.control.note) control(); } while(0) macro
/ast/src/lib/libast/comp/
H A Dsetlocale.c2560 composite(register const char* s, int initialize) argument
2620 if (!initialize)
2647 if (!initialize)
2667 * "" initialize from environment (if LC_ALL)
2759 * initialize from the environment
/ast/src/lib/libast/port/
H A Dastconf.c495 * initialize the value for fp
502 initialize(register Feature_t* fp, const char* path, const char* command, const char* succeed, const char* fail) function
508 error(-6, "astconf initialize name=%s path=%s command=%s succeed=%s fail=%s fp=%p%s", fp->name, path, command, succeed, fail, fp, state.synthesizing ? " SYNTHESIZING" : "");
538 error(-6, "astconf initialize name=%s ok=%d PATH=%s", fp->name, ok, p);
679 initialize(fp, path, NiL, fp->std, fp->value);
733 initialize(fp, path, NiL, "logical", DEFAULT(OP_path_resolve));
787 initialize(fp, path, "echo", DEFAULT(OP_universe), "ucb");
/ast/src/lib/libdss/
H A Dcxopen.c2273 * initialize the global state
2277 initialize(Cxdisc_t* disc) function
2408 initialize(disc);
/ast/src/cmd/mailx/
H A Dmailx.h230 * Yechh, can't initialize unions.
375 const char* initialize; member in struct:var

Completed in 49 milliseconds