Home
last modified time | relevance | path

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

/dports/x11/xnee/xnee-3.19/libxnee/src/
H A Dxnee_strings.c43 const char* XNEE_EXEC_MARK = "EXEC"; variable
H A Dxnee_expr.c423 if (strncmp(XNEE_EXEC_MARK,tmp,strlen(XNEE_EXEC_MARK))==0) in xnee_expression_handle_action()
426 xnee_verbose ((xd, "** handling action: %s==%s\n", tmp, XNEE_EXEC_MARK)); in xnee_expression_handle_action()
H A Dxnee_km.c406 fprintf (xd->out_file, "%s \n",XNEE_EXEC_MARK); in xnee_handle_rec_key()
410 fprintf (xd->out_file, "%s %s\n", XNEE_EXEC_MARK, exec_prog); in xnee_handle_rec_key()
H A Dxnee_resource.c1579 XNEE_EXEC_MARK); in xnee_parse_option_impl()
/dports/x11/xnee/xnee-3.19/libxnee/include/libxnee/
H A Dxnee_strings.h67 extern const char* XNEE_EXEC_MARK ;