Home
last modified time | relevance | path

Searched refs:tabexp (Results 1 – 15 of 15) sorted by relevance

/dports/audio/cmus/cmus-2.9.1/
H A Dtabexp.c26 struct tabexp tabexp = { variable
48 if (idx >= tabexp.count) in tabexp_expand()
51 idx = tabexp.count - 1; in tabexp_expand()
53 expanded = xstrjoin(tabexp.head, tabexp.tails[idx]); in tabexp_expand()
54 if (tabexp.count == 1) in tabexp_expand()
63 free(tabexp.tails[i]); in tabexp_reset()
64 free(tabexp.tails); in tabexp_reset()
65 free(tabexp.head); in tabexp_reset()
66 tabexp.tails = NULL; in tabexp_reset()
67 tabexp.head = NULL; in tabexp_reset()
[all …]
H A Dtabexp_file.c138 tabexp.head = xstrdup(dirname); in tabexp_load_dir()
139 tabexp.tails = array.ptrs; in tabexp_load_dir()
140 tabexp.count = array.count; in tabexp_load_dir()
167 tabexp.head = xstrdup(""); in tabexp_load_env_path()
168 tabexp.tails = array.ptrs; in tabexp_load_env_path()
169 tabexp.count = array.count; in tabexp_load_env_path()
197 tabexp.head = xstrdup(""); in expand_files_and_dirs()
198 tabexp.tails = xnew(char *, 1); in expand_files_and_dirs()
199 tabexp.tails[0] = home; in expand_files_and_dirs()
200 tabexp.count = 1; in expand_files_and_dirs()
H A Dcommand_mode.c2129 free(tabexp.head); in expand_add()
2150 free(tabexp.head); in expand_program_paths_option()
2167 free(tabexp.head); in expand_load_save()
2199 tabexp.tails = tails; in expand_key_context()
2200 tabexp.count = pos; in expand_key_context()
2342 free(tabexp.head); in expand_bind_args()
2467 tabexp.count = 1; in expand_options()
2496 tabexp.count = pos; in expand_options()
2521 tabexp.count = pos; in expand_toptions()
2688 tabexp.count = pos; in expand_commands()
[all …]
H A Dtabexp.h22 struct tabexp { struct
28 extern struct tabexp tabexp; argument
/dports/biology/emboss/EMBOSS-6.6.0/emboss/
H A Dnotab.c43 AjPRegexp tabexp = NULL; in main() local
51 tabexp = ajRegCompC("\t"); in main()
59 while(ajRegExec(tabexp, line)) in main()
61 ajRegPre(tabexp, &tmpstr); in main()
67 ajRegPost(tabexp, &tmpstr); in main()
80 ajRegFree(&tabexp); in main()
/dports/textproc/source-highlight/source-highlight-3.1.9/lib/srchilite/
H A Dsrcuntabifier.cpp23 const boost::regex tabexp("[\\t]"); variable
26 boost::sregex_iterator m1(s.begin(), s.end(), tabexp); in doPreformat()
/dports/misc/boxes/boxes-1.3/src/
H A Dtools.c262 if (opt.tabexp != 'k') in expand_tabs_into()
383 if (opt.tabexp != 'k') { in tabbify_indent()
H A Dboxes.c375 opt.tabexp = 'e'; in process_commandline()
706 opt.tabexp = 'e'; in process_commandline()
709 opt.tabexp = 'k'; in process_commandline()
712 opt.tabexp = 'u'; in process_commandline()
818 fprintf (stderr, "- Tab handling: \'%c\'\n", opt.tabexp); in process_commandline()
H A Dgenerate.c845 if (opt.tabexp == 'u') { in output_box()
859 if (opt.tabexp == 'u') { in output_box()
1044 if (opt.tabexp == 'k') { in output_box()
H A Dboxes.h.in127 char tabexp; /* tab expansion mode (for leading tabs) */ member
H A Dremove.c1034 if (opt.tabexp == 'u') { in output_input()
1047 else if (opt.tabexp == 'k') { in output_input()
/dports/math/freefem++/FreeFem-sources-4.6/src/fflib/
H A Dproblem.cpp6927 TabFuncArg tabexp(stack,Vh.N); in AssembleBC() local
6981 tabexp=0; in AssembleBC()
7013 if (tabexp[j]) in AssembleBC()
7084 TabFuncArg tabexp(stack,Vh.N); in AssembleBC() local
7139 tabexp=0; in AssembleBC()
7170 if (tabexp[j]) in AssembleBC()
7235 TabFuncArg tabexp(stack,Vh.N); in AssembleBC() local
7290 tabexp=0; in AssembleBC()
7393 TabFuncArg tabexp(stack,Vh.N); in AssembleBC() local
7428 tabexp=0; in AssembleBC()
[all …]
H A Dlgmesh3.cpp1585 TabFuncArg tabexp(s,Vh.N); in set_fe3() local
1586 tabexp[0]=e; in set_fe3()
1751 TabFuncArg tabexp(s,Vh.N); in operator ()() local
1755 tabexp[i]=aa[i]; in operator ()()
1810 if (tabexp[j]) in operator ()()
1811 Vp(p,j)=GetAny<K>( (*tabexp[j])(s) ); in operator ()()
H A Dlgfem.cpp1783 TabFuncArg tabexp(s, Vh.N); in set_fe() local
1784 tabexp[0] = e; in set_fe()
1825 K.Pi_h(gg, F_Pi_h, F, &tabexp); in set_fe()
1864 TabFuncArg tabexp(s, Vh.N + 2); in set_feoX_1() local
1865 tabexp[0] = e; in set_feoX_1()
1866 tabexp[1] = ipp->x; in set_feoX_1()
1867 tabexp[2] = ipp->y; in set_feoX_1()
1877 K.Pi_h(gg, FoX_1_Pi_h, F, &tabexp); in set_feoX_1()
1978 TabFuncArg tabexp(s, Vh.N); in Op2d() local
2022 Kt.Pi_h(gg, F_Pi_h, F, &tabexp); in Op2d()
[all …]
/dports/textproc/rman/rman-3.2/
H A Drman.c2370 static int tabexp = 0; in getchartab() local
2376 if (tabexp) tabexp--; in getchartab()
2381 tabexp = TabStops-(charinline%TabStops); if (tabexp==TabStops) tabexp=0; in getchartab()
2391 if (!tabexp && lookahead) lookahead = *in++; in getchartab()