/ast/src/cmd/tests/ |
H A D | ip6.c | 41 int all = 1; local 47 all = !all; 54 if (r || all || strcmp(s, f))
|
/ast/src/lib/libcmd/ |
H A D | basename.c | 35 "[+DESCRIPTION?\bbasename\b removes all leading directory components " 44 "characters in \astring\a, all characters up to and including the last " 49 "[a:all?All operands are treated as \astring\a and each modified " 79 /* all '/' or "" */ 106 int all = 0; local 114 all = 1; 117 all = 1; 131 if (error_info.errors || argc < 1 || !all && argc > 2) 133 if (!all)
|
H A D | uniq.c | 43 "[D:all-repeated?Output all duplicate lines as a group with an empty " 85 static int uniq(Sfio_t *fdin, Sfio_t *fdout, int fields, int chars, int width, int mode, int* all, Compare_f compare) argument 152 if (!all) 217 if(*all >= 0) 218 *all = 1; 222 sep = all && *all > 0; 252 int* all = 0; local 281 all [all...] |
/ast/src/lib/libtk/library/ |
H A D | tearoff.tcl | 121 regsub -all . $src {\\&} quotedSrc 122 regsub -all . $dst {\\&} quotedDst 123 regsub -all $quotedSrc [bindtags $src] $dst x 126 regsub -all $quotedSrc [bind $src $event] $dst x
|
H A D | focus.tcl | 126 # bindings. If all of these are true, then 1 is returned. 166 set old [bind all <Enter>] 176 bind all <Enter> "$old; $script" 178 bind all <Enter> $script
|
H A D | tk.tcl | 122 # Read in files that define all of the class bindings. 139 bind all <Tab> {focus [tk_focusNext %W]} 140 bind all <Shift-Tab> {focus [tk_focusPrev %W]}
|
/ast/src/lib/libdss/ |
H A D | dss-print.h | 45 "causes no output but instead specifies default \adetails\a for all " 50 "[a:all?Print the name and value of field, one per line, using the field " 60 int all = 0; local 68 all = 1; 84 if (all)
|
/ast/src/lib/libjcl/ |
H A D | path.c | 44 Map_t* all; member in struct:Match_s 237 int all; local 245 all = -1; 283 if (state.match[state.matched].all) 284 all = state.matched; 290 if (state.match[state.matched].all) 291 all = state.matched; 298 if (all >= 0) 301 mp = state.match[all].all; [all...] |
/ast/src/cmd/nmake/ |
H A D | TABLE.mk | 116 * TABLE.all=1 or TABLE.all.name=1 enables all no* entries 126 local I K P X all level=0 no= 127 if TABLE.all || "$(TABLE.all.$(table))" 128 all = 1 macro 142 if ! all 175 if ! all && P != "-" 201 if ! all [all...] |
H A D | variable.c | 40 scanprereqs(register Sfio_t* sp, Rule_t* r, int dostate, int all, int top, int sep, int op) argument 85 scanprereqs(sp, x, dostate, all, 0, sep, op); 88 else if (sp && (all || ((x->property & P_state) || x->scan || (y = staterule(PREREQS, x, NiL, 0)) && y->scan || !r->scan) && !(x->property & (P_use|P_virtual)) && (!(x->property & P_ignore) || (x->property & P_parameter)) && (!(x->property & P_dontcare) || x->time))) 91 if (all || ((x->property & P_state) != 0) == dostate) 100 sep = scanprereqs(sp, x, dostate, all, 0, sep, op); 114 genprereqs(Sfio_t* sp, Rule_t* r, int dostate, int all, int sep, int op) argument 117 sep = scanprereqs(sp, r, dostate, all, 1, sep, op); 118 scanprereqs(NiL, r, dostate, all, 1, sep, op); 189 * -- all settings 330 case '*': /* all targe [all...] |
/ast/src/cmd/msgcc/ |
H A D | msgadmin.sh | 33 operands are specified then all message files in the local 38 [a:all?Passed to \btranslate\b(1).] 41 \b-\b means all dialects supported by \btranslate\b(1).]:[dialect:=-] 49 [r:remove?Remove all translated message files and work directories.] 85 typeset all cache dialect=- exec force omit op show verbose 91 a) all=-a ;; 156 translate -lmv $all $cache $debug $omit $show $dialect "$@"
|
/ast/src/cmd/mailx/port/ |
H A D | dtstat.c | 123 int dtstat(reg Dt_t* dt, Dtstat_t* ds, int all) argument 125 int dtstat(dt, ds, all) 128 int all; 141 if(!all)
|
/ast/src/cmd/std/ |
H A D | iconv.c | 49 "[a:all?List all conversion errors. By default (and \b--omit\b is not " 56 "[l:list?List all known codesets on the standard output.]" 58 "characters still affect the exit status. If \b--all\b is also specified " 140 int all; local 151 all = ignore = list = 0; 171 all = 1; 243 else if (!id.errorf && all)
|
H A D | mount.c | 40 " Information on all mounted filesystems is displayed if both" 43 "[a:all?Operate on all filesystems in the filesystem table. The \b--host\b" 85 "[a:all?Operate on all filesystems in the filesystem table. The \b--host\b" 175 int all; member in struct:__anon234 342 state.all = 1; 410 if ((s = *argv) && !*++argv && !state.mtab || state.mtab && (!*state.mtab || streq(state.mtab, "-")) || !state.mtab && (state.all || state.match)) 425 if (state.all || state.match)
|
/ast/src/lib/libtk/library/demos/ |
H A D | cscroll.tcl | 54 $c bind all <Any-Enter> "scrollEnter $c" 55 $c bind all <Any-Leave> "scrollLeave $c" 56 $c bind all <1> "scrollButton $c"
|
H A D | browse | 45 # Fill the listbox with a list of all the files in the directory (run 55 bind all <Control-c> {destroy .}
|
H A D | search.tcl | 29 # Search for all instances of a given string in a text widget and 131 "Load File". This will cause all of the instances of the string to 133 display attributes to change to make all of the strings blink.}
|
/ast/src/lib/librecsort/ |
H A D | rskeyhdr.h | 84 unsigned char all[UCHAR_MAX + 1]; /* all significant */ member in struct:__anon369
|
/ast/src/cmd/mam/ |
H A D | mamdag.sh | 61 list[0]=all
|
H A D | mamdot.sh | 67 list[0]=all
|
/ast/src/lib/libvgraph/ |
H A D | Makefile | 20 all: install
|
/ast/src/cmd/mailx/ |
H A D | cmd3.c | 276 int all; local 290 all = isall(s); 292 if (all || !s || (streq(s, l) || streq(s, t)) && ++cat) { 297 if (all || s) { 301 if (all && !(cp = 0)|| (cp = (const struct cmd*)strpsearch(state.cmdtab, state.cmdnum, sizeof(struct cmd), s, NiL)) || (streq(s, l) || streq(s, t)) && ++cat) { 325 if (all || *s == *state.var.escape || (streq(s, t) || streq(s, l) || streq(s, "tilde")) && ++cat) { 490 reply1(struct msg* msgvec, unsigned long flags, int all) argument 499 if (all) { 627 int all = 0; local 630 if (!*argv || (all 665 register int all = -1; local [all...] |
/ast/lib/package/ |
H A D | package.mk | 22 * NOTE: $(PACKAGEDIR) is in the lowest view and is shared among all views 138 of each license file is a URL; the license covers all software that 148 local I F L R T all save text 152 if I == "--all" 153 all = 1 macro 168 all = macro 178 elif ! all 238 package.glob.all = $(INSTALLROOT)/src/*/*/($(MAKEFILES:/:/|/G)) 239 package.all = $(package.glob.all [all...] |
/ast/src/cmd/INIT/ |
H A D | package.mk | 22 * NOTE: $(PACKAGEDIR) is in the lowest view and is shared among all views 138 of each license file is a URL; the license covers all software that 148 local I F L R T all save text 152 if I == "--all" 153 all = 1 macro 168 all = macro 178 elif ! all 238 package.glob.all = $(INSTALLROOT)/src/*/*/($(MAKEFILES:/:/|/G)) 239 package.all = $(package.glob.all [all...] |
/ast/src/cmd/cs/ |
H A D | mbb.c | 61 " \amask\a is \b0xfffffffffffffffe\b; i.e., all but" 98 Connection_t* all; member in struct:State_s 226 for (to = state->all; to; to = to->next) 243 for (cp = state->all; cp; pp = cp, cp = cp->next) 249 state->all = cp->next; 273 con->next = state->all; 274 state->all = con;
|