Home
last modified time | relevance | path

Searched refs:CT_CONTENTS (Results 1 – 16 of 16) sorted by relevance

/dports/misc/vifm/vifm-0.11/tests/misc/
H A Dcompare.c85 compare_one_pane(&lwin, CT_CONTENTS, LT_ALL, 0); in TEST()
149 compare_two_panes(CT_CONTENTS, LT_ALL, 1, 0); in TEST()
172 compare_two_panes(CT_CONTENTS, LT_DUPS, 1, 0); in TEST()
276 compare_two_panes(CT_CONTENTS, LT_ALL, 0, 0); in TEST()
358 compare_two_panes(CT_CONTENTS, LT_ALL, 1, 0); in TEST()
399 compare_two_panes(CT_CONTENTS, LT_ALL, 0, 0); in TEST()
421 compare_two_panes(CT_CONTENTS, LT_ALL, 0, 0); in TEST()
494 compare_two_panes(CT_CONTENTS, LT_ALL, 0, 0); in TEST()
523 compare_two_panes(CT_CONTENTS, LT_ALL, 0, 0); in TEST()
614 compare_two_panes(CT_CONTENTS, LT_ALL, 1, 0); in TEST()
[all …]
H A Ddiff.c63 (void)compare_one_pane(&lwin, CT_CONTENTS, LT_ALL, 0); in TEST()
79 (void)compare_two_panes(CT_CONTENTS, LT_ALL, 1, 0); in TEST()
94 (void)compare_two_panes(CT_CONTENTS, LT_ALL, 1, 0); in TEST()
145 (void)compare_two_panes(CT_CONTENTS, LT_ALL, 1, 0); in TEST()
167 (void)compare_two_panes(CT_CONTENTS, LT_ALL, 1, 0); in TEST()
199 (void)compare_two_panes(CT_CONTENTS, LT_ALL, 1, 0); in TEST()
H A Dflist_misc.c55 compare_one_pane(&lwin, CT_CONTENTS, LT_ALL, 0); in TEST()
192 (void)compare_two_panes(CT_CONTENTS, LT_ALL, 1, 0); in TEST()
H A Dbuiltin_functions.c236 compare_one_pane(&lwin, CT_CONTENTS, LT_DUPS, 0); in TEST()
/dports/editors/texstudio/texstudio-4.1.2/src/pdfviewer/
H A Dpdfannotation.cpp135 …columnTypes = QList<ColType>() << CT_TYPE << CT_PAGE << CT_AUTHOR << CT_CONTENTS << CT_MODIFICATON… in PDFAnnotationModel()
172 case CT_CONTENTS: in data()
233 case CT_CONTENTS: in colTypeText()
H A Dpdfannotation.h76 enum ColType {CT_AUTHOR, CT_CONTENTS, CT_TYPE, CT_MODIFICATON_DATE, CT_CREATION_DATE, CT_PAGE}; enumerator
/dports/net/samba412/samba-4.12.15/source4/heimdal/lib/asn1/
H A Dsymbol.h116 enum ctype { CT_CONTENTS, CT_USER } ; enumerator
H A Dasn1parse.y606 $$ = new_constraint_spec(CT_CONTENTS);
614 $$ = new_constraint_spec(CT_CONTENTS);
622 $$ = new_constraint_spec(CT_CONTENTS);
H A Dasn1parse.c1209 yyval.constraint_spec = new_constraint_spec(CT_CONTENTS); in YYPARSE_DECL()
1218 yyval.constraint_spec = new_constraint_spec(CT_CONTENTS); in YYPARSE_DECL()
1227 yyval.constraint_spec = new_constraint_spec(CT_CONTENTS); in YYPARSE_DECL()
/dports/net-mgmt/wmi-client/wmi-1.3.16/Samba/source/heimdal/lib/asn1/
H A Dsymbol.h114 enum ctype { CT_CONTENTS, CT_USER } ; enumerator
H A Dparse.y549 $$ = new_constraint_spec(CT_CONTENTS);
557 $$ = new_constraint_spec(CT_CONTENTS);
565 $$ = new_constraint_spec(CT_CONTENTS);
H A Dparse.c1844 (yyval.constraint_spec) = new_constraint_spec(CT_CONTENTS);
1855 (yyval.constraint_spec) = new_constraint_spec(CT_CONTENTS);
1866 (yyval.constraint_spec) = new_constraint_spec(CT_CONTENTS);
/dports/misc/vifm/vifm-0.11/src/
H A Dcompare.c693 case CT_CONTENTS: in get_file_fingerprint()
763 if(ct != CT_CONTENTS) in get_file_id()
845 record->path = (ct == CT_CONTENTS ? strdup(path) : NULL); in put_file_id()
943 if(match && ct == CT_CONTENTS) in compare_move()
H A Dcmd_handlers.c1978 CompareType ct = CT_CONTENTS; in compare_cmd()
2013 else if(strcmp(property, "bycontents") == 0) *ct = CT_CONTENTS; in parse_compare_properties()
/dports/misc/vifm/vifm-0.11/src/ui/
H A Dui.h164 CT_CONTENTS, /* Compare file contents by combining size and hash. */ enumerator
/dports/misc/vifm/vifm-0.11/tests/commands/
H A Dtabs.c133 (void)compare_two_panes(CT_CONTENTS, LT_ALL, 1, 0); in TEST()