Searched refs:Keywords (Results 1 - 8 of 8) sorted by relevance

/illumos-gate/usr/src/cmd/logadm/
H A Dkw.c64 static struct lut *Keywords; /* lookup table for keywords */ variable in typeref:struct:lut
94 Keywords = lut_add(Keywords, "file", fullpath);
101 Keywords = lut_add(Keywords, "nfile", "");
104 Keywords = lut_add(Keywords, "nfile", nfullpath);
113 Keywords = lut_add(Keywords, "basename", splitpath);
114 Keywords
[all...]
/illumos-gate/usr/src/tools/onbld/Checks/
H A DMakefile42 Keywords.py \
/illumos-gate/usr/src/cmd/audio/audioconvert/
H A Dparse.cc41 static struct keyword_table Keywords[] = { variable in typeref:struct:keyword_table
181 switch (do_lookup(key, Keywords)) {
/illumos-gate/usr/src/cmd/abi/spectrans/spec2trace/
H A Dtrace.c75 static xlator_keyword_t Keywords[] = { variable
147 errlog(VERBOSE, "Keywords[] = {");
148 for (i = 0; Keywords[i].key != NULL; i++) {
149 errlog(VERBOSE, " \"%s\", ", Keywords[i].key);
155 return (Keywords);
273 char *key = Keywords[token-FIRST_TOKEN].key;
530 Keywords[token-FIRST_TOKEN].key, value, line);
/illumos-gate/usr/src/tools/scripts/
H A Dgit-pbchk.py51 from onbld.Checks import JStyle, Keywords, ManLint, Mapfile, SpellCheck namespace
305 output.write("SCCS Keywords:\n")
308 ret |= Keywords.keywords(fh, output=output)
/illumos-gate/usr/src/cmd/abi/spectrans/spec2map/
H A Dxlator.c58 static xlator_keyword_t Keywords[] = { variable
103 * returns pointer to Keywords on success
156 return (Keywords);
276 char *key = Keywords[token-FIRST_TOKEN].key;
/illumos-gate/usr/src/cmd/luxadm/
H A Dadm.c336 static struct keyword Keywords[] = { variable in typeref:struct:keyword
507 if ((getaction(argv[optind], Keywords, &cmd)) == EOK) {
/illumos-gate/usr/src/tools/onbld/hgext/
H A Dcdm.py110 from onbld.Checks import JStyle, Keywords, ManLint, Mapfile namespace
746 ui.write('Keywords check:\n')
756 ret |= Keywords.keywords(fh, output=ui)

Completed in 76 milliseconds