HomeSort by relevance Sort by last modified time
    Searched refs:SLOTNAME_INDICATOR (Results 1 - 2 of 2) sorted by null

  /external/srec/srec/crec/
srec_context.c 60 #define SLOTNAME_INDICATOR "__"
70 #define IS_SLOT_OLABEL(wd) (strchr(wd,IMPORTED_RULES_DELIM)<strstr(wd,SLOTNAME_INDICATOR) && strlen(wd)>4 && !strcmp(wd+strlen(wd)-2,SLOTNAME_INDICATOR) )
404 // if(strstr(word,SLOTNAME_INDICATOR))
405 // word = strstr(word,SLOTNAME_INDICATOR);
493 char* p = strstr(wmap->words[i], SLOTNAME_INDICATOR);
496 else if(!strncmp(p,rule,strlen_rule) && !strcmp(p+strlen_rule,SLOTNAME_INDICATOR)) break;
    [all...]
  /external/srec/srec/Semproc/src/
SemanticGraphImpl.c 32 #define SLOTNAME_INDICATOR "__"
1042 strcpy(veslot,SLOTNAME_INDICATOR);
1044 strcat(veslot,SLOTNAME_INDICATOR);
    [all...]

Completed in 535 milliseconds