Home
last modified time | relevance | path

Searched refs:comment_s (Results 1 – 9 of 9) sorted by relevance

/dports/www/rsstool/rsstool-1.0.0-src/src/misc/
H A Dproperty.c244 const char *value_s, const char *comment_s) in set_property() argument
289 if (comment_s) in set_property()
293 for (p = strchr (str, 0); *comment_s; comment_s++) in set_property()
294 switch (*comment_s) in set_property()
304 *p = *comment_s; in set_property()
333 prop[i].comment_s); in set_property_array()
H A Dproperty.h37 const char *comment_s; // property comment, # COMMENT member
/dports/emulators/ucon64/ucon64-2.2.2-src/src/misc/
H A Dproperty.c244 const char *value_s, const char *comment_s) in set_property() argument
291 if (comment_s) in set_property()
295 for (; *comment_s; comment_s++) in set_property()
296 switch (*comment_s) in set_property()
305 *p = *comment_s; in set_property()
338 prop[i].comment_s); in set_property_array()
H A Dproperty.h37 const char *comment_s; // property comment, # COMMENT member
/dports/math/giacxcas/giac-1.6.0/src/
H A Dinput_lexer.ll290 \" BEGIN(str); comment_s("",yyextra);
293 (*yylval)=string2gen(comment_s(yyextra),false);
314 … index_status(yyextra)=0; return T_ACCENTGRAVE; } else { BEGIN(backquote); comment_s("",yyextra); }
318 return find_or_make_symbol(comment_s(yyextra),(*yylval),yyscanner,true,yyextra); }
322 "/*" BEGIN(comment); comment_s(yyextra)="";
324 <comment>[^*\n]* comment_s(yyextra)+=yytext; /* eat anything that's not a '*' */
325 <comment>"*"+[^*/\n]* comment_s(yyextra)+=yytext; /* eat up '*'s not followed by '/'s */
326 <comment>\n comment_s(yyextra) += '\n'; increment_lexer_line_number_setcol(yyscanner,yy…
327 … BEGIN(INITIAL); index_status(yyextra)=0; /* (*yylval) = string2gen(comment_s(yyextra),false);…
910 …etcol(yyscanner,yyextra); /* comment_s(yyextra)=string(yytext); (*yylval)=string2gen(comment_s(yy…
H A Dinput_lexer.cc2004 BEGIN(str); comment_s("",yyextra);
2015 (*yylval)=string2gen(comment_s(yyextra),false);
2082 … index_status(yyextra)=0; return T_ACCENTGRAVE; } else { BEGIN(backquote); comment_s("",yyextra); }
2099 return find_or_make_symbol(comment_s(yyextra),(*yylval),yyscanner,true,yyextra); }
2116 BEGIN(comment); comment_s(yyextra)="";
2121 comment_s(yyextra)+=yytext; /* eat anything that's not a '*' */
2126 comment_s(yyextra)+=yytext; /* eat up '*'s not followed by '/'s */
2132 comment_s(yyextra) += '\n'; increment_lexer_line_number_setcol(yyscanner,yyextra); CERR << "(Commen…
H A Dglobal.h920 std::string comment_s(GIAC_CONTEXT);
921 void comment_s(const std::string & s,GIAC_CONTEXT);
H A Dglobal.cc1641 std::string comment_s(GIAC_CONTEXT){ in comment_s() function
1647 void comment_s(const std::string & b,GIAC_CONTEXT){ in comment_s() function
/dports/emulators/ucon64/ucon64-2.2.2-src/src/
H A Ducon64_misc.c1177 const char *comment_s) in ucon64_set_property() argument
1185 prop->comment_s = comment_s; in ucon64_set_property()