OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:PICOTRNS_POS_INSERT
(Results
1 - 4
of
4
) sorted by null
/external/svox/pico/lib/
picotrns.h
37
* - Symbols inserted by the transduction process allways get their position marker pos=
PICOTRNS_POS_INSERT
42
* and not
PICOTRNS_POS_INSERT
68
#define
PICOTRNS_POS_INSERT
(picoos_int16) -1 /* position returned by transducer to mark symbols inserted by the transducer */
picotrns.c
202
inSeq[pos].pos =
PICOTRNS_POS_INSERT
;
366
(*outRefPos) =
PICOTRNS_POS_INSERT
;
706
this->possymBuf[this->possymWritePos].pos =
PICOTRNS_POS_INSERT
;
picosa.c
[
all
...]
picospho.c
691
if ((
PICOTRNS_POS_INSERT
== *pos) || ((0 <= *pos) && (*pos < rangeEnd))) {
[
all
...]
Completed in 30 milliseconds