Home
last modified time | relevance | path

Searched defs:toks (Results 1 – 8 of 8) sorted by relevance

/openbsd/usr.bin/mandoc/
H A Dmanpath.c156 const char *const toks[] = { "manpath", "output" }; in manconf_file() local
216 const char *const toks[] = { in manconf_output() local
H A Dmain.c1145 const char *toks[11]; in woptions() local
/openbsd/gnu/usr.bin/binutils/opcodes/
H A Dz8kgen.c650 static struct tok_struct toks[] = variable
/openbsd/gnu/usr.bin/binutils-2.17/opcodes/
H A Dz8kgen.c650 static struct tok_struct toks[] = variable
/openbsd/usr.bin/ftp/
H A Dsmall.c563 int i, toks[9], toknum = 0, match = 1; local
/openbsd/gnu/gcc/libcpp/
H A Ddirectives.c1332 cpp_token *toks = XNEWVEC (cpp_token, 2); in do_pragma() local
1484 cpp_token *toks; in destringize_and_run() local
/openbsd/gnu/usr.bin/gcc/gcc/cp/
H A Dspew.c75 struct token toks[TOKEN_CHUNK_SIZE]; member
/openbsd/gnu/llvm/clang/include/clang/Parse/
H A DParser.h1344 const CachedTokens &toks() const { return Toks; } in toks() function