Searched refs:STRING (Results 26 - 50 of 89) sorted by relevance

1234

/freebsd-13-stable/contrib/ncurses/ncurses/tinfo/
H A Dparse_entry.c90 case STRING:
101 token_type = STRING;
111 return _nc_extend_names(entryp, name, STRING);
133 case STRING:
160 case STRING:
191 } else if (mask & (1 << STRING)) {
245 * if STRING
475 } else if (token_type == STRING
478 entry_ptr = _nc_find_type_entry("MT", STRING,
483 && entry_ptr->nte_type == STRING) {
[all...]
H A Dcomp_parse.c301 result = STRING;
321 case STRING:
353 if (tt <= STRING
354 && tf <= STRING
355 && (tt == STRING) != (tf == STRING)) {
H A Dlib_ti.c157 entry_ptr = _nc_find_type_entry(str, STRING, FALSE);
H A Dcomp_scan.c334 * STRING An entry of the form
701 type = STRING;
740 case STRING:
/freebsd-13-stable/crypto/heimdal/lib/hx509/
H A Dsel-lex.l82 "\"" { yylval.string = handle_string(); return STRING; }
/freebsd-13-stable/sbin/veriexec/
H A Dmanifest_lexer.l60 return STRING;
/freebsd-13-stable/sys/contrib/libnv/
H A Dcnvlist.c86 CNVLIST_GET(const char *, string, STRING)
145 CNVLIST_TAKE(char *, string, STRING)
/freebsd-13-stable/crypto/heimdal/lib/sl/
H A Dslc-lex.l61 "\"" { yylval.string = handle_string(); return STRING; }
/freebsd-13-stable/sys/contrib/openzfs/include/os/linux/kernel/linux/
H A Dmod_compat.h48 #define STRING charp macro
/freebsd-13-stable/sbin/pfctl/
H A Dparse.y476 %token <v.string> STRING
551 include : INCLUDE STRING {
592 option : SET OPTIMIZATION STRING {
670 | SET FINGERPRINTS STRING {
700 | SET DEBUG STRING {
730 stringall : STRING { $$ = $1; }
738 string : STRING string {
744 | STRING
764 | STRING
767 varset : STRING '
[all...]
/freebsd-13-stable/sbin/setkey/
H A Dparse.y109 %token DECSTRING QUOTEDSTRING HEXSTRING STRING ANY
126 %type <val> QUOTEDSTRING HEXSTRING STRING
529 : SPDADD ipaddropts STRING prefix portstr STRING prefix portstr upper_spec upper_misc_spec policy_spec EOT
571 : SPDDELETE ipaddropts STRING prefix portstr STRING prefix portstr upper_spec upper_misc_spec policy_spec EOT
659 : STRING
704 | BLCL STRING ELCL
715 | STRING
742 | STRING
[all...]
/freebsd-13-stable/contrib/netbsd-tests/lib/libcurses/director/
H A Dtestlang_conf.l138 STRING [0-9a-z!#-&(-^ \t%._\\]+
341 \'{STRING}\' {
359 \`{STRING}\` {
389 \"{STRING}\" {
400 return STRING;
/freebsd-13-stable/crypto/heimdal/lib/asn1/
H A Dlex.l133 STRING { return kw_STRING; }
254 return STRING;
/freebsd-13-stable/lib/libc/gen/
H A Dgetpwent.c965 #define STRING(field) do { \ macro
979 STRING(pwd->pw_name);
980 STRING(pwd->pw_passwd);
984 STRING(pwd->pw_class);
985 STRING(pwd->pw_gecos);
986 STRING(pwd->pw_dir);
987 STRING(pwd->pw_shell);
990 #undef STRING macro
1036 #define STRING(field) do { \ macro
1051 STRING(pw
1062 #undef STRING macro
[all...]
/freebsd-13-stable/contrib/ncurses/progs/
H A Ddump_entry.c185 case STRING:
318 case STRING:
357 case STRING:
368 case STRING:
388 case STRING:
407 case STRING:
1036 if (!version_filter(STRING, i))
1095 predval = pred(STRING, i);
1324 if (version_filter(STRING, n)
1630 } else if (!version_filter(STRING, STR_ID
[all...]
/freebsd-13-stable/contrib/opie/
H A Dftpcmd.y168 SP CRLF COMMA STRING NUMBER
329 | NLST check_login SP STRING CRLF
402 | HELP SP STRING CRLF
449 | SITE SP HELP SP STRING CRLF
612 username: STRING
619 | STRING
756 pathstring: STRING
801 #define STR1 2 /* expect SP followed by STRING */
802 #define STR2 3 /* expect STRING */
803 #define OSTR 4 /* optional SP then STRING */
[all...]
/freebsd-13-stable/usr.bin/tip/tip/
H A Dvalue.c117 case STRING:
227 case STRING:
333 * assign variable s with value v (for NUMBER or STRING or CHAR types)
/freebsd-13-stable/sbin/dhclient/
H A Dclparse.c326 } else if (token == STRING) {
399 if (token != STRING) {
631 if (token != STRING) {
773 if (token != STRING) {
899 if (token != STRING) {
/freebsd-13-stable/contrib/one-true-awk/
H A Dawkgram.y62 %token <cp> VAR IVAR VARNF CALL NUMBER STRING
84 %left PRINT PRINTF RETURN SPLIT SPRINTF STRING SUB SUBSTR
391 { $$ = op4(SPLIT, $3, makearr($5), $7, (Node*)STRING); }
395 { $$ = op4(SPLIT, $3, makearr($5), NIL, (Node*)STRING); } /* default */
397 | STRING { $$ = celltonode($1, CCON); }
/freebsd-13-stable/cddl/contrib/opensolaris/cmd/dtrace/test/cmd/jdtrace/
H A DJDTrace.java70 STRING, enum constant in enum:JDTrace.ProgramType
732 r.type = ProgramType.STRING;
742 r.type = ProgramType.STRING;
759 r.type = ProgramType.STRING;
766 r.type = ProgramType.STRING;
801 r.type = ProgramType.STRING;
866 case STRING:
/freebsd-13-stable/contrib/ncurses/include/
H A Dtic.h157 #define STRING 2 /* String-valued capability */ macro
194 int nte_type; /* BOOLEAN, NUMBER or STRING */
226 int ute_type; /* mask (BOOLEAN, NUMBER, STRING) */
/freebsd-13-stable/usr.bin/dtc/
H A Dchecking.hh176 struct property_type_checker <property_value::STRING> : public property_checker
/freebsd-13-stable/libexec/ftpd/
H A Dftpcmd.y118 %token <s> STRING
203 | EPRT check_login SP STRING CRLF
529 | HELP SP STRING CRLF
577 | SITE SP HELP SP STRING CRLF
790 : STRING
798 | STRING
985 : STRING
1050 #define STR1 2 /* expect SP followed by STRING */
1051 #define STR2 3 /* expect STRING */
1052 #define OSTR 4 /* optional SP then STRING */
[all...]
/freebsd-13-stable/crypto/heimdal/lib/com_err/
H A Dparse.c75 STRING = 264, enumerator in enum:yytokentype
86 #define STRING 264 macro
484 "END", "STRING", "NUMBER", "','", "$accept", "file", "header", "id",
/freebsd-13-stable/contrib/flex/src/
H A Dflexdef.h87 #define _(STRING) STRING

Completed in 423 milliseconds

1234