/illumos-gate/usr/src/tools/onbld/Checks/ |
H A D | Keywords.py | 46 def keywords(fh, filename=None, lenient=False, verbose=False, function 48 '''Search FH for SCCS keywords, which should not be present when 70 output.write('%s: %d: contains SCCS keywords "%s"\n' %
|
/illumos-gate/usr/src/cmd/print/printmgr/com/sun/admin/pm/client/ |
H A D | pmHelpItem.java | 43 Vector keywords; field in class:pmHelpItem 50 keywords = null; 59 * s += ("\tkeywords: " + keywords + "\n"); 79 keywords = (Vector) v.clone();
|
H A D | pmHelpSearchPanel.java | 29 * Search help keywords 63 pmUtility.getResource("enter.keywords.below...")); 426 Vector getItemsForKeywords(Vector keywords) { argument 429 Debug.info("HELP: getItemsForKeywords: " + keywords); 431 Enumeration words = keywords.elements();
|
/illumos-gate/usr/src/tools/scripts/ |
H A D | git-pbchk.py | 303 def keywords(root, parent, flist, output): function 308 ret |= Keywords.keywords(fh, output=output) 343 keywords, 355 keywords,
|
/illumos-gate/usr/src/cmd/iconv/ |
H A D | scanner.c | 62 } keywords[] = { variable in typeref:struct:token 68 * These are keywords used in the charmap file. Note that 373 * A few symbols are handled as keywords outside 424 for (i = 0; keywords[i].name; i++) { 426 if (strcmp(keywords[i].name, token) != 0) { 430 last_kw = keywords[i].id; 444 return (keywords[i].id);
|
/illumos-gate/usr/src/cmd/localedef/ |
H A D | scanner.c | 70 } keywords[] = { variable in typeref:struct:token 165 * These are keywords used in the charmap file. Note that 521 * A few symbols are handled as keywords outside 589 for (i = 0; keywords[i].name; i++) { 591 if (strcmp(keywords[i].name, token) != 0) { 595 last_kw = keywords[i].id; 609 return (keywords[i].id);
|
/illumos-gate/usr/src/cmd/print/printmgr/com/sun/admin/pm/client/helptools/ |
H A D | parseMain.java | 116 public void keywords(String keywords) throws IOException { argument 117 if (keywords != null) { 120 "{\"" + theTag + ".keywords\", \"" + keywords + "\"},"); 625 rw.keywords(a.theKeywords);
|
/illumos-gate/usr/src/cmd/bnu/ |
H A D | permission.c | 61 struct keywords { struct 65 static struct keywords _Kwords[] = {
|
/illumos-gate/usr/src/lib/libsqlite/src/ |
H A D | select.c | 91 } keywords[] = { local 106 for(j=0; j<sizeof(keywords)/sizeof(keywords[0]); j++){ 107 if( p->n==keywords[j].nChar 108 && sqliteStrNICmp(p->z, keywords[j].zKeyword, p->n)==0 ){ 109 jointype |= keywords[j].code; 113 if( j>=sizeof(keywords)/sizeof(keywords[0]) ){ 922 /* Process NATURAL keywords, and ON and USING clauses of joins. 1226 ** keywords [all...] |
/illumos-gate/usr/src/cmd/mandoc/ |
H A D | mdoc_man.c | 422 print_offs(const char *v, int keywords) argument 431 if (NULL == v || '\0' == *v || (keywords && !strcmp(v, "left"))) 433 else if (keywords && !strcmp(v, "indent")) 435 else if (keywords && !strcmp(v, "indent-two"))
|
/illumos-gate/usr/src/cmd/cmd-inet/usr.sbin/ |
H A D | route.c | 88 } keywords[] = { variable in typeref:struct:keytab 1200 * The command keywords are already fully checked by main() or 2850 struct keytab *kt = keywords;
|