/titanic_50/usr/src/cmd/logadm/ |
H A D | kw.c | 64 static struct lut *Keywords; /* lookup table for keywords */ variable 94 Keywords = lut_add(Keywords, "file", fullpath); in kw_init() 101 Keywords = lut_add(Keywords, "nfile", ""); in kw_init() 104 Keywords = lut_add(Keywords, "nfile", nfullpath); in kw_init() 113 Keywords = lut_add(Keywords, "basename", splitpath); in kw_init() 114 Keywords = lut_add(Keywords, "dirname", "."); in kw_init() 117 Keywords = lut_add(Keywords, "basename", ptr); in kw_init() 118 Keywords = lut_add(Keywords, "dirname", splitpath); in kw_init() 125 Keywords = lut_add(Keywords, "secs", secs); in kw_init() 130 Keywords = lut_add(Keywords, "nodename", un.nodename); in kw_init() [all …]
|
/titanic_50/usr/src/cmd/abi/spectrans/spec2trace/ |
H A D | trace.c | 75 static xlator_keyword_t Keywords[] = { variable 148 for (i = 0; Keywords[i].key != NULL; i++) { in xlator_init() 149 errlog(VERBOSE, " \"%s\", ", Keywords[i].key); in xlator_init() 155 return (Keywords); in xlator_init() 273 char *key = Keywords[token-FIRST_TOKEN].key; in xlator_take_kvpair() 530 Keywords[token-FIRST_TOKEN].key, value, line); in collect_binding()
|
/titanic_50/usr/src/cmd/audio/audioconvert/ |
H A D | parse.cc | 41 static struct keyword_table Keywords[] = { variable 181 switch (do_lookup(key, Keywords)) { in parse_format()
|
/titanic_50/usr/src/tools/onbld/Checks/ |
H A D | Makefile.com | 46 Keywords.py \
|
/titanic_50/usr/src/cmd/abi/spectrans/spec2map/ |
H A D | xlator.c | 58 static xlator_keyword_t Keywords[] = { variable 156 return (Keywords); in xlator_init() 276 char *key = Keywords[token-FIRST_TOKEN].key; in xlator_take_kvpair()
|
/titanic_50/usr/src/cmd/print/printmgr/com/sun/admin/pm/client/ |
H A D | help-l10n-comments.txt | 33 Title, Content, Keywords, and See-Also. Title, Content, and 34 Keywords must be localized while Tag and See-Also must not. 47 The suffixes used to identify the Tag, Title, Content, Keywords, 117 2.3 Keywords
|
/titanic_50/usr/src/cmd/lp/filter/postscript/postscript/ |
H A D | ps.requests | 22 % Keywords begin with an @ in the first column. The value follows on the next line
|
/titanic_50/usr/src/tools/scripts/ |
H A D | git-pbchk.py | 57 from onbld.Checks import JStyle, Keywords, ManLint, Mapfile 278 ret |= Keywords.keywords(fh, output=output)
|
/titanic_50/usr/src/pkg/manifests/ |
H A D | developer-build-onbld.mf | 185 path=opt/onbld/lib/python$(PYTHON3_VERSION)/onbld/Checks/Keywords.py \ 224 …path=opt/onbld/lib/python$(PYTHON3_VERSION)/onbld/Checks/__pycache__/Keywords.cpython$(PYTHON3_PKG… 302 path=opt/onbld/lib/python$(PYTHON_VERSION)/onbld/Checks/Keywords.py \ 305 path=opt/onbld/lib/python$(PYTHON_VERSION)/onbld/Checks/Keywords.pyc \
|
/titanic_50/usr/src/cmd/luxadm/ |
H A D | adm.c | 336 static struct keyword Keywords[] = { variable 507 if ((getaction(argv[optind], Keywords, &cmd)) == EOK) { in main()
|
/titanic_50/usr/src/tools/onbld/hgext/ |
H A D | cdm.py | 110 from onbld.Checks import JStyle, Keywords, ManLint, Mapfile 756 ret |= Keywords.keywords(fh, output=ui)
|