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

  /src/sbin/route/
keywords.c 1 /* $NetBSD: keywords.c,v 1.11 2016/04/04 07:37:07 ozaki-r Exp $ */
3 /* WARNING! This file was generated by keywords.sh */
5 #include "keywords.h"
7 struct keytab keywords[] = { variable in typeref:struct:keytab[]
keywords.h 1 /* $NetBSD: keywords.h,v 1.14 2016/04/04 07:37:07 ozaki-r Exp $ */
3 /* WARNING! This file was generated by keywords.sh */
8 } keywords[]; variable in typeref:struct:keytab[]
  /src/lib/libc/gen/
fmtmsg.c 61 } keywords[] = { variable in typeref:typename:const struct keyword[]
69 static const size_t nkeywords = sizeof (keywords) / sizeof (keywords[0]);
72 * Convert a colon-separated list of known keywords to a set of MM_VERB*
74 * keywords.
88 if (memcmp(str, keywords[i].keyword, keywords[i].len)
90 (*(str + keywords[i].len) == ':' ||
91 *(str + keywords[i].len) == '\0'))
100 if (*(str += keywords[i].len) == ':'
    [all...]
  /src/usr.bin/indent/
lexi.c 52 } keywords[] = { variable in typeref:typename:const struct keyword[]
418 const struct keyword *kw = bsearch(token.s, keywords,
419 array_length(keywords), sizeof(keywords[0]), cmp_keyword_by_name);
  /src/share/examples/puffs/pgfs/
pgfs_db.c 828 const char *keywords[3+1]; local in function:pgfs_connectdb
846 keywords[i] = "dbname";
851 keywords[i] = "user";
855 keywords[i] = "application_name";
858 keywords[i] = NULL;
868 conn = PQconnectdbParams(keywords, values, 0);
  /src/bin/ksh/
table.h 60 /* flag bits used for taliases/builtins/aliases/keywords/functions */
141 EXTERN struct table keywords; /* keywords */ variable in typeref:struct:table
  /src/usr.bin/xlint/lint1/
lex.c 75 * The C11 keywords are all taken from the reserved namespace. They are added
80 * The C23 keywords are not made available in earlier modes, as they may
106 /* During initialization, these keywords are written to the symbol table. */
127 } keywords[] = { variable in typeref:typename:const struct keyword[]
210 * The symbol table containing all keywords, identifiers and labels. The hash
396 * In the 1990s, GCC defined several keywords that were later
397 * incorporated into C99, therefore in GCC mode, all C99 keywords are
398 * made available. The C11 keywords are made available as well, but
411 /* Write all keywords to the symbol table. */
416 size_t n = sizeof(keywords) / sizeof(keywords[0])
    [all...]

Completed in 26 milliseconds