Home
last modified time | relevance | path

Searched refs:LITSTR (Results 1 – 5 of 5) sorted by relevance

/dports/cad/gplcver/gplcver-2.12a.src/src/
H A Dv_sdf.c1102 if (__toktyp == LITSTR) strcpy(__sdf_work_str, __token); in rd_sdf_file()
2987 if (__toktyp == LITSTR) { strcpy(labnam, __token); get_sdftok(f); } in rd_del_def_cond()
3140 case TEOF: case LITSTR: in sdf_bld_expnode()
3880 if (__toktyp == LITSTR) { strcpy(labnam, __token); get_sdftok(f); } in rd_tchk_cond()
5178 if (__toktyp != LITSTR) goto bad_name; in rdskip_te_defs()
6388 if (__toktyp != LITSTR) in rd_sdf_strval()
6790 if ((c = getc(f)) == '"') return(LITSTR); in sdf_collect_str()
6810 return(LITSTR); in sdf_collect_str()
7206 case LITSTR: return(__token); in prt_sdftok()
H A Dv.h295 #define LITSTR 7 /* token returned for literal str by scanner */ macro
H A Dv_ms.c2478 return(LITSTR); in vgetstr()
3541 case LITSTR: return(__strtoken); in __prt_vtok()
H A Dv_src2.c2528 case LITSTR: in __bld_expnode()
H A Dv_prp2.c6609 case TOK_NONE: case BADOBJ: case LITSTR: in mv1_expr_totab()