Home
last modified time | relevance | path

Searched refs:tokens (Results 1 – 25 of 58) sorted by relevance

123

/mirbsd/src/sys/dev/microcode/ncr53cxxx/
Dncr53cxxx.c50 } tokens[MAXTOKENS]; variable
309 if (tokens[i].type) in main()
310 fprintf (listfp,"'%c'\n", tokens[i].type); in main()
312 fprintf (listfp, "%s\n", tokens[i].name); in main()
315 if (ntokens >= 2 && tokens[0].type == 0 && in main()
316 tokens[1].type == ':') { in main()
317 define_symbol (tokens[0].name, dsps, S_LABEL, F_DEFINED); in main()
419 tokens[ntokens].name = malloc (len); in parse()
420 strlcpy (tokens[ntokens].name, string, len); in parse()
421 tokens[ntokens].type = 0; in parse()
[all …]
/mirbsd/src/sys/dev/microcode/siop/
Dncr53cxxx.c52 } tokens[MAXTOKENS]; variable
439 if (tokens[i].type) in main()
440 fprintf (listfp,"'%c'\n", tokens[i].type); in main()
442 fprintf (listfp, "%s\n", tokens[i].name); in main()
445 if (ntokens >= 2 && tokens[0].type == 0 && in main()
446 tokens[1].type == ':') { in main()
447 define_symbol (tokens[0].name, dsps, S_LABEL, F_DEFINED); in main()
585 tokens[ntokens].name = malloc (len); in parse()
586 strlcpy (tokens[ntokens].name, string, len); in parse()
587 tokens[ntokens].type = 0; in parse()
[all …]
/mirbsd/src/sbin/mount_portal/
Dpt_tcp.c39 char **tp, *tokens[5]; in portal_tcp() local
47 for (tp = tokens; tp < &tokens[5] && in portal_tcp()
62 tp = tokens; in portal_tcp()
64 if (!strcmp(tokens[1], "4")) in portal_tcp()
66 else if (!strcmp(tokens[1], "6")) in portal_tcp()
/mirbsd/src/usr.bin/window/
Dcompress.c364 cc_sweep_phase(buffer, bufsize, tokens) in cc_sweep_phase() argument
366 struct cc **tokens;
368 struct cc **pp = tokens;
418 return pp - tokens;
451 cc_sweep(buffer, bufsize, tokens, length) in cc_sweep() argument
453 struct cc **tokens;
461 struct cc **pp = tokens;
608 if ((i = pp - tokens) > 0) {
611 cc_sweep_reverse(tokens, places);
614 qsort((char *) tokens, i, sizeof *tokens,
[all …]
/mirbsd/src/lib/libc/stdlib/
Dgetsubopt.c45 getsubopt(char **optionp, char * const *tokens, char **valuep) in getsubopt() argument
88 for (cnt = 0; *tokens; ++tokens, ++cnt) in getsubopt()
89 if (!strcmp(suboptarg, *tokens)) in getsubopt()
/mirbsd/src/gnu/usr.bin/texinfo/makeinfo/
Ddefun.c37 char **tokens; member
45 accumulator->tokens = NULL; in initialize_token_accumulator()
54 accumulator->tokens = xrealloc (accumulator->tokens, in accumulate_token()
57 accumulator->tokens[accumulator->index] = token; in accumulate_token()
227 return accumulator.tokens; in args_from_string()
/mirbsd/src/gnu/usr.bin/perl/lib/Pod/
DParser.pm785 my @tokens = split /([A-Z]<(?:<+\s)?)/;
786 while ( @tokens ) {
787 $_ = shift @tokens;
815 (length $post_seq) and unshift @tokens, $post_seq;
/mirbsd/src/gnu/usr.bin/rcs/src/
Drcsbase.h296 enum tokens { enum
504 extern enum tokens nexttok;
524 int getlex(enum tokens);
567 extern enum tokens const ctab[];
Drcssyn.c160 static char const *getkeyval(char const*,enum tokens,int);
488 enum tokens token;
Drcslex.c185 enum tokens nexttok; /*next token, set by nextlex */
316 register enum tokens d; in nextlex()
435 enum tokens token; in getlex()
Drcsmap.c36 enum tokens const ctab[] = {
/mirbsd/src/gnu/usr.bin/binutils/ld/
Ddeffilep.y856 tokens[] = variable
1010 for (i = 0; tokens[i].name; i++) in def_lex()
1011 if (strcmp (tokens[i].name, buffer) == 0) in def_lex()
1016 return tokens[i].token; in def_lex()
/mirbsd/src/usr.bin/sudo/
DTODO38 tokens in the lexer.
/mirbsd/src/share/doc/psd/23.Cknr/
Dcman145 tokens.
50 If the input stream has been parsed into tokens
Dcman5273 of the identifier with the given string of tokens.
282 by a `(', a sequence of tokens delimited by commas, and a `)'
Dcman2563 tokens.
/mirbsd/src/usr.bin/vgrind/
Dvgrindefs.src89 :kw=constant functions grammar reswords tokens add1 addste\
/mirbsd/src/gnu/usr.bin/perl/lib/
DCPAN.pm2903 my(@tokens) = split " ", $_;
2904 TOKEN: while (@tokens) {
2905 my($t) = shift @tokens;
2912 push @machines, shift @tokens;
/mirbsd/src/bin/mksh/
Dfuncs.c3303 static const char * const tokens[] = { in ptest_isa() local
3316 rv = !strcmp(*te->pos.wp, tokens[(int)meta]) ? in ptest_isa()
/mirbsd/src/gnu/usr.bin/perl/ext/B/
DREADME294 * Use of the DATA filehandle (via __END__ or __DATA__ tokens)
/mirbsd/src/gnu/usr.bin/perl/pod/
Dperldata.pod403 point in your program. They may be used only as separate tokens; they
409 The two control characters ^D and ^Z, and the tokens __END__ and __DATA__
Dperlsyn.pod13 you like. Whitespace mostly serves to separate tokens, unlike
/mirbsd/src/gnu/usr.bin/perl/
DREADME.cygwin602 However, additional Cygwin calls for manipulating WinNT access tokens
/mirbsd/src/usr.bin/lex/
Dflex.skl214 * still have a bunch of tokens to match, though, because of
/mirbsd/src/gnu/usr.bin/cvs/doc/
Dwriteproxy.rtf598 …nnections to the primary server using the same method and authentication tokens used to authentica…

123