OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:nexttok
(Results
1 - 4
of
4
) sorted by relevancy
/src/external/gpl2/rcs/dist/src/
rcssyn.c
260
if (
nexttok
==STRING) {
262
} else if (
nexttok
==ID) {
321
if (
nexttok
==STRING) {
330
if (
nexttok
==STRING) {
384
if (
nexttok
!= ID || strcmp(NextString,key) == 0)
389
switch (
nexttok
) {
437
if (
nexttok
== ID) {
478
*
nexttok
is not advanced afterwards.
509
if (
nexttok
==token) {
rcslex.c
185
enum tokens
nexttok
; /*next token, set by nextlex */
variable in typeref:enum:tokens
275
* initializes nextc,
nexttok
if finptr != 0
304
/* Function: Reads the next token and sets
nexttok
to the next token code.
393
nexttok
= d;
436
/* Function: Checks if
nexttok
is the same as token. If so,
442
if (
nexttok
==token) {
456
if (
nexttok
==ID && strcmp(key,NextString) == 0) {
484
if (
nexttok
!= STRING)
491
/* Function: Checks if
nexttok
is an identifier. If so,
498
if (
nexttok
==ID)
[
all
...]
rcsbase.h
548
extern enum tokens
nexttok
;
/src/external/bsd/ntp/dist/libntp/
authreadkeys.c
23
static char *
nexttok
(char **);
26
*
nexttok
- basic internal tokenizing routine
29
nexttok
(
function
173
token =
nexttok
(&line);
198
token =
nexttok
(&line);
255
token =
nexttok
(&line);
292
token =
nexttok
(&line);
Completed in 65 milliseconds
Indexes created Sat Sep 19 00:25:42 UTC 2026