Searched refs:yyscan_t (Results 1 - 3 of 3) sorted by relevance

/freebsd-10.1-release/usr.bin/csup/
H A Drcstokenizer.h116 typedef void* yyscan_t; typedef
196 void rcsrestart (FILE *input_file ,yyscan_t yyscanner );
197 void rcs_switch_to_buffer (YY_BUFFER_STATE new_buffer ,yyscan_t yyscanner );
198 YY_BUFFER_STATE rcs_create_buffer (FILE *file,int size ,yyscan_t yyscanner );
199 void rcs_delete_buffer (YY_BUFFER_STATE b ,yyscan_t yyscanner );
200 void rcs_flush_buffer (YY_BUFFER_STATE b ,yyscan_t yyscanner );
201 void rcspush_buffer_state (YY_BUFFER_STATE new_buffer ,yyscan_t yyscanner );
202 void rcspop_buffer_state (yyscan_t yyscanner );
204 YY_BUFFER_STATE rcs_scan_buffer (char *base,yy_size_t size ,yyscan_t yyscanner );
205 YY_BUFFER_STATE rcs_scan_string (yyconst char *yy_str ,yyscan_t yyscanne
[all...]
H A Dlex.rcs.c123 typedef void* yyscan_t; typedef
279 void rcsrestart (FILE *input_file ,yyscan_t yyscanner );
280 void rcs_switch_to_buffer (YY_BUFFER_STATE new_buffer ,yyscan_t yyscanner );
281 YY_BUFFER_STATE rcs_create_buffer (FILE *file,int size ,yyscan_t yyscanner );
282 void rcs_delete_buffer (YY_BUFFER_STATE b ,yyscan_t yyscanner );
283 void rcs_flush_buffer (YY_BUFFER_STATE b ,yyscan_t yyscanner );
284 void rcspush_buffer_state (YY_BUFFER_STATE new_buffer ,yyscan_t yyscanner );
285 void rcspop_buffer_state (yyscan_t yyscanner );
287 static void rcsensure_buffer_stack (yyscan_t yyscanner );
288 static void rcs_load_buffer_state (yyscan_t yyscanne
[all...]
H A Drcsparse.c44 static void asserttoken(yyscan_t *, int);
45 static int parse_admin(struct rcsfile *, yyscan_t *);
46 static int parse_deltas(struct rcsfile *, yyscan_t *, int);
47 static int parse_deltatexts(struct rcsfile *, yyscan_t *, int);
48 static char *duptext(yyscan_t *, int *);
56 asserttoken(yyscan_t *sp, int token)
66 duptext(yyscan_t *sp, int *arglen)
87 yyscan_t scanner;
116 parse_admin(struct rcsfile *rf, yyscan_t *sp)
226 parse_deltas(struct rcsfile *rf, yyscan_t *s
[all...]

Completed in 96 milliseconds