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

/ast/src/cmd/dss/
H A DMakefile11 do dss -x $method,keys 2>&1 || true
/ast/src/cmd/ss/
H A Dss.c34 " keys, from left to right, hightest to lowest precedence. If one or"
94 int keys; member in struct:__anon220
141 for (k = state.keys; k; k >>= SHIFT)
217 state.keys = (state.keys >> SHIFT) | (n << (SHIFT*(KEYS-1)));
221 if (state.keys)
222 while (!(state.keys & SORT))
223 state.keys >>= SHIFT;
/ast/src/cmd/dsslib/merge/
H A Dmerge.c64 Key_t* keys; member in struct:State_s
83 for (k = 0, kp = state->keys; k < state->nkeys; k++, kp = kp->next)
117 for (k = 0, kp = state->keys; k < state->nkeys; k++, kp = kp->next)
147 Key_t* keys; local
158 keys = 0;
177 if (keys)
180 lastkey = keys = key;
225 state->keys = keys;
/ast/src/cmd/std/
H A Dps.c93 " overridden by appending \a=label\a to \akey\a. The keys, labels and"
225 Dt_t* keys; /* format keys */ member in struct:State_s
238 static Key_t keys[] = variable
533 for (i = 1; i < elementsof(keys); i++)
535 sfprintf(sp, "[+%s?", keys[i].name);
536 if (keys[i].head)
537 sfprintf(sp, "%s The title string is \b%s\b and the default width is %d.%s]", keys[i].desc, keys[i].head, keys[
[all...]
H A Ddf.c126 typedef struct /* sfkeyprintf() keys */
155 static Key_t keys[] = variable
321 Dt_t* keys; /* format key table */ member in struct:__anon228
335 for (i = 1; i < elementsof(keys); i++)
337 sfprintf(sp, "[+%s?%s The title string ", keys[i].name, keys[i].description);
338 if (keys[i].heading)
339 sfprintf(sp, "is \b%s\b ", keys[i].heading, keys[i].width);
341 if (keys[
[all...]
H A Dls.c314 typedef struct /* sfkeyprintf() keys */
351 Hash_table_t* keys; /* sfkeyprintf() keys */ member in struct:__anon232
362 static Key_t keys[] = variable
492 if (!(kp = (Key_t*)hashget(state.keys, fp->t_str)))
501 kp->name = hashput(state.keys, 0, kp);
852 if (keys[KEY_header].macro && ftw->level >= 0)
853 sfkeyprintf(sfstdout, lp, keys[KEY_header].macro, key, NiL);
1035 if (keys[KEY_trailer].macro && ftw->level >= 0)
1036 sfkeyprintf(sfstdout, lp, keys[KEY_traile
[all...]
/ast/src/cmd/pzip/
H A DMakefile34 pzip -lline --keys 2>&1 || true
/ast/src/lib/libcmd/
H A Dchgrp.c239 Key_t keys[3]; local
370 keys[1].gid = keys[2].uid = NOID;
429 keys[0].uid = keys[1].uid = ent->fts_statp->st_uid;
430 keys[0].gid = keys[2].gid = ent->fts_statp->st_gid;
434 if (m = (Map_t*)dtmatch(map, &keys[i]))
447 } while (++i < elementsof(keys) && (uid == NOID || gid == NOID));
/ast/src/lib/libtk/library/demos/
H A Drolodex179 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.}
182 set helpTopics(keys) "The following accelerator keys are defined for this application (in addition to those already available for the entry windows):\n\nCtrl+A:\t\tAdd\nCtrl+C:\t\tClear\nCtrl+D:\t\tDelete\nCtrl+F:\t\tEnter file name\nCtrl+Q:\t\tExit application (quit)\nCtrl+S:\t\tSearch (dummy operation)"
193 .menu.help.m add command -label "On Keys..." -command {Help keys} \
/ast/src/cmd/msgcc/
H A Dmsgcpp.c39 " [+cmd \acommand\a?\acommand\a is a candidate for \b--??keys\b"
97 static struct ppkeyword keys[] = variable in typeref:struct:ppkeyword
169 ppop(PP_COMPILE, keys);
H A Dmsgcc.sh84 keys() function
86 $1 --??keys -- 2>&1 | grep '^".*"$'
265 keys $__a1__
297 do keys ${__cmdv__[__i__]}
/ast/src/lib/libast/comp/
H A Dconf.sh176 # set up the names and keys
178 keys=
286 keys="$keys$nl$key"
304 -d1) for key in $keys
568 keys="$keys$nl$key"
633 # sort keys by name
635 keys=`for key in $keys
[all...]

Completed in 112 milliseconds