Searched refs:any (Results 1 - 12 of 12) sorted by relevance

/ast/src/lib/libcoshell/
H A Dcowait.c62 int any; local
66 any = 0;
70 any = 1;
75 } while (any && (co = co->next));
86 int any; local
90 any = 0;
94 any = 1;
99 } while (any && (co = co->next));
111 int any; local
115 any
140 int any; local
[all...]
H A Dcokill.c97 int any; local
106 any = 0;
109 any = 0;
113 any = 1;
132 } while (any && (co = co->next));
/ast/src/lib/libtk/library/demos/
H A Ddialog1.tcl8 set i [tk_dialog .dialog1 "Dialog with local grab" {This is a modal dialog box. It uses Tk's "grab" command to create a "local grab" on the dialog box. The grab prevents any pointer-related events from getting to any other windows in the application until you have answered the dialog by invoking one of the buttons below. However, you can still interact with other applications.} \
H A Dmenu.tcl18 label $w.msg -font $font -wraplength 4i -justify left -text "This window contains a collection of menus and cascaded menus. You can post a menu from the keyboard by typing Alt+x, where \"x\" is the character underlined on the menu. You can then traverse among the menus using the arrow keys. When a menu is posted, you can invoke the current entry by typing space, or you can invoke any entry by typing its underlined character. If a menu entry has an accelerator, you can invoke the entry without posting the menu just by typing the accelerator."
99 tk_dialog .pattern {Bitmap Menu Entry} {The menu entry you invoked displays a bitmap rather than a text string. Other than this, it is just like any other menu entry.} {} 0 OK
/ast/src/lib/libcmd/
H A Dcat.c120 * called for any special output processing
138 int any; local
147 any = 0;
178 any = 1;
215 any = 1;
241 any = 1;
376 if (!(flags & S_FLAG) || any || header)
378 any = 0;
/ast/src/cmd/kshlib/cmdtst/
H A Dgrep.c184 int any; /* if any pattern hit */ member in struct:State_s
276 state->any = 1;
372 if (!state->any)
377 state->any = 0;
635 state->any = 1;
660 state->any = 1;
921 if (state.query && state.any)
955 r = (state.notfound && !state.query) ? 2 : !state.any;
/ast/src/cmd/re/
H A Dgrep.c160 int any; /* if any pattern hit */ member in struct:State_s
544 state.any = 1;
564 state.any = 1;
576 state.any = 1;
604 state.any = 1;
848 if (state.query && state.any)
875 if (state.query && state.any)
914 return (state.notfound && !state.query) ? 2 : !state.any;
/ast/src/cmd/nmake/
H A Dscan.c1277 } any[8], *pop, *pp; local
1318 pop = any;
1343 for (pp = any; pp < pop; pp++)
1422 if (pop < &any[elementsof(any)])
1549 if (pop > any)
1560 if (pop > any)
H A DMakerules.mk67 set option=';view-verify;n;-;Verify that all view root directories exist. If there are any missing directories then a \alevel\a diagnostic is printed.;level'
887 * before any -l bindings -- needed because the package lib is
4024 * this assertion ensures that any user specified dirs appear
/ast/src/lib/libast/port/
H A Dastlicense.c946 COMMENT(&notice, &buf, "either version 2, or (at your option) any later version.", 0);
1006 COMMENT(&notice, &buf, "This software is provided 'as-is', without any express or implied", -1);
1007 COMMENT(&notice, &buf, "warranty. In no event will the authors be held liable for any", -1);
1010 COMMENT(&notice, &buf, "Permission is granted to anyone to use this software for any", -1);
1024 COMMENT(&notice, &buf, " 3. This notice may not be removed or altered from any source", -1);
1031 COMMENT(&notice, &buf, "Permission is hereby granted, free of charge, to any person", 0);
1168 COMMENT(&notice, &buf, "The copyright notice above does not evidence any", 0);
/ast/src/cmd/sort/
H A Dtestsort.sh143 echo obsolescent and nonstandard features recognized, if any
/ast/src/cmd/INIT/
H A Dproto.c2300 comment( &notice, &buf, "either version 2, or (at your option) any later version.",sizeof( "either version 2, or (at your option) any later version.")-1, 0);
2360 comment( &notice, &buf, "This software is provided 'as-is', without any express or implied",sizeof( "This software is provided 'as-is', without any express or implied")-1, -1);
2361 comment( &notice, &buf, "warranty. In no event will the authors be held liable for any",sizeof( "warranty. In no event will the authors be held liable for any")-1, -1);
2364 comment( &notice, &buf, "Permission is granted to anyone to use this software for any",sizeof( "Permission is granted to anyone to use this software for any")-1, -1);
2378 comment( &notice, &buf, " 3. This notice may not be removed or altered from any source",sizeof( " 3. This notice may not be removed or altered from any sourc
[all...]

Completed in 48 milliseconds