HelenOS sources
token_t 104 uspace/app/bdsh/compl.c token_t *tokens = calloc(WORD_MAX, sizeof(token_t));
token_t 144 uspace/app/bdsh/compl.c token_t *t = &tokens[current_token];
token_t 95 uspace/app/bdsh/input.c token_t *tokens_buf = calloc(WORD_MAX, sizeof(token_t));
token_t 98 uspace/app/bdsh/input.c token_t *tokens = tokens_buf;
token_t 41 uspace/app/bdsh/test/toktest.c static token_t tokens[MAX_TOKENS];
token_t 53 uspace/app/bdsh/tok.c errno_t tok_init(tokenizer_t *tok, char *input, token_t *out_tokens,
token_t 256 uspace/app/bdsh/tok.c token_t *tokinfo = &tok->outtok[tok->outtok_offset++];
token_t 59 uspace/app/bdsh/tok.h token_t *outtok;
token_t 65 uspace/app/bdsh/tok.h extern errno_t tok_init(tokenizer_t *, char *, token_t *, size_t);
token_t 59 uspace/lib/c/generic/vfs/canonify.c static token_t slash_token(char *start)
token_t 61 uspace/lib/c/generic/vfs/canonify.c token_t ret;
token_t 69 uspace/lib/c/generic/vfs/canonify.c static token_t next_token(token_t *cur)
token_t 71 uspace/lib/c/generic/vfs/canonify.c token_t ret;
token_t 121 uspace/lib/c/generic/vfs/canonify.c void (*f)(token_t *, token_t *, token_t *);
token_t 128 uspace/lib/c/generic/vfs/canonify.c static void set_first_slash(token_t *t, token_t *tfsl, token_t *tlcomp)
token_t 133 uspace/lib/c/generic/vfs/canonify.c static void save_component(token_t *t, token_t *tfsl, token_t *tlcomp)
token_t 137 uspace/lib/c/generic/vfs/canonify.c static void terminate_slash(token_t *t, token_t *tfsl, token_t *tlcomp)
token_t 142 uspace/lib/c/generic/vfs/canonify.c static void remove_trailing_slash(token_t *t, token_t *tfsl, token_t *tlcomp)
token_t 150 uspace/lib/c/generic/vfs/canonify.c static void shift_slash(token_t *t, token_t *tfsl, token_t *tlcomp)
token_t 161 uspace/lib/c/generic/vfs/canonify.c static void shift_dot(token_t *t, token_t *tfsl, token_t *tlcomp)
token_t 173 uspace/lib/c/generic/vfs/canonify.c static void shift_dotdot(token_t *t, token_t *tfsl, token_t *tlcomp)
token_t 316 uspace/lib/c/generic/vfs/canonify.c token_t t;
token_t 317 uspace/lib/c/generic/vfs/canonify.c token_t tfsl; /* first slash */
token_t 318 uspace/lib/c/generic/vfs/canonify.c token_t tlcomp; /* last component */
HelenOS homepage, sources at GitHub