Searched refs:or (Results 1 - 23 of 23) sorted by relevance

/ast/src/cmd/tests/cdt/
H A Dtrehash.c124 Obj_t *os, *or; local
138 or = proc->obj+k;
139 if((os = dtinsert(dt,or)) != or)
140 tinfo("\t\tProcess %d(%d): Insert %s, get %0x", p,pid,or->str,os);
142 if((os = dtsearch(dt, or)) != or)
143 tinfo("\t\tProcess %d(%d): Just inserted %s but not found", p,pid,or->str);
149 or = proc->obj+r;
150 os = dtsearch(dt,or);
[all...]
H A Dtsafehash.c124 Obj_t *os, *or; local
138 or = proc->obj+k;
139 if((os = dtinsert(dt,or)) != or)
140 tinfo("\t\tProcess %d(%d): Insert %s, get %0x", p,pid,or->str,os);
142 if((os = dtsearch(dt, or)) != or)
143 tinfo("\t\tProcess %d(%d): Just inserted %s but not found", p,pid,or->str);
149 or = proc->obj+r;
150 os = dtsearch(dt,or);
[all...]
H A Dtsafetree.c126 Obj_t *os, *or; local
140 or = proc->obj+k;
141 if((os = dtinsert(dt,or)) != or)
142 tinfo("\t\tProcess %d(%d): Insert %s, get %0x", p,pid,or->str,os);
144 if((os = dtsearch(dt, or)) != or)
145 tinfo("\t\tProcess %d(%d): Just inserted %s but not found", p,pid,or->str);
151 or = proc->obj+r;
152 os = dtsearch(dt,or);
[all...]
/ast/src/lib/libtk/library/demos/
H A Dtext.tcl27 {This window is a text widget. It displays one or more lines of text
33 2. Scanning. Press mouse button 2 in the text window and drag up or down.
44 You can double-click to select whole words or triple-click to select
48 to delete and type Backspace or Delete. Alternatively, you can type new
52 what you want to copy (either here or in another application), then
61 the insertion cursor to the end of the line, or it deletes the newline
H A Drolodex156 set helpTopics(.menu.file) {This is the "file" menu. It can be used to invoke some overall operations on the rolodex applications, such as loading a file or exiting.}
167 set helpTopics(.frame.5.entry) {In this field of the rolodex entry you should type the person's home phone number, or "private" if the person doesn't want his or her number publicized}
179 set helpTopics(context) {Unfortunately, this application doesn't support context-sensitive help in the usual way, because when this demo was written Tk didn't have a grab mechanism and this is needed for context-sensitive help. Instead, you can achieve much the same effect by simply moving the mouse over the window you're curious about and pressing the Help or F1 keys. You can do this anytime.}
180 set helpTopics(help) {This application provides only very crude help. Besides the entries in this menu, you can get help on individual windows by moving the mouse cursor over the window and pressing the Help or F1 keys.}
H A Dsearch.tcl129 in the top entry, then type <Return> or click on "Load File". Then
130 type a string in the lower entry and type <Return> or click on
H A Dbind.tcl40 The same tag mechanism that controls display styles in text widgets can also be used to associate Tcl commands with regions of text, so that mouse or keyboard actions on the text cause particular Tcl commands to be invoked. For example, in the text below the descriptions of the canvas demonstrations have been tagged. When you move the mouse over a demo description the description lights up, and when you press button 1 over a description then that particular demonstration is invoked.
H A Dstyle.tcl66 or more ranges of characters within a text widget. You can configure
74 $w.text insert end " or "
79 $w.text insert end " or "
81 $w.text insert end "\ncolor, or "
87 $w.text insert end " or "
104 $w.text insert end " or "
110 $w.text insert end "right-justified, or\n" right
116 $w.text insert end " or\nsubscript effects like X"
/ast/src/cmd/pax/
H A Dtar.sh37 [+NAME?tar - create tape archives, and add or extract files]
43 single-character function letters \(\bc\b, \br\b, \bt\b, \bu\b, or
50 \aoptions\a string. Other command-line arguments are filenames \(or
51 directory names\) that specify which files are to be archived or
63 [f:file]:[file?Use archive \afile\a or device (default /dev/rmt0).]
/ast/src/cmd/INIT/
H A Dmktest.sh20 : mktest - generate regress or shell regression test scripts
59 \afile\a that is empty (-) or contains \adata\a subject to
60 \bprint\b(1) \aoptions\a or that is a copy of the DATA command
73 commands in the TEST group or for all TEST groups if before
123 *) print -u2 -r -- $command: --style=$OPTARG: regress or shell expected
288 then print -u2 -r -- $command: $SCRIPT: UNIT statement or operand expected
H A Dpackage.mk13 * name package description file or component
122 Binary files may be in this directory or in the install root directory
143 Any archives, distributions or packages made from source or
623 $(test.$(style):@?To test the binaries after building/installing run:$$("\n\n\t")make test$$("\n\n")??)To build and/or install the binaries run:
937 echo 'refer to the component source and/or binaries for more information.'
H A Dproto.c2280 comment( &notice, &buf, "If you have copied or used this software without agreeing",sizeof( "If you have copied or used this software without agreeing")-1, 0);
2297 comment( &notice, &buf, "This is free software; you can redistribute it and/or",sizeof( "This is free software; you can redistribute it and/or")-1, 0);
2300 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);
2305 comment( &notice, &buf, "or FITNESS FOR A PARTICULAR PURPOSE.",sizeof( "or FITNESS FOR A PARTICULAR PURPOSE.")-1, 0);
2318 comment( &notice, &buf, "Redistribution and use in source and binary forms, with or",sizeof( "Redistribution and use in source and binary forms, with or")
[all...]
/ast/src/cmd/tw/
H A Dfind.c57 " that matches [(-!]]. Option expressions may occur before and/or"
71 " be assembled, one or more of the invocations of \acommand\a"
72 " returned non-0 exit status, or some other error occurred.]"
274 "Sets the \bfind\b or \blocate\b(1) database \apath\a."
289 "A directory with size 0 or with no entries other than . or .., or a"
304 "Searches the \bfind\b or \blocate\b(1) database for paths"
320 "File is on a filesystem \atype\a. See \bdf\b(1) or"
323 "File group id name or numbe
[all...]
/ast/src/cmd/msgcc/
H A Dmsgcc.sh51 is similar to the old or to delete the message text, leaving
/ast/src/lib/libast/port/
H A Dastlicense.c926 COMMENT(&notice, &buf, "If you have copied or used this software without agreeing", 0);
943 COMMENT(&notice, &buf, "This is free software; you can redistribute it and/or", 0);
946 COMMENT(&notice, &buf, "either version 2, or (at your option) any later version.", 0);
951 COMMENT(&notice, &buf, "or FITNESS FOR A PARTICULAR PURPOSE.", 0);
964 COMMENT(&notice, &buf, "Redistribution and use in source and binary forms, with or", -1);
974 COMMENT(&notice, &buf, " following disclaimer in the documentation and/or other", -1);
984 COMMENT(&notice, &buf, " names of its contributors may be used to endorse or", -1);
1006 COMMENT(&notice, &buf, "This software is provided 'as-is', without any express or implied", -1);
1024 COMMENT(&notice, &buf, " 3. This notice may not be removed or altered from any source", -1);
1036 COMMENT(&notice, &buf, "sublicense, and/or sel
[all...]
/ast/src/lib/libpp/
H A Dppfsm.c40 * either final, or at least require special action. In fsminit[] there
221 /* saw ., operator or dbl constant */
235 /* saw " or ' beginning literal */
299 /* saw L (possible start of wide string or first macro char) */
309 /* saw L (possible start of wide string or macro L) */
326 /* (!PROTOMAIN COM1) saw /, perhaps start of comment or /= */
443 /* saw ., operator or dbl constant */
/ast/lib/package/
H A Dpackage.mk13 * name package description file or component
122 Binary files may be in this directory or in the install root directory
143 Any archives, distributions or packages made from source or
623 $(test.$(style):@?To test the binaries after building/installing run:$$("\n\n\t")make test$$("\n\n")??)To build and/or install the binaries run:
937 echo 'refer to the component source and/or binaries for more information.'
/ast/src/cmd/mailx/
H A Dlist.c6 * Redistribution and use in source and binary forms, with or *
16 * following disclaimer in the documentation and/or other *
20 * names of its contributors may be used to endorse or *
38 * Redistribution and use in source and binary forms, with or without *
45 * the documentation and/or other materials provided with the *
48 * contributors may be used to endorse or promote products derived *
594 * Returns the count of messages picked up or -1 on error.
773 * of the number or string scanned in lexnumber or lexstring as
861 * a null, space, or ta
[all...]
/ast/src/lib/libsum/
H A Dsum-sha2.c14 * Redistribution and use in source and binary forms, with or without
21 * documentation and/or other materials provided with the distribution.
23 * may be used to endorse or promote products derived from this software
53 * or define below:
114 #error Define BYTE_ORDER to be equal to either LITTLE_ENDIAN or BIG_ENDIAN
122 * during compile or in the sha.h header file.
207 * Please define either SHA2_USE_MEMSET_MEMCPY or define
218 #error Define either SHA2_USE_MEMSET_MEMCPY or SHA2_USE_BZERO_BCOPY, not both!
/ast/src/cmd/nmake/
H A DMakerules.mk41 set option=';cctype;s;-;Set the \bprobe\b(1) C compiler type identifier. The default value is based on the \bCC\b variable. To disable the C probe use \b--cctype=-\b or set \bCC=""\b.;[type]'
47 set option=';instrument;s;-;Enable compile-time, link-time and/or run-time code instrumentation. Instrumentation interfaces that replace the compiler command, and the \bapp\b, \binsight\b, \bpurecov\b, \bpurify\b, \bquantify\b and \bsentinel\b special-need interfaces, are supported.;command'
49 set option=';lib-type;bp;-;Bind library references to \b--debug-symbols\b or \b--profile\b specific variants.'
616 /* libX-P.a or libX_P.a or libP/libX.a */
950 /* req must be seen at or before the lib */
2826 * or individual packages (: appended to package name)
2885 * .PACKAGE.$(P).found 1 if at least one package lib or header found
3534 * for source that compiles either standalone or with richer libraries
3569 * rhs compilation to place tables and/or dat
[all...]
H A Dobject.c93 * 1 $ data event time or state string
236 #define noswap scan /* 0 or char elts after here */
890 * some rules must always be compiled and/or appear first
1435 Rule_t* or; local
1631 r = or = (Rule_t*)p;
2164 r = or;
H A Doption.c47 " Each operand may be an option, script, or target. An option operand"
48 " is preceded by \b-\b or \b+\b. A script operand contains at least"
49 " one of \bspace\b, \btab\b, \bnewline\b, \b:\b, \b=\b, \b\"\b, or"
69 "Compile base or global rules." },
73 " no state or files in views equal to or higher than \alevel\a."
81 "\aaction\a determines the action to take for corrupt or invalid"
134 "Write \amake abstract machine\a output to \afile\a if specified or"
148 "[+----?0 or more comma separated subtypes ----]"
180 "Implicit rules or metarule
[all...]
/ast/src/lib/libtksh/src/
H A DtclIO.c48 error one of EWOULDBLOCK or EAGAIN must be defined
55 * Buffers data being sent to or from a channel.
233 #define CHANNEL_BLOCKED (1<<11) /* EWOULDBLOCK or EAGAIN occurred
235 * cleared before every input or
905 * Creates channels for standard input, standard output or standard
909 * Returns the specified default standard channel, or NULL.
978 * Returns the specified standard channel, or NULL.
1493 * between several interpreters, or if the channel has async
1521 * whether or not we are doing a background flush.
1567 int new; /* Is the hash entry new or doe
[all...]

Completed in 60 milliseconds