Searched refs:initialize (Results 1 - 25 of 26) sorted by relevance
12
/ast/src/cmd/3d/ |
H A D | brk3d.c | 35 initialize();
|
H A D | exit3d.c | 35 initialize();
|
H A D | sbrk3d.c | 35 initialize();
|
H A D | dup23d.c | 31 initialize();
|
H A D | fcntl3d.c | 38 initialize();
|
H A D | pipe3d.c | 36 initialize();
|
H A D | chdir3d.c | 46 initialize();
|
H A D | close3d.c | 29 initialize();
|
H A D | dup3d.c | 78 initialize();
|
H A D | fork3d.c | 108 initialize();
|
H A D | mount3d.c | 41 initialize();
|
H A D | pathreal.c | 94 initialize(); 113 #undef initialize macro 114 #define initialize() macro 147 initialize();
|
H A D | syscall3d.c | 208 * initialize the 3d syscall table 287 initialize(); 323 initialize();
|
H A D | 3d.h | 344 #define initialize() do { if (!state.pid) init(0,0,0); else if (state.control.note) control(); } while(0) macro
|
H A D | fs.c | 41 * initialize mount channel and return fs fd for mp 173 initialize(); 332 * /#<id>\n written back to initialize 534 * initialize mounted fs and return device service fd
|
/ast/src/lib/librecsort/ |
H A D | rskeyopen.c | 36 * initialize the global readonly tables 41 initialize(void) function 43 initialize() 81 initialize();
|
/ast/src/cmd/sort/ |
H A D | sfopen.c | 76 initialize(void) function 172 state.match = initialize();
|
/ast/src/cmd/mailx/ |
H A D | vars.c | 99 else if (vp->initialize) 100 varset(vp->name, vp->initialize); 279 else if (value != (char*)vp->initialize) 283 value = vp->initialize; 286 if (*vp->variable && *vp->variable != state.on && *vp->variable != (char*)vp->initialize)
|
H A D | mailx.h | 230 * Yechh, can't initialize unions. 375 const char* initialize; member in struct:var
|
H A D | cmd3.c | 171 if (vp && (s = vp->initialize)) {
|
/ast/src/lib/libexpr/ |
H A D | exparse.y | 129 %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/lib/libast/port/ |
H A D | astconf.c | 495 * 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/cmd/INIT/ |
H A D | regress.sh | 128 [+INITIALIZE?Called by \bregress\b to initialize a each 678 then mkdir -p "$@" && cd "$@" || FATAL cannot initialize working directory "$@"
|
/ast/src/lib/libdss/ |
H A D | cxopen.c | 2273 * initialize the global state 2277 initialize(Cxdisc_t* disc) function 2408 initialize(disc);
|
/ast/src/lib/libast/comp/ |
H A D | setlocale.c | 2560 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
|
Completed in 49 milliseconds
12