Searched defs:keys (Results 1 - 8 of 8) sorted by relevance

/ast/src/cmd/msgcc/
H A Dmsgcc.sh84 keys() function
86 $1 --??keys -- 2>&1 | grep '^".*"$'
265 keys $__a1__
297 do keys ${__cmdv__[__i__]}
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);
/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/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/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 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 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 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...]

Completed in 24 milliseconds