Home
last modified time | relevance | path

Searched refs:TOK_START (Results 1 – 25 of 47) sorted by relevance

12

/dports/textproc/word2x/word2x-0.005/
H A Dreader.cc306 t=new(tok)(T_FIELD, "\0", tok::TOK_START); in rd_token()
344 t=new(tok)(T_CODE, other, tok::TOK_START); in rd_token()
668 if (t->end!=tok::TOK_START) in eqn_rd_token()
862 if (t->end==tok_seq::tok::TOK_START) in list_to_para()
873 if (t->end!=tok_seq::tok::TOK_START) in list_to_para()
881 tok_seq::tok::TOK_START); in list_to_para()
945 t=new(tok)(T_ITEM, s, tok::TOK_START); in list_check()
980 t=new(tok)(T_ITEM, s, tok::TOK_START); in list_check()
1021 t=new(tok)(T_ITEM, s, tok::TOK_START); in list_check()
1109 t=new(tok)(T_PARAGRAPH, txt, tok::TOK_START); in list_check()
[all …]
H A Dreader.h87 enum { TOK_START=0, TOK_END }; enumerator
179 td=new(tok)(t, (const char *) (*s), tok::TOK_START); in tok_push()
194 t=new(tok)(T_TABLE, cols, rows, tok::TOK_START); in finish()
216 td=new(tok)(t, (const char *) (*s), tok::TOK_START); in tok_push()
252 tok *t=new(tok)(T_DOC, "Converted by word2x", tok::TOK_START); in tok_seq()
H A Drtest2.cc22 printf((d->end==tok_seq::tok::TOK_START) ? "<" : "</"); in reader_test_raw()
/dports/textproc/sowing/sowing-1.1.18/src/tohtml/
H A Dscan.c93 chartype[TOK_START] = TOK_START; in SCInitChartype()
154 else if (c == TOK_START) { in SCTxtFindNextANToken()
296 lbuffer[++lp] = TOK_START; in SCPushCommand()
/dports/textproc/libsphinxclient/sphinx-2.0.9-release/src/
H A Dyysphinxql.h100 TOK_START = 326, enumerator
192 #define TOK_START 326 macro
/dports/games/tycho/tycho/
H A Dasm.c93 { "START", TOK_START },
336 if ( tok == TOK_START ) { in asm_line()
351 if ( tok == TOK_START ) /* ignore: */ in asm_line()
H A Dasm.h78 TOK_START, enumerator
/dports/games/tycho/species/
H A Dasm.c85 { "START", TOK_START },
326 if ( tok == TOK_START ) { in asm_line()
341 if ( tok == TOK_START ) /* ignore: */ in asm_line()
H A Dasm.h78 TOK_START, enumerator
/dports/games/species/tycho/
H A Dasm.c93 { "START", TOK_START },
336 if ( tok == TOK_START ) { in asm_line()
351 if ( tok == TOK_START ) /* ignore: */ in asm_line()
H A Dasm.h78 TOK_START, enumerator
/dports/games/species/species/
H A Dasm.c85 { "START", TOK_START },
326 if ( tok == TOK_START ) { in asm_line()
341 if ( tok == TOK_START ) /* ignore: */ in asm_line()
H A Dasm.h78 TOK_START, enumerator
/dports/games/exhaust-doc/exhaust-1.9.2/
H A Dasm.c85 { "START", TOK_START },
328 if ( tok == TOK_START ) { in asm_line()
343 if ( tok == TOK_START ) /* ignore: */ in asm_line()
H A Dasm.h76 TOK_START, enumerator
/dports/games/exhaust-ma/exhaust-ma-1.9/
H A Dasm.c85 { "START", TOK_START },
328 if ( tok == TOK_START ) { in asm_line()
343 if ( tok == TOK_START ) /* ignore: */ in asm_line()
H A Dasm.h76 TOK_START, enumerator
/dports/games/exhaust/exhaust-1.9.2/
H A Dasm.c85 { "START", TOK_START },
328 if ( tok == TOK_START ) { in asm_line()
343 if ( tok == TOK_START ) /* ignore: */ in asm_line()
H A Dasm.h76 TOK_START, enumerator
/dports/textproc/sowing/sowing-1.1.18/src/tohtml/testing/
H A Dtest29.tex2 % Regression test to ensure that arguments are processed for TOK_START
/dports/devel/android-tools-fastboot/platform_system_core-platform-tools-29.0.5/init/parser/
H A Dtokenizer.h42 enum TokenType { TOK_START, TOK_END, TOK_NEWLINE, TOK_TEXT }; enumerator
H A Dtokenizer.cpp21 current_.type = TOK_START; in Tokenizer()
/dports/devel/android-tools-adb/platform_system_core-android-9.0.0_r3/init/parser/
H A Dtokenizer.h42 enum TokenType { TOK_START, TOK_END, TOK_NEWLINE, TOK_TEXT }; enumerator
H A Dtokenizer.cpp21 current_.type = TOK_START; in Tokenizer()
/dports/textproc/sphinxsearch/sphinx-2.2.11-release/src/
H A Dyysphinxql.h148 TOK_START = 358, enumerator

12