OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:union_script
(Results
1 - 1
of
1
) sorted by null
/external/srec/srec/Semproc/src/
SemanticGraphImpl.c
846
ESR_ReturnCode find_in_union_of_scripts(const LCHAR*
union_script
, const LCHAR* script, ESR_BOOL* isFound)
853
if (
union_script
== NULL || script == NULL)
856
start = LSTRCHR(
union_script
, L('\''));
968
ESR_ReturnCode make_union_of_scripts(LCHAR*
union_script
, const size_t max_len, const LCHAR* a, const LCHAR* b)
984
LSTRCPY(
union_script
, a);
1001
LSTRCPY(
union_script
, a);
1004
count_num_literals(
union_script
, (const LCHAR **)spo, 8);
1005
/* here
union_script
is n0='52';n1='62'; */
1011
/* here
union_script
is n0='52#53' */
1012
LSTRCAT(
union_script
, ptra)
1028
LCHAR
union_script
[MAX_STRING_LEN]; \/* sizeof used elsewhere *\/
local
[
all
...]
Completed in 157 milliseconds