OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:Tokenizer
(Results
1 - 6
of
6
) sorted by relevancy
/src/lib/libedit/
histedit.h
240
typedef struct
tokenizer
Tokenizer
;
245
Tokenizer
*tok_init(const char *);
246
void tok_end(
Tokenizer
*);
247
void tok_reset(
Tokenizer
*);
248
int tok_line(
Tokenizer
*, const LineInfo *,
250
int tok_str(
Tokenizer
*, const char *,
305
/* Wide character
tokenizer
support */
tokenizer.c
1
/* $NetBSD:
tokenizer
.c,v 1.29 2023/05/30 11:53:40 christos Exp $ */
38
static char sccsid[] = "@(#)
tokenizer
.c 8.1 (Berkeley) 6/4/93";
40
__RCSID("$NetBSD:
tokenizer
.c,v 1.29 2023/05/30 11:53:40 christos Exp $");
46
* tokenize.c: Bourne shell like
tokenizer
85
struct TYPE(
tokenizer
) {
97
static void FUN(tok,finish)(TYPE(
Tokenizer
) *);
101
* Finish a word in the
tokenizer
.
104
FUN(tok,finish)(TYPE(
Tokenizer
) *tok)
118
* Initialize the
tokenizer
120
TYPE(
Tokenizer
) *
[
all
...]
readline.c
2227
Tokenizer
*tok;
/src/lib/libedit/TEST/
tc1.c
127
Tokenizer
*tok;
145
tok = tok_init(NULL); /* Initialize the
tokenizer
*/
wtc1.c
131
tok = tok_winit(NULL); /* Init the
tokenizer
*/
245
Tokenizer
*ntok = tok_init(NULL);
/src/usr.bin/mail/
complete.c
867
* completion type. Use the editline
tokenizer
to handle the quoting
873
static
Tokenizer
*t = NULL;
Completed in 19 milliseconds
Indexes created Sun Oct 12 22:09:51 GMT 2025