Home
last modified time | relevance | path

Searched defs:token_types (Results 1 – 2 of 2) sorted by relevance

/openbsd-src/libexec/login_token/
H A Dtoken.h57 struct token_types { struct
67 extern struct token_types *tt; /* what type we are running as now */ argument
/openbsd-src/gnu/usr.bin/perl/cpan/Test-Harness/lib/TAP/Parser/
H A DGrammar.pm319 my @types = $grammar->token_types; subroutine