Searched defs:initialized (Results 1 - 25 of 28) sorted by relevance

12

/ast/src/lib/libtk/unix/
H A DtkUnixEvent.c190 static int initialized = 0;
192 if (!initialized) {
195 initialized = 1;
187 static int initialized = 0; local
/ast/src/lib/libtk/generic/
H A DtkGet.c27 static int initialized = 0; variable
429 if (!initialized) {
431 initialized = 1;
H A DtkGC.c57 static int initialized = 0; /* 0 means static structures haven't been variable
58 * initialized yet. */
107 if (!initialized) {
321 if (!initialized) {
362 initialized = 1;
H A DtkCursor.c65 static int initialized = 0; /* 0 means static structures haven't been variable
66 * initialized yet. */
113 if (!initialized) {
197 if (!initialized) {
292 if (!initialized) {
339 if (!initialized) {
378 initialized = 1;
H A DtkGeometry.c62 * Has maintainHashTable been initialized yet?
65 static int initialized = 0; variable
268 if (!initialized) {
269 initialized = 1;
391 if (!initialized) {
392 initialized = 1;
H A DtkBitmap.c104 static int initialized = 0; /* 0 means static structures haven't been variable
105 * initialized yet. */
156 if (!initialized) {
279 if (!initialized) {
326 if (!initialized) {
374 if (!initialized) {
419 if (!initialized) {
482 if (!initialized) {
528 initialized = 1;
H A DtkColor.c86 static int initialized = 0; /* 0 means static structures haven't been variable
87 * initialized yet. */
166 if (!initialized) {
284 if (!initialized) {
518 initialized = 1;
H A DtkFont.c89 static int initialized = 0; /* 0 means static structures haven't been variable
90 * initialized yet. */
164 if (!initialized) {
241 if (!initialized) {
282 if (!initialized) {
338 initialized = 1;
532 if (!initialized) {
685 if (!initialized) {
H A DtkPlace.c106 static int initialized = 0; variable
176 if (!initialized) {
179 initialized = 1;
H A DtkTest.c249 static int initialized = 0;
278 if (!initialized) {
279 initialized = 1;
248 static int initialized = 0; local
H A Dtk3d.c81 static int initialized = 0; /* 0 means static structures haven't variable
82 * been initialized yet. */
134 if (!initialized) {
1039 initialized = 1;
H A DtkPack.c105 * Have statics in this module been initialized?
108 static int initialized = 0; variable
966 if (!initialized) {
967 initialized = 1;
H A DtkWindow.c39 * Have statics in this module been initialized?
42 static int initialized = 0; variable
248 if (!initialized) {
249 initialized = 1;
503 * initialized.
607 * will be properly initialized (needed to destroy the window cleanly
815 * initialized by the caller. */
877 * initialized by the caller. */
1076 * was not successfully initialized in the first place, so we should
H A DtkGrid.c230 static int initialized = 0; variable
1690 if (!initialized) {
1691 initialized = 1;
1782 * it is initialized. In addition, additional storage for
1869 * it is initialized.
H A DtkBind.c48 * ensure that all bytes of Detail are initialized
312 static int initialized = 0; variable
689 if (!initialized) {
709 initialized = 1;
2330 if (!initialized) {
/ast/src/lib/libtksh/tcl/
H A DtclFHandle.c39 static int initialized = 0; /* 1 if this module has been initialized. */ variable
75 if (!initialized) {
78 initialized = 1;
131 * handler. The file table exit handler sets the "initialized"
138 if (initialized) {
266 initialized = 0;
/ast/src/lib/libcodex/
H A Dcodexlib.h62 unsigned int initialized; member in struct:Codexstate_s
/ast/src/lib/libast/regex/
H A Dregclass.c55 static int initialized; local
58 if (!initialized)
60 initialized = 1;
/ast/src/lib/libast/tm/
H A Dtmxscan.c469 static int initialized; local
475 if (!initialized)
481 initialized = 1;
/ast/src/lib/libpp/
H A Dppop.c54 if (!pp.initialized && (!(pp.mode & INIT) || !(pp.mode & BUILTIN)) && (p != &pp.mode || !(op & BUILTIN)) && (p != &pp.option || !(op & PREDEFINED)))
344 else if (!pp.initialized && (!(pp.mode & INIT) || !(pp.mode & BUILTIN)))
382 static int initialized; local
393 if (pp.initialized)
474 if (pp.initialized)
487 if (pp.initialized)
577 if (pp.initialized)
627 if (pp.initialized)
683 if (pp.initialized)
694 if (!initialized)
[all...]
/ast/src/cmd/3d/
H A Dstrmatch.c115 static int initialized; local
118 if (!initialized)
120 initialized = 1;
/ast/src/lib/libast/comp/
H A Dsetlocale.c503 * called when LC_COLLATE initialized or changes
2219 * called when LC_CTYPE initialized or changes
2287 * called when LC_NUMERIC initialized or changes
2685 static int initialized; local
2734 initialized = 0;
2739 sfprintf(sfstderr, "locale user %17s %16s %16s %16s%s%s\n", category == AST_LC_LANG ? "LANG" : lc_categories[category].name, locale && !*locale ? "''" : locale, "", "", initialized ? "" : " initial", (ast.locale.set & AST_LC_setenv) ? " setenv" : "");
2753 if (!initialized)
2801 initialized = 1;
/ast/src/cmd/ksh93/sh/
H A Dlex.c57 static int initialized; local
60 if (!initialized)
62 initialized = 1;
/ast/src/cmd/nmake/
H A Dobject.c170 int initialized; /* state initialized */ member in struct:Object_s
294 if (!object.initialized)
296 object.initialized = 1;
/ast/src/cmd/pax/
H A Dpax.h383 int initialized; /* delta base initialized */ member in struct:Delta_s

Completed in 160 milliseconds

12