Home
last modified time | relevance | path

Searched +defs:c +defs:keywords (Results 1 – 9 of 9) sorted by relevance

/freebsd/usr.sbin/ypldap/
H A Dparse.y336 struct keywords { struct
360 return (strcmp(k, ((const struct keywords *)e)->k_name)); in kw_cmp() argument
367 static const struct keywords keywords[] = { in lookup() local
424 int c, next; in lgetc() local
470 lungetc(int c) in lungetc()
488 int c; in findeol() local
513 int quotec, next, c; in yylex() local
/freebsd/contrib/one-true-awk/
H A Dlex.c46 const Keyword keywords[] = { /* keep sorted: binary searched */ variable
106 int c = input(); in peek() local
113 int c, retc; in gettok() local
182 int c; in yylex() local
380 int c, n; in string() local
516 int c, n; in word() local
563 int c; in regexpr() local
604 int c; in input() local
625 void unput(int c) /* put lexical character back on input */ in unput()
/freebsd/usr.bin/localedef/
H A Dscanner.c86 } keywords[] = { variable
250 int c; in scanc() local
264 unscanc(int c) in unscanc()
355 add_tok(int c) in add_tok()
371 add_wcs(wchar_t c) in add_wcs()
406 int c; in get_byte() local
440 get_escaped(int c) in get_escaped()
467 int c; in get_wide() local
509 int c; in get_symbol() local
662 int c; in scan_to_eol() local
[all …]
/freebsd/usr.sbin/bsnmpd/tools/libbsnmptools/
H A Dbsnmpimport.c229 int c; in tgetc() local
249 tungetc(int c) in tungetc()
282 } keywords[] = { variable
335 int c; in gettoken() local
/freebsd/contrib/byacc/
H A Dreader.c26 #define IS_ALNUM(c) (isalnum(c) || (c) == '_') argument
142 cachec(int c) in cachec()
348 int c; in get_line() local
532 keywords[] = { variable
578 int c; in keyword() local
643 int c; in copy_ident() local
681 int c = *cptr++; in copy_string() local
709 int c; in copy_comment() local
770 int c; in copy_code() local
889 int c; in copy_text() local
[all …]
/freebsd/sbin/pfctl/
H A Dparse.y5532 struct keywords { struct
5533 const char *k_name;
5534 int k_val;
6617 static const struct keywords keywords[] = { in lookup() local
6790 int c; in igetc() local
6809 int c, next; in lgetc() local
6851 lungetc(int c) in lungetc()
6868 int c; in findeol() local
6888 int quotec, next, c; in yylex() local
/freebsd/contrib/bsnmp/gensnmptree/
H A Dgensnmptree.c386 int c; in tgetc() local
406 tungetc(int c) in tungetc()
436 } keywords[] = { variable
470 int c; in report() local
511 int c; in gettoken_internal() local
/freebsd/contrib/libarchive/libarchive/
H A Darchive_read_support_format_mtree.c742 int last_is_path, keywords; in detect_form() local
1523 parse_hex_nibble(char c) in parse_hex_nibble()
1948 char c; in parse_escapes() local
2022 parsedigit(char c) in parsedigit()
/freebsd/contrib/arm-optimized-routines/math/test/
H A Dmathtest.c202 static float sincosf_sinf(float x) { float s,c; sincosf(x, &s, &c); return s; } in sincosf_sinf() local
203 static float sincosf_cosf(float x) { float s,c; sincosf(x, &s, &c); return c; } in sincosf_cosf() local
366 char *keywords[] = { variable
463 int c = strcmp(word, array[k]); in find() local
482 int c = strcmp(word, tfuncs[k].name); in find_testfunc() local