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

/external/srec/srec/Semproc/src/
H A DSemanticGraphImpl.c274 LCHAR oword[MAX_SCRIPT_LEN]; local
349 LSTRCPY(oword, line + LSTRLEN(iword) + 1);
357 oword[i++] = *p;
363 oword[i++] = *p;
365 oword[i] = '\0';
368 if (wordmap_add_word(semgraph->scripts, oword) != lineNo)
401 if (sscanf(line, "%hu\t%hu\t%[^\t]\t%[^\t\n\r]", &from_node, &into_node, iword, oword) == 4)
403 if (IS_SCOPE_MARKER(oword)) {
405 num_scope_chars += strlen_with_null( oword);
423 if (sscanf(line, "%hu\t%hu\t%[^\t]\t%[^\t\n\r]", &from_node, &into_node, iword, oword)
[all...]

Completed in 94 milliseconds