HomeSort by: relevance | last modified time | path
    Searched defs:kw (Results 1 - 15 of 15) sorted by relevancy

  /src/usr.bin/indent/
lexi.c 418 const struct keyword *kw = bsearch(token.s, keywords, local
421 if (kw != NULL) {
422 lsym = kw->lsym;
  /src/usr.sbin/mtree/
spec.c 547 char *kw, *val, *md, *ep; local
550 while ((kw = strsep(&t, "= \t")) != NULL) {
551 if (*kw == '\0')
553 if (strcmp(kw, "all") == 0)
555 ip->flags |= type = parsekey(kw, &value);
  /src/usr.sbin/rpc.pcnfsd/
pcnfsd_misc.c 500 char *kw; local
513 kw = strtok(buff, " \t");
514 if (kw == NULL)
519 if (!strcasecmp(kw, "spooldir")) {
524 if (!strcasecmp(kw, "wtmp")) {
534 if (!strcasecmp(kw, "printer")) {
  /src/external/gpl3/binutils/dist/binutils/
rclex.c 124 const struct rclex_keywords *kw = &keywds[0]; local
128 if (! strcmp (kw->name, key))
129 return kw->tok;
130 ++kw;
132 while (kw->name != NULL);
  /src/external/gpl3/binutils.old/dist/binutils/
rclex.c 124 const struct rclex_keywords *kw = &keywds[0]; local
128 if (! strcmp (kw->name, key))
129 return kw->tok;
130 ++kw;
132 while (kw->name != NULL);
  /src/external/bsd/pcc/dist/pcc/cc/cxxcom/
gcc_compat.c 40 static struct kw { struct
43 } kw[] = { variable in typeref:struct:kw
103 struct kw *kwp;
108 for (kwp = kw; kwp->name; kwp++)
133 struct kw *kwp;
137 if (str == kw[21].ptr)
138 return kw[21].rv;
143 for (i = 0, kwp = kw; kwp->name; kwp++, i++)
  /src/external/bsd/pcc/dist/pcc/cc/ccom/
gcc_compat.c 44 static struct kw { struct
47 } kw[] = { variable in typeref:struct:kw
157 struct kw *kwp;
164 for (kwp = kw; kwp->name; kwp++)
231 struct kw *kwp;
235 if (str == kw[21].ptr)
236 return kw[21].rv;
241 for (i = 0, kwp = kw; kwp->name; kwp++, i++)
  /src/external/gpl3/binutils/dist/opcodes/
nds32-asm.c 1672 const keyword_t *kw;
1674 kw = kwd[i];
1676 while (kw->name != NULL)
1681 hash = htab_hash_string (kw->name);
1683 htab_find_slot_with_hash (htab, kw->name, hash, INSERT);
1686 *slot = kw++;
1670 const keyword_t *kw; local
  /src/external/gpl3/binutils.old/dist/opcodes/
nds32-asm.c 1672 const keyword_t *kw;
1674 kw = kwd[i];
1676 while (kw->name != NULL)
1681 hash = htab_hash_string (kw->name);
1683 htab_find_slot_with_hash (htab, kw->name, hash, INSERT);
1686 *slot = kw++;
1670 const keyword_t *kw; local
  /src/external/gpl3/gdb/dist/opcodes/
nds32-asm.c 1672 const keyword_t *kw;
1674 kw = kwd[i];
1676 while (kw->name != NULL)
1681 hash = htab_hash_string (kw->name);
1683 htab_find_slot_with_hash (htab, kw->name, hash, INSERT);
1686 *slot = kw++;
1670 const keyword_t *kw; local
  /src/external/gpl3/gdb.old/dist/opcodes/
nds32-asm.c 1672 const keyword_t *kw;
1674 kw = kwd[i];
1676 while (kw->name != NULL)
1681 hash = htab_hash_string (kw->name);
1683 htab_find_slot_with_hash (htab, kw->name, hash, INSERT);
1686 *slot = kw++;
1670 const keyword_t *kw; local
  /src/sbin/ifconfig/
ifconfig.c 825 struct kwinst kw = {.k_type = KW_T_INT}; local
828 kw.k_word = afp->af_name;
829 kw.k_int = afp->af_af;
832 familykw[i] = kw;
  /src/usr.bin/xlint/lint1/
lex.c 350 register_keyword(const struct keyword *kw, bool leading, bool trailing)
355 name = kw->kw_name;
359 leading ? "__" : "", kw->kw_name, trailing ? "__" : "");
365 sym->s_keyword = kw;
366 int tok = kw->kw_token;
369 sym->u.s_keyword.u.sk_tspec = kw->u.kw_tspec;
371 sym->s_scl = kw->u.kw_scl;
373 sym->u.s_keyword.u.sk_type_qualifier = kw->u.kw_tqual;
375 sym->u.s_keyword.u.function_specifier = kw->u.kw_fs;
377 sym->u.s_keyword.u.named_constant = kw->u.kw_named_constant
414 const struct keyword *kw = keywords + i; local
    [all...]
  /src/external/mpl/bind/dist/lib/isccfg/
namedconf.c 3076 const keyword_type_t *kw = type->of; local
3080 strcasecmp(TOKEN_STRING(pctx), kw->name) == 0)
3083 CHECK(kw->type->parse(pctx, kw->type, &obj));
3090 kw->name);
3113 const keyword_type_t *kw = obj->type->of; local
3114 cfg_print_cstr(pctx, kw->name);
3116 kw->type->print(pctx, obj);
3121 const keyword_type_t *kw = type->of; local
3122 cfg_print_cstr(pctx, kw->name)
3129 const keyword_type_t *kw = type->of; local
3305 const keyword_type_t *kw = type->of; local
    [all...]
  /src/external/mpl/dhcp/bind/dist/lib/isccfg/
namedconf.c 2818 const keyword_type_t *kw = type->of; local
2822 strcasecmp(TOKEN_STRING(pctx), kw->name) == 0)
2825 CHECK(kw->type->parse(pctx, kw->type, &obj));
2832 kw->name);
2855 const keyword_type_t *kw = obj->type->of; local
2856 cfg_print_cstr(pctx, kw->name);
2858 kw->type->print(pctx, obj);
2863 const keyword_type_t *kw = type->of; local
2864 cfg_print_cstr(pctx, kw->name)
2871 const keyword_type_t *kw = type->of; local
3049 const keyword_type_t *kw = type->of; local
    [all...]

Completed in 60 milliseconds